kexi
KexiDB::MessageTitle Class Reference
#include <msghandler.h>
Detailed Description
A helper class for setting temporary message title for an KexiDB::Object. Message title is a text prepended to error or warning messages. Use it this way:KexiDB::MessageTitle title(myKexiDBObject, i18n("Terrible error occurred"));
Definition at line 38 of file msghandler.h.
Public Member Functions | |
MessageTitle (KexiDB::Object *o, const QString &msg=QString::null) | |
~MessageTitle () | |
Protected Attributes | |
Object * | m_obj |
QString | m_prevMsgTitle |
The documentation for this class was generated from the following files: