A Zrythm event.
More...
#include <src/gui/backend/gtk_widgets/event.h>
|
| 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.
|
A Zrythm event.
Definition at line 453 of file event.h.
◆ arg_
| void* ZEvent::arg_ = nullptr |
◆ 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_
Line no initialized from.
Definition at line 472 of file event.h.
◆ 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