kexi
KexiObjectInfoLabel Class Reference
#include <kexipropertyeditorview.h>
Detailed Description
Helper class displaying small icon with class name and object name.
Definition at line 36 of file kexipropertyeditorview.h.
Public Member Functions | |
KexiObjectInfoLabel (QWidget *parent, const char *name=0) | |
~KexiObjectInfoLabel () | |
void | setObjectClassIcon (const QCString &name) |
QCString | objectClassIcon () const |
void | setObjectClassName (const QString &name) |
QString | objectClassName () const |
void | setObjectName (const QCString &name) |
QCString | objectName () const |
Protected Member Functions | |
void | updateName () |
Protected Attributes | |
QString | m_className |
QCString | m_classIcon |
QCString | m_objectName |
QLabel * | m_objectIconLabel |
QLabel * | m_objectNameLabel |
The documentation for this class was generated from the following files: