|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <touchable.h>
Public Member Functions | |
| DynamicTouchable (T &t, void(T::*m)(void)) | |
| 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 | |
| T & | object |
| void(T::* | method )(void) |
Protected Attributes inherited from Touchable | |
| bool | _delete_after_touch |
Definition at line 39 of file touchable.h.
|
inline |
Definition at line 42 of file touchable.h.
|
inlinevirtual |
Implements Touchable.
Definition at line 45 of file touchable.h.
|
protected |
Definition at line 51 of file touchable.h.
|
protected |
Definition at line 50 of file touchable.h.