ardour
Public Member Functions | Protected Attributes | List of all members
Touchable Class Referenceabstract

#include <touchable.h>

Inheritance diagram for Touchable:
DynamicTouchable< T > DynamicTouchable1< T1, T2 > DynamicTouchable2< T1, T2, T3 > Gtkmm2ext::PopUp

Public Member Functions

 Touchable ()
 
virtual ~Touchable ()
 
void set_delete_after_touch (bool yn)
 
bool delete_after_touch () const
 
virtual void touch ()=0
 

Protected Attributes

bool _delete_after_touch
 

Detailed Description

Definition at line 24 of file touchable.h.

Constructor & Destructor Documentation

Touchable::Touchable ( )
inline

Definition at line 27 of file touchable.h.

virtual Touchable::~Touchable ( )
inlinevirtual

Definition at line 28 of file touchable.h.

Member Function Documentation

bool Touchable::delete_after_touch ( ) const
inline

Definition at line 31 of file touchable.h.

void Touchable::set_delete_after_touch ( bool  yn)
inline

Definition at line 30 of file touchable.h.

virtual void Touchable::touch ( )
pure virtual

Member Data Documentation

bool Touchable::_delete_after_touch
protected

Definition at line 36 of file touchable.h.


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