ardour
Public Member Functions | Public Attributes | List of all members
PBD::Configuration Class Referenceabstract

#include <configuration.h>

Inheritance diagram for PBD::Configuration:
PBD::Stateful ARDOUR::RCConfiguration ARDOUR::SessionConfiguration

Public Member Functions

 Configuration ()
 
virtual ~Configuration ()
 
virtual void map_parameters (boost::function< void(std::string)> &)=0
 
virtual int set_state (XMLNode const &, int)=0
 
virtual XMLNodeget_state ()=0
 
virtual XMLNodeget_variables ()=0
 
virtual void set_variables (XMLNode const &)=0
 
- Public Member Functions inherited from PBD::Stateful
 Stateful ()
 
virtual ~Stateful ()
 
virtual bool apply_changes (PropertyBase const &)
 
PropertyChange apply_changes (PropertyList const &)
 
const OwnedPropertyListproperties () const
 
void add_property (PropertyBase &s)
 
void add_extra_xml (XMLNode &)
 
XMLNodeextra_xml (const std::string &str, bool add_if_missing=false)
 
void save_extra_xml (const XMLNode &)
 
const PBD::IDid () const
 
bool set_id (const XMLNode &)
 
void set_id (const std::string &)
 
void reset_id ()
 
void clear_changes ()
 
virtual void clear_owned_changes ()
 
PropertyListget_changes_as_properties (Command *) const
 
virtual void rdiff (std::vector< Command * > &) const
 
bool changed () const
 
virtual PropertyListproperty_factory (const XMLNode &) const
 
virtual void suspend_property_changes ()
 
virtual void resume_property_changes ()
 
bool property_changes_suspended () const
 

Public Attributes

PBD::Signal1< void, std::string > ParameterChanged
 
- Public Attributes inherited from PBD::Stateful
PBD::Signal1< void, const
PropertyChange & > 
PropertyChanged
 

Additional Inherited Members

- Static Public Attributes inherited from PBD::Stateful
static int current_state_version = 0
 
static int loading_state_version = 0
 
- Protected Member Functions inherited from PBD::Stateful
void add_instant_xml (XMLNode &, const std::string &directory_path)
 
XMLNodeinstant_xml (const std::string &str, const std::string &directory_path)
 
void add_properties (XMLNode &)
 
PropertyChange set_values (XMLNode const &)
 
virtual void post_set (const PropertyChange &)
 
virtual void send_change (const PropertyChange &)
 
virtual void mid_thaw (const PropertyChange &)
 
- Protected Attributes inherited from PBD::Stateful
XMLNode_extra_xml
 
XMLNode_instant_xml
 
PBD::PropertyChange _pending_changed
 
Glib::Threads::Mutex _lock
 
std::string _xml_node_name
 name of node to use for this object in XML More...
 
OwnedPropertyList_properties
 

Detailed Description

Definition at line 32 of file configuration.h.

Constructor & Destructor Documentation

PBD::Configuration::Configuration ( )
inline

Definition at line 35 of file configuration.h.

virtual PBD::Configuration::~Configuration ( )
inlinevirtual

Definition at line 36 of file configuration.h.

Member Function Documentation

virtual XMLNode& PBD::Configuration::get_state ( )
pure virtual
virtual XMLNode& PBD::Configuration::get_variables ( )
pure virtual
virtual void PBD::Configuration::map_parameters ( boost::function< void(std::string)> &  )
pure virtual
virtual int PBD::Configuration::set_state ( XMLNode const &  ,
int   
)
pure virtual
virtual void PBD::Configuration::set_variables ( XMLNode const &  )
pure virtual

Member Data Documentation

PBD::Signal1<void,std::string> PBD::Configuration::ParameterChanged

Definition at line 44 of file configuration.h.


The documentation for this class was generated from the following file: