Diana Software
pkg
base
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
15
Q_BEGIN_NAMESPACE
16
17
class
QEmptyObject
:
public
QObject
{
18
19
public
:
21
void
Clear
()
22
{
23
}
24
25
26
private
:
27
28
29
QObjectDef
(
QEmptyObject
,1);
30
31
};
32
33
34
35
Q_END_NAMESPACE
36
37
38
#endif
Q_END_NAMESPACE
#define Q_END_NAMESPACE
Definition:
QDiana.hh:22
Q_BEGIN_NAMESPACE
#define Q_BEGIN_NAMESPACE
Definition:
QDiana.hh:20
QObject.hh
QEmptyObject
empty QObject
Definition:
QEmptyObject.hh:17
QEmptyObject::Clear
void Clear()
clear members
Definition:
QEmptyObject.hh:21
QEmptyObject::QObjectDef
QObjectDef(QEmptyObject, 1)
QObject
base class for objects handled by QEvent and QGlobalDataManager.
Definition:
QObject.hh:76
Generated by
1.9.1