Diana Software
QEmptyObject.hh
Go to the documentation of this file.
1 #ifndef _Q_EMPTYOBJECT_HH_
2 #define _Q_EMPTYOBJECT_HH_
3 
12 #include "QObject.hh"
13 #include <iostream>
14 
16 
17 class QEmptyObject : public QObject {
18 
19  public:
21  void Clear()
22  {
23  }
24 
25 
26  private:
27 
28 
30 
31 };
32 
33 
34 
36 
37 
38 #endif
#define Q_END_NAMESPACE
Definition: QDiana.hh:22
#define Q_BEGIN_NAMESPACE
Definition: QDiana.hh:20
empty QObject
Definition: QEmptyObject.hh:17
void Clear()
clear members
Definition: QEmptyObject.hh:21
QObjectDef(QEmptyObject, 1)
base class for objects handled by QEvent and QGlobalDataManager.
Definition: QObject.hh:76