![]() |
Ardour
8.12
|
#include <functor_command.h>
Public Member Functions | |
FunctorCommand (std::string functor, obj_type &object, arg_type b, arg_type a) | |
~FunctorCommand () | |
void | operator() () |
void | undo () |
virtual XMLNode & | get_state () |
![]() | |
virtual | ~Command () |
void | set_name (const std::string &str) |
const std::string & | name () const |
virtual void | redo () |
virtual int | set_state (const XMLNode &, int) |
virtual bool | empty () const |
![]() | |
Stateful () | |
virtual | ~Stateful () |
virtual bool | apply_change (PropertyBase const &) |
PropertyChange | apply_changes (PropertyList const &) |
const OwnedPropertyList & | properties () const |
void | add_property (PropertyBase &s) |
void | add_extra_xml (XMLNode &) |
XMLNode * | extra_xml (const std::string &str, bool add_if_missing=false) |
void | save_extra_xml (const XMLNode &) |
const PBD::ID & | id () const |
bool | set_id (const XMLNode &) |
void | set_id (const std::string &) |
void | reset_id () |
void | clear_changes () |
virtual void | clear_owned_changes () |
PropertyList * | get_changes_as_properties (PBD::Command *) const |
virtual void | rdiff (std::vector< PBD::Command * > &) const |
bool | changed () const |
virtual PropertyList * | property_factory (const XMLNode &) const |
virtual void | suspend_property_changes () |
virtual void | resume_property_changes () |
bool | property_changes_suspended () const |
![]() | |
virtual | ~Destructible () |
virtual void | drop_references () |
![]() | |
ScopedConnectionList () | |
virtual | ~ScopedConnectionList () |
void | add_connection (const UnscopedConnection &c) |
void | drop_connections () |
Static Public Member Functions | |
static void | register_functor (std::string name, functor_type f) |
Protected Attributes | |
std::string | functor_name |
obj_type & | object |
arg_type | before |
arg_type | after |
functor_type | method |
![]() | |
std::string | _name |
![]() | |
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 |
Static Protected Attributes | |
static FunctorMap | functor_map |
Private Types | |
typedef void(obj_type::* | functor_type) (arg_type) |
typedef std::map< std::string, functor_type > | FunctorMap |
typedef FunctorMap::iterator | FunctorMapIterator |
Static Private Member Functions | |
static functor_type | find_functor (std::string name) |
Additional Inherited Members | |
![]() | |
PBD::Signal1< void, const PropertyChange & > | PropertyChanged |
![]() | |
PBD::Signal0< void > | Destroyed |
PBD::Signal0< void > | DropReferences |
![]() | |
static int | current_state_version |
static int | loading_state_version |
![]() | |
Command () | |
Command (const std::string &name) | |
![]() | |
void | add_instant_xml (XMLNode &, const std::string &directory_path) |
XMLNode * | instant_xml (const std::string &str, const std::string &directory_path) |
void | add_properties (XMLNode &) const |
PropertyChange | set_values (XMLNode const &) |
virtual void | post_set (const PropertyChange &) |
virtual void | send_change (const PropertyChange &) |
virtual void | mid_thaw (const PropertyChange &) |
bool | regenerate_xml_or_string_ids () const |
Definition at line 39 of file functor_command.h.
|
private |
Definition at line 42 of file functor_command.h.
|
private |
Definition at line 43 of file functor_command.h.
|
private |
Definition at line 44 of file functor_command.h.
|
inline |
Definition at line 47 of file functor_command.h.
|
inline |
Definition at line 59 of file functor_command.h.
|
inlinestaticprivate |
Definition at line 91 of file functor_command.h.
|
inlinevirtual |
Reimplemented from PBD::Command.
Definition at line 71 of file functor_command.h.
|
inlinevirtual |
Implements PBD::Command.
Definition at line 63 of file functor_command.h.
|
inlinestatic |
Definition at line 86 of file functor_command.h.
|
inlinevirtual |
Implements PBD::Command.
Definition at line 67 of file functor_command.h.
|
protected |
Definition at line 105 of file functor_command.h.
|
protected |
Definition at line 104 of file functor_command.h.
|
staticprotected |
Definition at line 107 of file functor_command.h.
|
protected |
Definition at line 102 of file functor_command.h.
|
protected |
Definition at line 106 of file functor_command.h.
|
protected |
Definition at line 103 of file functor_command.h.