Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::SceneChange Class Reference

#include <scene_change.h>

Inheritance diagram for ARDOUR::SceneChange:
[legend]

Public Member Functions

 SceneChange ()
 
virtual ~SceneChange ()
 
uint32_t color () const
 
void set_color (uint32_t)
 
bool color_out_of_bounds () const
 
bool active () const
 
void set_active (bool)
 
- Public Member Functions inherited from PBD::Stateful
 Stateful ()
 
virtual ~Stateful ()
 
virtual XMLNodeget_state () const =0
 
virtual int set_state (const XMLNode &, int version)=0
 
virtual bool apply_change (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 (PBD::Command *) const
 
virtual void rdiff (std::vector< PBD::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
 

Static Public Member Functions

static std::shared_ptr< SceneChangefactory (const XMLNode &, int version)
 

Public Attributes

PBD::Signal< void()> ColorChanged
 
PBD::Signal< void()> ActiveChanged
 
- Public Attributes inherited from PBD::Stateful
PBD::Signal< void(const PropertyChange &)> PropertyChanged
 

Static Public Attributes

static std::string xml_node_name
 
static const uint32_t out_of_bound_color
 
- Static Public Attributes inherited from PBD::Stateful
static int current_state_version
 
static int loading_state_version
 

Protected Attributes

uint32_t _color
 
bool _active
 
- 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
 

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 &) 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
 

Detailed Description

Definition at line 28 of file scene_change.h.

Constructor & Destructor Documentation

◆ SceneChange()

ARDOUR::SceneChange::SceneChange ( )

◆ ~SceneChange()

virtual ARDOUR::SceneChange::~SceneChange ( )
inlinevirtual

Definition at line 32 of file scene_change.h.

Member Function Documentation

◆ active()

bool ARDOUR::SceneChange::active ( ) const
inline

Definition at line 42 of file scene_change.h.

◆ color()

uint32_t ARDOUR::SceneChange::color ( ) const

◆ color_out_of_bounds()

bool ARDOUR::SceneChange::color_out_of_bounds ( ) const
inline

Definition at line 39 of file scene_change.h.

◆ factory()

static std::shared_ptr<SceneChange> ARDOUR::SceneChange::factory ( const XMLNode ,
int  version 
)
static

◆ set_active()

void ARDOUR::SceneChange::set_active ( bool  )

◆ set_color()

void ARDOUR::SceneChange::set_color ( uint32_t  )

Member Data Documentation

◆ _active

bool ARDOUR::SceneChange::_active
protected

Definition at line 51 of file scene_change.h.

◆ _color

uint32_t ARDOUR::SceneChange::_color
protected

Definition at line 50 of file scene_change.h.

◆ ActiveChanged

PBD::Signal<void()> ARDOUR::SceneChange::ActiveChanged

Definition at line 46 of file scene_change.h.

◆ ColorChanged

PBD::Signal<void()> ARDOUR::SceneChange::ColorChanged

Definition at line 45 of file scene_change.h.

◆ out_of_bound_color

const uint32_t ARDOUR::SceneChange::out_of_bound_color
static

Definition at line 40 of file scene_change.h.

◆ xml_node_name

std::string ARDOUR::SceneChange::xml_node_name
static

Definition at line 35 of file scene_change.h.


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