|
Blender
V2.93
|
#include "GHOST_TaskbarX11.h"#include <cassert>#include <cstdio>#include <cstdlib>#include <dlfcn.h>Go to the source code of this file.
Typedefs | |
| typedef void *(* | unity_get_entry_t) (const char *) |
| typedef void(* | unity_set_progress_t) (void *, double) |
| typedef void(* | unity_set_progress_visible_t) (void *, int) |
| typedef int(* | unity_event_loop_t) (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 = NULL |
| typedef int(* unity_event_loop_t) (void *, int) |
Definition at line 31 of file GHOST_TaskbarX11.cpp.
| typedef void*(* unity_get_entry_t) (const char *) |
Definition at line 28 of file GHOST_TaskbarX11.cpp.
| typedef void(* unity_set_progress_t) (void *, double) |
Definition at line 29 of file GHOST_TaskbarX11.cpp.
| typedef void(* unity_set_progress_visible_t) (void *, int) |
Definition at line 30 of file GHOST_TaskbarX11.cpp.
|
static |
Definition at line 39 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::init().
|
static |
Definition at line 40 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::free(), and GHOST_TaskBarX11::init().
|
static |
Definition at line 38 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::init().
|
static |
Definition at line 36 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::init(), and GHOST_TaskBarX11::set_progress_enabled().
|
static |
Definition at line 33 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::GHOST_TaskBarX11(), and GHOST_TaskBarX11::init().
|
static |
Definition at line 34 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::init(), and GHOST_TaskBarX11::set_progress().
|
static |
Definition at line 35 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_TaskBarX11::init(), and GHOST_TaskBarX11::set_progress_enabled().