Ardour
9.0-pre0-350-gf17a656217
|
#include <touchable.h>
Public Member Functions | |
Touchable () | |
virtual | ~Touchable () |
void | set_delete_after_touch (bool yn) |
bool | delete_after_touch () const |
virtual void | touch ()=0 |
Protected Attributes | |
bool | _delete_after_touch |
Definition at line 23 of file touchable.h.
|
inline |
Definition at line 26 of file touchable.h.
|
inlinevirtual |
Definition at line 27 of file touchable.h.
|
inline |
Definition at line 30 of file touchable.h.
|
inline |
Definition at line 29 of file touchable.h.
|
pure virtual |
Implemented in ArdourWidgets::PopUp, DynamicTouchable2< T1, T2, T3 >, DynamicTouchable1< T1, T2 >, and DynamicTouchable< T >.
|
protected |
Definition at line 35 of file touchable.h.