Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ZEvent Class Reference

A Zrythm event. More...

#include <src/gui/backend/gtk_widgets/event.h>

Data Fields

EventType type_ {}
 Event type.
void * arg_ = nullptr
 Argument.
const char * file_ = nullptr
 Source file initialized from.
const char * func_ = nullptr
 Function initialized from.
int lineno_ = 0
 Line no initialized from.
std::string backtrace_
 Backtrace.

Detailed Description

A Zrythm event.

Definition at line 453 of file event.h.

Field Documentation

◆ arg_

void* ZEvent::arg_ = nullptr

Argument.

Definition at line 463 of file event.h.

◆ backtrace_

std::string ZEvent::backtrace_

Backtrace.

Definition at line 475 of file event.h.

◆ file_

const char* ZEvent::file_ = nullptr

Source file initialized from.

Definition at line 466 of file event.h.

◆ func_

const char* ZEvent::func_ = nullptr

Function initialized from.

Definition at line 469 of file event.h.

◆ lineno_

int ZEvent::lineno_ = 0

Line no initialized from.

Definition at line 472 of file event.h.

◆ type_

EventType ZEvent::type_ {}

Event type.

Definition at line 460 of file event.h.


The documentation for this class was generated from the following file:
  • src/gui/backend/gtk_widgets/event.h