Source: /app/hbasic/hbasic/libdesc/method_desc.h


Annotated List
Files
Globals
Hierarchy
Index

#ifndef METHOD_DESC_H
#define METHOD_DESC_H

#include 

class CMethodDesc
{
public:
	CMethodDesc( void );

	QString name;
	QString call_symbol;
	short return_type;
	short par_count;
	short partype[20];
	char parnames[1000];
	short doc_id;
	QString desc;
};

#endif


Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54.