ConfigurationHelper Member List
This is the complete list of members for ConfigurationHelper, including all inherited members.
getBool(ConfigurationParameters ¶ms, QString paramPath, bool def=false) | ConfigurationHelper | static |
getBoolVector(ConfigurationParameters ¶ms, QString paramPath, QString def=QString()) | ConfigurationHelper | static |
getDescribedParameterNames(QString type, QString prefix=QString()) | ConfigurationHelper | static |
getDescribedSubgroupNames(QString type, QString prefix=QString()) | ConfigurationHelper | static |
getDouble(ConfigurationParameters ¶ms, QString paramPath, double def=0) | ConfigurationHelper | static |
getInt(ConfigurationParameters ¶ms, QString paramPath, int def=0) | ConfigurationHelper | static |
getIntegerVector(ConfigurationParameters ¶ms, QString paramPath, QString def=QString()) | ConfigurationHelper | static |
getParameterEnumValues(QString type, QString paramName) | ConfigurationHelper | static |
getParameterTypeName(QString type, QString paramName) | ConfigurationHelper | static |
getString(ConfigurationParameters ¶ms, QString paramPath, QString def=QString()) | ConfigurationHelper | static |
getStringList(ConfigurationParameters ¶ms, QString paramPath, QString delimiter=QString(" ")) | ConfigurationHelper | static |
getUnsignedInt(ConfigurationParameters ¶ms, QString paramPath, unsigned int def=0) | ConfigurationHelper | static |
getUnsignedIntegerVector(ConfigurationParameters ¶ms, QString paramPath, QString def=QString()) | ConfigurationHelper | static |
getVector(ConfigurationParameters ¶ms, QString paramPath, QString def=QString()) | ConfigurationHelper | static |
hasGroup(ConfigurationParameters ¶ms, QString group) | ConfigurationHelper | static |
hasParameter(ConfigurationParameters ¶ms, QString group, QString paramName) | ConfigurationHelper | static |
isRuntimeParameter(QString type, QString paramName) | ConfigurationHelper | static |
parameterIsDouble(QString type, QString paramName) | ConfigurationHelper | static |
throwUserConfigError(QString paramName, QString paramValue, QString description) | ConfigurationHelper | static |
throwUserMissingResourceError(QString resourceName, QString description) | ConfigurationHelper | static |