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 |
Constructor & Destructor Documentation
|
||||||||||||
|
Definition at line 24 of file msghandler.cpp. References KexiDB::Object::m_msgTitle, and m_obj. |
|
|
Definition at line 31 of file msghandler.cpp. References KexiDB::Object::m_msgTitle, m_obj, and m_prevMsgTitle. |
Member Data Documentation
|
|
Definition at line 45 of file msghandler.h. Referenced by MessageTitle(), and ~MessageTitle(). |
|
|
Definition at line 46 of file msghandler.h. Referenced by ~MessageTitle(). |
The documentation for this class was generated from the following files:
