#include <qobject.h>
Public Member Functions |
|
| virtual | ~QObjectData ()=0 |
Public Attributes |
|
| QObject * | q_ptr |
| QObject * | parent |
| QObjectList | children |
| uint | isWidget: 1 |
| uint | pendTimer: 1 |
| uint | blockSig: 1 |
| uint | wasDeleted: 1 |
| uint | ownObjectName: 1 |
| uint | sendChildEvents: 1 |
| uint | receiveChildEvents: 1 |
| uint | inEventHandler: 1 |
| uint | inThreadChangeEvent: 1 |
| uint | hasGuards: 1 |
| uint | unused: 22 |
| int | postedEvents |
| QMetaObject * | metaObject |
| virtual ~QObjectData | ( | ) | [pure virtual] |
| uint isWidget |
| uint pendTimer |
| uint blockSig |
| uint wasDeleted |
| uint ownObjectName |
| uint sendChildEvents |
| uint receiveChildEvents |
| uint inEventHandler |
| uint inThreadChangeEvent |
| uint hasGuards |
| uint unused |
| int postedEvents |