Source: /app/hbasic/hbasic/runtime_lib/compiler/signal_object.h


Annotated List
Files
Globals
Hierarchy
Index


#ifndef SIGNAL_OBJECT
#define SIGNAL_OBJECT

#include "qobject.h"
#include "qmetaobject.h"
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

#include "../../src/defines.h"
#include "../../src/structs.h"

class CRuntimeObject : public QObject
{
	Q_OBJECT

public:
	CRuntimeObject( void );

	void setRuntimeSignalTable( short *new_table );
//	const char *className() const;
//	bool qt_invoke( int _id, QUObject* _o );
//	bool qt_property( int _id, int _f, QVariant* _v);

private:
	/* Start of slot description table. */
	short *runtime_signal_table;
//	QMetaObject* staticMetaObject();
//	void* qt_cast( const char* clname );
//	bool qt_emit( int _id, QUObject* _o );

//	QMetaObject *metaObj;
};

#endif


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