ardour
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Fred Class Reference
Inheritance diagram for Fred:
PBD::StatefulDestructible PBD::Stateful PBD::Destructible

Public Member Functions

 Fred ()
 
XMLNodeget_state ()
 
int set_state (XMLNode const &node, int)
 
- 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 Member Functions inherited from PBD::Destructible
 Destructible ()
 
virtual ~Destructible ()
 
void drop_references ()
 

Static Public Member Functions

static void make_property_quarks ()
 

Public Attributes

AutomationListProperty _jim
 
- Public Attributes inherited from PBD::Stateful
PBD::Signal1< void, const
PropertyChange & > 
PropertyChanged
 
- Public Attributes inherited from PBD::Destructible
PBD::Signal0< void > Destroyed
 
PBD::Signal0< void > DropReferences
 

Static Public Attributes

static PropertyDescriptor
< boost::shared_ptr
< AutomationList > > 
_descriptor
 
- Static Public Attributes inherited from PBD::Stateful
static int current_state_version = 0
 
static int loading_state_version = 0
 

Additional Inherited Members

- 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

Here's a StatefulDestructible class that has a AutomationListProperty

Definition at line 96 of file automation_list_property_test.cc.

Constructor & Destructor Documentation

Fred::Fred ( )
inline

Definition at line 99 of file automation_list_property_test.cc.

Member Function Documentation

XMLNode& Fred::get_state ( void  )
inlinevirtual

Implements PBD::Stateful.

Definition at line 106 of file automation_list_property_test.cc.

static void Fred::make_property_quarks ( )
inlinestatic

Definition at line 117 of file automation_list_property_test.cc.

int Fred::set_state ( XMLNode const &  node,
int   
)
inlinevirtual

Implements PBD::Stateful.

Definition at line 112 of file automation_list_property_test.cc.

Member Data Documentation

PropertyDescriptor< boost::shared_ptr< AutomationList > > Fred::_descriptor
static

Definition at line 122 of file automation_list_property_test.cc.

Definition at line 121 of file automation_list_property_test.cc.


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