palapeli/libpala
slicerproperty.cpp
Go to the documentation of this file.
173 void Pala::IntegerProperty::setRepresentation(Pala::IntegerProperty::Representation representation)
void setDefaultValue(const QVariant &value)
Sets the default value of this property.
Definition: slicerproperty.cpp:113
void setRange(int min, int max)
Limits the user input to the selection of a number inside the given range (including the bounds)...
Definition: slicerproperty.cpp:167
SlicerProperty(QVariant::Type type, const QString &caption)
Definition: slicerproperty.cpp:53
void setChoices(const QVariantList &choices)
Limits the user input to the selection of one of the given values.
Definition: slicerproperty.cpp:105
Definition: slicerproperty.h:106
bool hasNext() const
void setRepresentation(Representation representation)
Decides how the property is represented in the user interface of Palapeli.
Definition: slicerproperty.cpp:173
T & next()
void setAdvanced(bool advanced=true)
Sets whether this property is advanced (false by default).
Definition: slicerproperty.cpp:100
Representation
Decides how the property is represented in the user interface of Palapeli.
Definition: slicerproperty.h:110
StringProperty(const QString &caption)
Definition: slicerproperty.cpp:178
BooleanProperty(const QString &caption)
Definition: slicerproperty.cpp:133
IntegerProperty(const QString &caption)
Definition: slicerproperty.cpp:144
Representation representation() const
Definition: slicerproperty.cpp:162
bool convert(Type t)
Representation of a single configurable parameter of a slicing algorithm.
Definition: slicerproperty.h:44
void setEnabled(bool enabled)
Sets whether this property is enabled (true by default).
Definition: slicerproperty.cpp:119
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.