|
Blender
V2.93
|
#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 22 of file GHOST_TaskbarX11.h.
| GHOST_TaskBarX11::GHOST_TaskBarX11 | ( | const char * | name | ) |
Definition at line 101 of file GHOST_TaskbarX11.cpp.
References init(), NULL, and unity_get_entry.
|
static |
Definition at line 42 of file GHOST_TaskbarX11.cpp.
References libunity_handle, and NULL.
Referenced by init().
|
static |
Definition at line 50 of file GHOST_TaskbarX11.cpp.
References free(), libunity_available, libunity_handle, libunity_initialized, NULL, unity_event_loop, unity_get_entry, unity_set_progress, and unity_set_progress_visible.
Referenced by GHOST_TaskBarX11().
| bool GHOST_TaskBarX11::is_valid | ( | ) |
Definition at line 111 of file GHOST_TaskbarX11.cpp.
References NULL.
Referenced by GHOST_WindowX11::endProgressBar(), set_progress(), set_progress_enabled(), and GHOST_WindowX11::setProgressBar().
| void GHOST_TaskBarX11::set_progress | ( | double | progress | ) |
Definition at line 116 of file GHOST_TaskbarX11.cpp.
References is_valid(), and unity_set_progress.
Referenced by GHOST_WindowX11::setProgressBar().
| void GHOST_TaskBarX11::set_progress_enabled | ( | bool | enabled | ) |
Definition at line 122 of file GHOST_TaskbarX11.cpp.
References enabled, is_valid(), NULL, unity_event_loop, and unity_set_progress_visible.
Referenced by GHOST_WindowX11::endProgressBar(), and GHOST_WindowX11::setProgressBar().