Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::CoreSelection::SelectedStripable Struct Reference

Public Member Functions

 SelectedStripable (std::shared_ptr< Stripable >, std::shared_ptr< AutomationControl >, int)
 
 SelectedStripable (PBD::ID const &s, PBD::ID const &c, int o)
 
bool operator< (SelectedStripable const &other) const
 

Public Attributes

PBD::ID stripable
 
PBD::ID controllable
 
int order
 

Detailed Description

Definition at line 93 of file libs/ardour/ardour/selection.h.

Constructor & Destructor Documentation

◆ SelectedStripable() [1/2]

ARDOUR::CoreSelection::SelectedStripable::SelectedStripable ( std::shared_ptr< Stripable ,
std::shared_ptr< AutomationControl ,
int   
)

◆ SelectedStripable() [2/2]

ARDOUR::CoreSelection::SelectedStripable::SelectedStripable ( PBD::ID const &  s,
PBD::ID const &  c,
int  o 
)
inline

Definition at line 95 of file libs/ardour/ardour/selection.h.

Member Function Documentation

◆ operator<()

bool ARDOUR::CoreSelection::SelectedStripable::operator< ( SelectedStripable const &  other) const
inline

Definition at line 102 of file libs/ardour/ardour/selection.h.

Member Data Documentation

◆ controllable

PBD::ID ARDOUR::CoreSelection::SelectedStripable::controllable

Definition at line 99 of file libs/ardour/ardour/selection.h.

◆ order

int ARDOUR::CoreSelection::SelectedStripable::order

Definition at line 100 of file libs/ardour/ardour/selection.h.

◆ stripable

PBD::ID ARDOUR::CoreSelection::SelectedStripable::stripable

Definition at line 98 of file libs/ardour/ardour/selection.h.


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