VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
Event Struct Reference

Event. More...

#include <events.h>

+ Inheritance diagram for Event:

Public Member Functions

 Event () noexcept
 
 Event (const Event &)=delete
 
Eventoperator= (const Event &)=delete
 
 Event (Event &&)=default
 
Eventoperator= (Event &&)=default
 

Public Attributes

EventType type {EventType::Unknown}
 Type. More...
 
uint64_t id
 Unique ID. More...
 
uint64_t timestamp
 Timestamp. More...
 
EventConsumeState consumed
 Consumed? If this is true, event dispatching is stopped. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ Event() [1/3]

Event ( )
noexcept

◆ Event() [2/3]

Event ( const Event )
delete

◆ Event() [3/3]

Event ( Event &&  )
default

Member Function Documentation

◆ operator=() [1/2]

Event & operator= ( const Event )
delete

◆ operator=() [2/2]

Event & operator= ( Event &&  )
default

Member Data Documentation

◆ consumed

Consumed? If this is true, event dispatching is stopped.

◆ id

uint64_t id

Unique ID.

◆ timestamp

uint64_t timestamp

Timestamp.

◆ type


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