|
Blender
V3.3
|
#include "GHOST_TaskbarX11.h"#include <cassert>#include <cstdio>#include <cstdlib>#include <dlfcn.h>Go to the source code of this file.
Typedefs | |
| using | unity_get_entry_t = void *(*)(const char *) |
| using | unity_set_progress_t = void(*)(void *, double) |
| using | unity_set_progress_visible_t = void(*)(void *, int) |
| using | unity_event_loop_t = int(*)(void *, int) |
Variables | |
| static unity_get_entry_t | unity_get_entry |
| static unity_set_progress_t | unity_set_progress |
| static unity_set_progress_visible_t | unity_set_progress_visible |
| static unity_event_loop_t | unity_event_loop |
| static bool | libunity_initialized = false |
| static bool | libunity_available = false |
| static void * | libunity_handle = nullptr |
| using unity_event_loop_t = int (*)(void *, int) |
Definition at line 17 of file GHOST_TaskbarX11.cpp.
| using unity_get_entry_t = void *(*)(const char *) |
Definition at line 14 of file GHOST_TaskbarX11.cpp.
| using unity_set_progress_t = void (*)(void *, double) |
Definition at line 15 of file GHOST_TaskbarX11.cpp.
| using unity_set_progress_visible_t = void (*)(void *, int) |
Definition at line 16 of file GHOST_TaskbarX11.cpp.
|
static |
Definition at line 25 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::init().
|
static |
Definition at line 26 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::free(), and GHOST_TaskBarX11::init().
|
static |
Definition at line 24 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::init().
|
static |
Definition at line 22 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::init(), and GHOST_TaskBarX11::set_progress_enabled().
|
static |
Definition at line 19 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::GHOST_TaskBarX11(), and GHOST_TaskBarX11::init().
|
static |
Definition at line 20 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::init(), and GHOST_TaskBarX11::set_progress().
|
static |
Definition at line 21 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::init(), and GHOST_TaskBarX11::set_progress_enabled().