KDbUtils::Property
KDbUtils::Property Class Reference
#include <KDbUtils.h>
Public Member Functions | |
Property () | |
Property (const Property &other) | |
Property (const QVariant &aValue, const QString &aCaption) | |
QString | caption () const |
bool | isNull () const |
bool | operator!= (const Property &other) const |
bool | operator== (const Property &other) const |
void | setCaption (const QString &caption) |
void | setValue (const QVariant &value) |
QVariant | value () const |
Detailed Description
A single property.
- Note
- This property is general-purpose and not related to Qt Properties.
- See also
- KDbUtils::PropertySet
Definition at line 446 of file KDbUtils.h.
Constructor & Destructor Documentation
◆ Property()
Property::Property | ( | ) |
Constructs a null property.
Definition at line 75 of file KDbUtils.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 9 2023 04:10:52 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 9 2023 04:10:52 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.