Ardour  9.0-pre0-350-gf17a656217
PBD::EventLoop::BaseRequestObject Struct Reference

#include <event_loop.h>

Public Member Functions

 BaseRequestObject ()
 
 ~BaseRequestObject ()
 

Public Attributes

RequestType type
 
InvalidationRecordinvalidation
 
std::function< void()> the_slot
 

Detailed Description

Definition at line 76 of file event_loop.h.

Constructor & Destructor Documentation

◆ BaseRequestObject()

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

Definition at line 81 of file event_loop.h.

◆ ~BaseRequestObject()

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

Definition at line 82 of file event_loop.h.

Member Data Documentation

◆ invalidation

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

Definition at line 78 of file event_loop.h.

◆ the_slot

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

Definition at line 79 of file event_loop.h.

◆ type

RequestType PBD::EventLoop::BaseRequestObject::type

Definition at line 77 of file event_loop.h.


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