![]() |
Ardour
8.12
|
#include <touchable.h>
Public Member Functions | |
DynamicTouchable (T &t, void(T::*m)(void)) | |
void | touch () |
![]() | |
Touchable () | |
virtual | ~Touchable () |
void | set_delete_after_touch (bool yn) |
bool | delete_after_touch () const |
Protected Attributes | |
T & | object |
void(T::* | method )(void) |
![]() | |
bool | _delete_after_touch |
Definition at line 40 of file touchable.h.
|
inline |
Definition at line 43 of file touchable.h.
|
inlinevirtual |
Implements Touchable.
Definition at line 46 of file touchable.h.
|
protected |
Definition at line 52 of file touchable.h.
|
protected |
Definition at line 51 of file touchable.h.