ardour
Public Member Functions | Public Attributes | List of all members
PBD::EventLoop::BaseRequestObject Struct Reference

#include <event_loop.h>

Public Member Functions

 BaseRequestObject ()
 

Public Attributes

RequestType type
 
bool valid
 
InvalidationRecordinvalidation
 
boost::function< void()> the_slot
 

Detailed Description

Definition at line 64 of file event_loop.h.

Constructor & Destructor Documentation

PBD::EventLoop::BaseRequestObject::BaseRequestObject ( )
inline

Definition at line 70 of file event_loop.h.

Member Data Documentation

InvalidationRecord* PBD::EventLoop::BaseRequestObject::invalidation

Definition at line 67 of file event_loop.h.

boost::function<void()> PBD::EventLoop::BaseRequestObject::the_slot

Definition at line 68 of file event_loop.h.

RequestType PBD::EventLoop::BaseRequestObject::type

Definition at line 65 of file event_loop.h.

bool PBD::EventLoop::BaseRequestObject::valid

Definition at line 66 of file event_loop.h.


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