KDbGuiItem

Search for usage in LXR

KDbGuiItem Class Reference

#include <KDbMessageHandler.h>

Inheritance diagram for KDbGuiItem:

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< QByteArraypropertyNames () const
 
void removeProperty (const QByteArray &name)
 
KDbGuiItemsetProperty (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()

void KDbGuiItem::clear ( )
inline

Definition at line 124 of file KDbMessageHandler.h.

◆ hasProperty()

bool KDbGuiItem::hasProperty ( const QByteArray & name) const
inline

Definition at line 122 of file KDbMessageHandler.h.

◆ isEmpty()

bool KDbGuiItem::isEmpty ( ) const
inline

Definition at line 119 of file KDbMessageHandler.h.

◆ property()

QVariant KDbGuiItem::property ( const QByteArray & name,
const QVariant & defaultValue = QVariant() ) const
inline

Definition at line 120 of file KDbMessageHandler.h.

◆ propertyNames()

QList< QByteArray > KDbGuiItem::propertyNames ( ) const
inline

Definition at line 123 of file KDbMessageHandler.h.

◆ removeProperty()

void KDbGuiItem::removeProperty ( const QByteArray & name)
inline

Definition at line 118 of file KDbMessageHandler.h.

◆ setProperty()

KDbGuiItem & KDbGuiItem::setProperty ( const QByteArray & name,
const QVariant & value )
inline

Definition at line 116 of file KDbMessageHandler.h.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:21:01 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.