Ardour
9.0-pre0-582-g084a23a80d
|
#include <touchable.h>
Public Member Functions | |
DynamicTouchable1 (T1 &t, void(T1::*m)(T2), T2 a) | |
void | touch () |
Public Member Functions inherited from Touchable | |
Touchable () | |
virtual | ~Touchable () |
void | set_delete_after_touch (bool yn) |
bool | delete_after_touch () const |
Protected Attributes | |
T1 & | object |
void(T1::* | method )(T2) |
T2 | arg |
Protected Attributes inherited from Touchable | |
bool | _delete_after_touch |
Definition at line 55 of file touchable.h.
|
inline |
Definition at line 58 of file touchable.h.
|
inlinevirtual |
Implements Touchable.
Definition at line 61 of file touchable.h.
|
protected |
Definition at line 68 of file touchable.h.
|
protected |
Definition at line 67 of file touchable.h.
|
protected |
Definition at line 66 of file touchable.h.