![]() |
Diana Software
|
Go to the source code of this file.
Classes | |
| class | QObject |
| base class for objects handled by QEvent and QGlobalDataManager. More... | |
Macros | |
| #define | QObjectDef(clazz, id) |
| #define | QObjectImp(clazz) |
Functions | |
| Q_END_NAMESPACE std::ostream & | operator<< (std::ostream &s, const Diana::QObject &t) |
| #define QObjectDef | ( | clazz, | |
| id | |||
| ) |
macro that must be declared in the .hh of each inheriting class (like ClassDef for TObjects)
Definition at line 47 of file QObject.hh.
| #define QObjectImp | ( | clazz | ) |
macro that must be declared in the .cc of each inheriting class (like ClassImp for TObjects)
Definition at line 58 of file QObject.hh.
| Q_END_NAMESPACE std::ostream& operator<< | ( | std::ostream & | s, |
| const Diana::QObject & | t | ||
| ) |
Definition at line 100 of file QObject.cc.