convert(const std::string &str, T &value) const | IgConfigElement | [inline, private] |
convert(const std::string &str, bool &value) const | IgConfigElement | [private] |
convert(const T &value) const | IgConfigElement | [inline, private] |
getKeyMap() const | IgConfigElement | |
getValue(const std::string &key, T &value) const | IgConfigElement | [inline] |
getValue(const std::string &key, std::string &value) const | IgConfigElement | |
getValues(const std::string &key, std::vector< T > &values) const | IgConfigElement | [inline] |
getValues(const std::string &key, std::vector< std::string > &values) const | IgConfigElement | |
IG_DECLARE_STATE_ELEMENT(IgConfigElement) | IgConfigElement | [private] |
IgConfigElement(IgState *state) | IgConfigElement | |
initConfiguration() | IgConfigElement | [private] |
KeyMap typedef | IgConfigElement | |
m_config | IgConfigElement | [private] |
m_dirty | IgConfigElement | [private] |
m_file | IgConfigElement | [private] |
m_prefix | IgConfigElement | [private] |
m_state | IgConfigElement | [private] |
prefix(void) const | IgConfigElement | |
processNode(const QDomNode &node, const std::string &path) | IgConfigElement | [private] |
putValue(const std::string &key, const T &value, bool override=true) | IgConfigElement | [inline] |
putValue(const std::string &key, const std::string &value, bool override=true) | IgConfigElement | |
putValues(const std::string &key, const std::vector< T > &values, bool override=true) | IgConfigElement | [inline] |
putValues(const std::string &key, const std::vector< std::string > &values, bool override=true) | IgConfigElement | |
save(const std::string &filename="") | IgConfigElement | |
setPrefix(const std::string &prefix) | IgConfigElement | |
stateKey(void) const =0 | IgStateElement | [pure virtual] |
substituteValue(std::string &value) const | IgConfigElement | [private] |
~IgConfigElement() | IgConfigElement | |
~IgStateElement(void) | IgStateElement | [virtual] |