palapeli/libpala
slicermode.cpp
Go to the documentation of this file.
SlicerMode(const QByteArray &key, const QString &name)
Create a new SlicerMode instance.
Definition: slicermode.cpp:31
Representation of an operational mode of a slicing algorithm.
Definition: slicermode.h:46
void remove()
void filterProperties(QList< const Pala::SlicerProperty * > &properties) const
Definition: slicermode.cpp:43
bool hasNext() const
void setPropertyEnabled(const QByteArray &property, bool enabled)
Defines whether the property which has been added to Pala::Slicer with the given key, is enabled when this mode is selected. If this mode does not define the state for some property, the state defined by the property itself (through the Palapeli::SlicerProperty::setEnabled() method) is used. You will therefore probably use this function only to define exceptions from this default state.
Definition: slicermode.cpp:67
T & next()
Representation of a single configurable parameter of a slicing algorithm.
Definition: slicerproperty.h:44
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.