rocs/RocsCore
ValueModifier.h
Go to the documentation of this file.
45 void enumerate(const QList<T>& list, const QString &property, int start, const QString &baseString, bool overrideValues = true);
56 void enumerateAlpha(const QList<T> &list, const QString &property, const QString &start, bool overrideValues = true);
70 void assignRandomIntegers(const QList<T> &list, const QString &property, int lowerLimit, int upperLimit, int seed, bool overrideValues = true);
84 void assignRandomReals(const QList<T> &list, const QString &property, qreal lowerLimit, qreal upperLimit, int seed, bool overrideValues = true);
95 void assignConstantValue(const QList<T> &list, const QString &property, const QString &constant, bool overrideValues = true);
Definition: ValueModifier.h:30
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 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:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.