Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ZEvent Struct Reference

A Zrythm event. More...

#include <gui/backend/event.h>

Data Fields

EventType type
 Event type.
 
void * arg
 Argument.
 
const char * file
 Source file initialized from.
 
const char * func
 Function initialized from.
 
int lineno
 Line no initialized from.
 
char * backtrace
 Backtrace.
 

Detailed Description

A Zrythm event.

Definition at line 454 of file event.h.

Field Documentation

◆ arg

void* ZEvent::arg

Argument.

Definition at line 460 of file event.h.

◆ backtrace

char* ZEvent::backtrace

Backtrace.

Definition at line 472 of file event.h.

◆ file

const char* ZEvent::file

Source file initialized from.

Definition at line 463 of file event.h.

◆ func

const char* ZEvent::func

Function initialized from.

Definition at line 466 of file event.h.

◆ lineno

int ZEvent::lineno

Line no initialized from.

Definition at line 469 of file event.h.

◆ type

EventType ZEvent::type

Event type.

Definition at line 457 of file event.h.


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