|
|
Base class for all KDB objects.
It inherits QObject and provide base error reporting
Object ( QObject *parent = 0L, const char *name = 0L)
| Object |
~Object ()
| ~Object |
[virtual]
void pushError (Exception *)
| pushError |
[const]
Exception * popError ()
| popError |
[const]
Exception * getError ()
| getError |
[const]
void clearErrors ()
| clearErrors |
[const]
bool error ()
| error |
[const]
QObject * parent ()
| parent |
[const]
Reimplemented from QObject.
void printPendingObjects ()
| printPendingObjects |