#include <selectable.h>
|
| SelectableOwner () |
|
virtual | ~SelectableOwner () |
|
void | get_selectables (Temporal::timepos_t const &start, Temporal::timepos_t const &end, double x, double y, std::list< Selectable * > &sl, bool within=false) |
|
virtual void | _get_selectables (Temporal::timepos_t const &, Temporal::timepos_t const &, double, double, std::list< Selectable * > &, bool within)=0 |
|
virtual void | get_inverted_selectables (Selection &, std::list< Selectable * > &results)=0 |
|
Definition at line 52 of file gtk2_ardour/selectable.h.
◆ SelectableOwner()
SelectableOwner::SelectableOwner |
( |
| ) |
|
|
inline |
◆ ~SelectableOwner()
virtual SelectableOwner::~SelectableOwner |
( |
| ) |
|
|
inlinevirtual |
◆ _get_selectables()
◆ get_inverted_selectables()
virtual void SelectableOwner::get_inverted_selectables |
( |
Selection & |
, |
|
|
std::list< Selectable * > & |
results |
|
) |
| |
|
pure virtual |
◆ get_selectables()
The documentation for this class was generated from the following file: