ardour
Public Member Functions | Public Attributes | List of all members
AutomationEvent< AutomatedObject > Struct Template Reference

Public Member Functions

void operator() ()
 

Public Attributes

uint32_t frame
 
AutomatedObject * object
 
void(AutomatedObject::* function )(void *)
 
void * arg
 

Detailed Description

template<class AutomatedObject>
struct AutomationEvent< AutomatedObject >

Definition at line 23 of file automation.cc.

Member Function Documentation

template<class AutomatedObject >
void AutomationEvent< AutomatedObject >::operator() ( )
inline

Definition at line 29 of file automation.cc.

Member Data Documentation

template<class AutomatedObject >
void* AutomationEvent< AutomatedObject >::arg

Definition at line 27 of file automation.cc.

template<class AutomatedObject >
uint32_t AutomationEvent< AutomatedObject >::frame

Definition at line 24 of file automation.cc.

template<class AutomatedObject >
void(AutomatedObject::* AutomationEvent< AutomatedObject >::function)(void *)

Definition at line 26 of file automation.cc.

template<class AutomatedObject >
AutomatedObject* AutomationEvent< AutomatedObject >::object

Definition at line 25 of file automation.cc.


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