![]() |
Ardour
8.12
|
#include <configuration_variable.h>
Public Member Functions | |
ConfigVariable (std::string str) | |
ConfigVariable (std::string str, std::string val) | |
std::string | get () const |
std::string | get_as_string () const |
virtual bool | set (std::string val) |
virtual void | set_from_string (std::string const &s) |
![]() | |
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 () |
![]() | |
void | notify () |
void | miss () |
Protected Attributes | |
std::string | value |
![]() | |
std::string | _name |
Specialisation of ConfigVariable for std::string to cope with whitespace properly
Definition at line 87 of file configuration_variable.h.
|
inline |
Definition at line 91 of file configuration_variable.h.
|
inline |
Definition at line 92 of file configuration_variable.h.
|
inline |
Definition at line 94 of file configuration_variable.h.
|
inlinevirtual |
Implements PBD::ConfigVariableBase.
Definition at line 98 of file configuration_variable.h.
|
inlineprotectedvirtual |
Reimplemented in PBD::ConfigVariableWithMutation< std::string >.
Definition at line 117 of file configuration_variable.h.
|
inlinevirtual |
Reimplemented in PBD::ConfigVariableWithMutation< std::string >.
Definition at line 102 of file configuration_variable.h.
|
inlinevirtual |
Implements PBD::ConfigVariableBase.
Reimplemented in PBD::ConfigVariableWithMutation< std::string >.
Definition at line 112 of file configuration_variable.h.
|
protected |
Definition at line 118 of file configuration_variable.h.