KDbGuiItem
#include <KDbMessageHandler.h>
Public Member Functions | |
void | clear () |
bool | hasProperty (const QByteArray &name) const |
bool | isEmpty () const |
QVariant | property (const QByteArray &name, const QVariant &defaultValue=QVariant()) const |
QList< QByteArray > | propertyNames () const |
void | removeProperty (const QByteArray &name) |
KDbGuiItem & | setProperty (const QByteArray &name, const QVariant &value) |
Detailed Description
An abstract class used to specify GUI information such as button texts tooltips and icons.
Definition at line 111 of file KDbMessageHandler.h.
Constructor & Destructor Documentation
◆ KDbGuiItem()
KDbGuiItem::KDbGuiItem | ( | ) |
Definition at line 92 of file KDbMessageHandler.cpp.
◆ ~KDbGuiItem()
KDbGuiItem::~KDbGuiItem | ( | ) |
Definition at line 97 of file KDbMessageHandler.cpp.
Member Function Documentation
◆ clear()
|
inline |
Definition at line 124 of file KDbMessageHandler.h.
◆ hasProperty()
|
inline |
Definition at line 122 of file KDbMessageHandler.h.
◆ isEmpty()
|
inline |
Definition at line 119 of file KDbMessageHandler.h.
◆ property()
|
inline |
Definition at line 120 of file KDbMessageHandler.h.
◆ propertyNames()
|
inline |
Definition at line 123 of file KDbMessageHandler.h.
◆ removeProperty()
|
inline |
Definition at line 118 of file KDbMessageHandler.h.
◆ setProperty()
|
inline |
Definition at line 116 of file KDbMessageHandler.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:32 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.