Public Member Functions | |
void | SetDirty (void) |
void | SetClean (void) |
bool | IsDirty (void) const |
uint32_t | GetParameterType (std::string name) const |
void | GetParameterNames (std::list< std::string > &names) const |
bool | AddParameter (std::string name, bool value) |
bool | SetParameter (std::string name, bool value) |
bool | GetParameter (std::string name, bool &value) const |
bool | AddParameter (std::string name, float min, float max, float value) |
bool | SetParameter (std::string name, float value) |
bool | GetParameter (std::string name, float &value) const |
bool | GetRange (std::string name, float &min, float &max) const |
bool | AddParameter (std::string name, int32_t min, int32_t max, int32_t value) |
bool | SetParameter (std::string name, int32_t value) |
bool | GetParameter (std::string name, int32_t &value) const |
bool | GetRange (std::string name, int32_t &min, int32_t &max) const |
bool | AddParameter (std::string name, const std::list< std::pair< uint32_t, std::string > > &, uint32_t value) |
bool | SetParameter (std::string name, uint32_t) |
bool | GetParameter (std::string name, uint32_t &, std::string &) const |
bool | GetRange (std::string name, std::list< std::pair< uint32_t, std::string > > &) const |
bool | AddParameter (std::string name, Chromaticity value) |
bool | SetParameter (std::string name, Chromaticity value) |
bool | GetParameter (std::string name, Chromaticity &value) const |