|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#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 |
| void | add_to_node_if_modified (XMLNode &, std::string const &) 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 147 of file configuration_variable.h.
|
inline |
Definition at line 150 of file configuration_variable.h.
|
inlineprotectedvirtual |
Reimplemented from PBD::ConfigVariable< std::string >.
Definition at line 166 of file configuration_variable.h.
|
inlinevirtual |
Reimplemented from PBD::ConfigVariable< std::string >.
Definition at line 153 of file configuration_variable.h.
|
inlinevirtual |
Reimplemented from PBD::ConfigVariable< std::string >.
Definition at line 161 of file configuration_variable.h.
|
protected |
Definition at line 168 of file configuration_variable.h.
|
protected |
Definition at line 167 of file configuration_variable.h.