ardour
Public Member Functions | Protected Attributes | List of all members
DynamicTouchable1< T1, T2 > Class Template Reference

#include <touchable.h>

Inheritance diagram for DynamicTouchable1< T1, T2 >:
Touchable

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
 

Detailed Description

template<class T1, class T2>
class DynamicTouchable1< T1, T2 >

Definition at line 56 of file touchable.h.

Constructor & Destructor Documentation

template<class T1 , class T2 >
DynamicTouchable1< T1, T2 >::DynamicTouchable1 ( T1 &  t,
void(T1::*)(T2)  m,
T2  a 
)
inline

Definition at line 59 of file touchable.h.

Member Function Documentation

template<class T1 , class T2 >
void DynamicTouchable1< T1, T2 >::touch ( )
inlinevirtual

Implements Touchable.

Definition at line 62 of file touchable.h.

Member Data Documentation

template<class T1 , class T2 >
T2 DynamicTouchable1< T1, T2 >::arg
protected

Definition at line 69 of file touchable.h.

template<class T1 , class T2 >
void(T1::* DynamicTouchable1< T1, T2 >::method)(T2)
protected

Definition at line 68 of file touchable.h.

template<class T1 , class T2 >
T1& DynamicTouchable1< T1, T2 >::object
protected

Definition at line 67 of file touchable.h.


The documentation for this class was generated from the following file: