|
Ardour
9.2-129-gdf5e1050bd
|
#include <event_loop.h>
Public Member Functions | |
| BaseRequestObject () | |
| ~BaseRequestObject () | |
Public Attributes | |
| RequestType | type |
| InvalidationRecord * | invalidation |
| std::function< void()> | the_slot |
Definition at line 82 of file event_loop.h.
|
inline |
Definition at line 87 of file event_loop.h.
|
inline |
Definition at line 88 of file event_loop.h.
| InvalidationRecord* PBD::EventLoop::BaseRequestObject::invalidation |
Definition at line 84 of file event_loop.h.
| std::function<void()> PBD::EventLoop::BaseRequestObject::the_slot |
Definition at line 85 of file event_loop.h.
| RequestType PBD::EventLoop::BaseRequestObject::type |
Definition at line 83 of file event_loop.h.