palapeli/libpala
slicer.cpp
Go to the documentation of this file.
Definition: slicer.h:69
QMap< QByteArray, const Pala::SlicerProperty * > properties() const
Definition: slicer.cpp:55
virtual ~Slicer()
Deletes this slicer, and all properties and modes which have been added with addProperty() and addMod...
Definition: slicer.cpp:43
Slicer(QObject *parent=0, const QVariantList &args=QVariantList())
Constructs a new Slicer object.
Definition: slicer.cpp:36
Representation of an operational mode of a slicing algorithm.
Definition: slicermode.h:46
void addProperty(const QByteArray &key, Pala::SlicerProperty *property)
Add the given property to the property list of this slicer.
Definition: slicer.cpp:73
iterator insert(const Key &key, const T &value)
Representation of a single configurable parameter of a slicing algorithm.
Definition: slicerproperty.h:44
QList< const Pala::SlicerProperty * > propertyList() const
Definition: slicer.cpp:63
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.