Blender
V3.3
|
#include <GHOST_TaskbarX11.h>
Public Member Functions | |
GHOST_TaskBarX11 (const char *name) | |
bool | is_valid () |
void | set_progress (double progress) |
void | set_progress_enabled (bool enabled) |
Static Public Member Functions | |
static bool | init () |
static void | free () |
Definition at line 8 of file GHOST_TaskbarX11.h.
GHOST_TaskBarX11::GHOST_TaskBarX11 | ( | const char * | name | ) |
Definition at line 87 of file GHOST_TaskbarX11.cpp.
References init(), and unity_get_entry.
|
static |
Definition at line 28 of file GHOST_TaskbarX11.cpp.
References libunity_handle.
Referenced by init().
|
static |
Definition at line 36 of file GHOST_TaskbarX11.cpp.
References free(), libunity_available, libunity_handle, libunity_initialized, unity_event_loop, unity_get_entry, unity_set_progress, and unity_set_progress_visible.
Referenced by GHOST_TaskBarX11().
Definition at line 97 of file GHOST_TaskbarX11.cpp.
Referenced by GHOST_WindowX11::endProgressBar(), set_progress(), set_progress_enabled(), and GHOST_WindowX11::setProgressBar().
Definition at line 102 of file GHOST_TaskbarX11.cpp.
References is_valid(), and unity_set_progress.
Referenced by GHOST_WindowX11::setProgressBar().
Definition at line 108 of file GHOST_TaskbarX11.cpp.
References enabled, is_valid(), unity_event_loop, and unity_set_progress_visible.
Referenced by GHOST_WindowX11::endProgressBar(), and GHOST_WindowX11::setProgressBar().