Ardour
9.0-pre0-582-g084a23a80d
|
#include <configuration_variable.h>
Public Member Functions | |
ConfigVariableWithMutation (std::string name, std::string val, std::string(*m)(std::string)) | |
bool | set (std::string val) |
void | set_from_string (std::string const &s) |
Public Member Functions inherited from PBD::ConfigVariable< std::string > | |
ConfigVariable (std::string str) | |
ConfigVariable (std::string str, std::string val) | |
std::string | get () const |
std::string | get_as_string () const |
Public Member Functions inherited from PBD::ConfigVariableBase | |
ConfigVariableBase (std::string str) | |
virtual | ~ConfigVariableBase () |
std::string | name () const |
void | add_to_node (XMLNode &) const |
bool | set_from_node (XMLNode const &) |
Protected Member Functions | |
virtual std::string | get_for_save () |
Protected Member Functions inherited from PBD::ConfigVariableBase | |
void | notify () |
void | miss () |
Protected Attributes | |
std::string | unmutated_value |
std::string(* | mutator )(std::string) |
Protected Attributes inherited from PBD::ConfigVariable< std::string > | |
std::string | value |
Protected Attributes inherited from PBD::ConfigVariableBase | |
std::string | _name |
Definition at line 146 of file configuration_variable.h.
|
inline |
Definition at line 149 of file configuration_variable.h.
|
inlineprotectedvirtual |
Reimplemented from PBD::ConfigVariable< std::string >.
Definition at line 165 of file configuration_variable.h.
|
inlinevirtual |
Reimplemented from PBD::ConfigVariable< std::string >.
Definition at line 152 of file configuration_variable.h.
|
inlinevirtual |
Reimplemented from PBD::ConfigVariable< std::string >.
Definition at line 160 of file configuration_variable.h.
|
protected |
Definition at line 167 of file configuration_variable.h.
|
protected |
Definition at line 166 of file configuration_variable.h.