kexi
Kexi::ObjectStatus Class Reference
#include <kexi.h>
Inheritance diagram for Kexi::ObjectStatus:

Detailed Description
Helper class for storing object status.
Definition at line 87 of file kexi.h.
Public Member Functions | |
ObjectStatus () | |
ObjectStatus (const QString &message, const QString &description) | |
ObjectStatus (KexiDB::Object *dbObject, const QString &message, const QString &description) | |
~ObjectStatus () | |
const ObjectStatus & | status () const |
bool | error () const |
void | setStatus (const QString &message, const QString &description) |
void | setStatus (KexiDB::Object *dbObject, const QString &message=QString::null, const QString &description=QString::null) |
void | clearStatus () |
QString | singleStatusString () const |
void | append (const ObjectStatus &otherStatus) |
KexiDB::Object * | dbObject () const |
operator KexiDB::MessageHandler * () | |
Public Attributes | |
QString | message |
QString | description |
Protected Attributes | |
QGuardedPtr< QObject > | dbObj |
KexiDB::MessageHandler * | msgHandler |
Member Function Documentation
|
Helper returning pseudo handler that just updates this ObjectStatus object by receiving a message.
|
|
Note: for safety, dbObject needs to be derived from QObject, otherwise it won't be assigned.
|
Member Data Documentation
|
This is in fact KexiDB::Object.
|
The documentation for this class was generated from the following files: