|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <touchable.h>
Public Member Functions | |
| DynamicTouchable2 (T1 &t, void(T1::*m)(T2, T3), T2 a1, T3 a2) | |
| 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, T3) |
| T2 | arg1 |
| T3 | arg2 |
Protected Attributes inherited from Touchable | |
| bool | _delete_after_touch |
Definition at line 72 of file touchable.h.
|
inline |
Definition at line 75 of file touchable.h.
|
inlinevirtual |
Implements Touchable.
Definition at line 78 of file touchable.h.
|
protected |
Definition at line 85 of file touchable.h.
|
protected |
Definition at line 86 of file touchable.h.
|
protected |
Definition at line 84 of file touchable.h.
|
protected |
Definition at line 83 of file touchable.h.