|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <event_loop.h>
Public Member Functions | |
| BaseRequestObject () | |
| ~BaseRequestObject () | |
Public Attributes | |
| RequestType | type |
| InvalidationRecord * | invalidation |
| std::function< void()> | the_slot |
Definition at line 76 of file event_loop.h.
|
inline |
Definition at line 81 of file event_loop.h.
|
inline |
Definition at line 82 of file event_loop.h.
| InvalidationRecord* PBD::EventLoop::BaseRequestObject::invalidation |
Definition at line 78 of file event_loop.h.
| std::function<void()> PBD::EventLoop::BaseRequestObject::the_slot |
Definition at line 79 of file event_loop.h.
| RequestType PBD::EventLoop::BaseRequestObject::type |
Definition at line 77 of file event_loop.h.