palapeli/libpala
Pala::BooleanProperty Class Reference
#include <Pala/SlicerProperty>
Inheritance diagram for Pala::BooleanProperty:
Public Member Functions | |
BooleanProperty (const QString &caption) | |
virtual | ~BooleanProperty () |
Public Member Functions inherited from Pala::SlicerProperty | |
virtual | ~SlicerProperty () |
QString | caption () const |
QVariantList | choices () const |
QVariant | defaultValue () const |
bool | isAdvanced () const |
bool | isEnabled () const |
QByteArray | key () const |
void | setAdvanced (bool advanced=true) |
void | setChoices (const QVariantList &choices) |
void | setDefaultValue (const QVariant &value) |
void | setEnabled (bool enabled) |
void | setKey (const QByteArray &key) |
QVariant::Type | type () const |
Additional Inherited Members | |
Protected Member Functions inherited from Pala::SlicerProperty | |
SlicerProperty (QVariant::Type type, const QString &caption) | |
Detailed Description
Definition at line 93 of file slicerproperty.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 133 of file slicerproperty.cpp.
|
virtual |
Definition at line 139 of file slicerproperty.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:19:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:19:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.