|
Blender V4.3
|
#include <GHOST_TaskbarX11.hh>
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 10 of file GHOST_TaskbarX11.hh.
| GHOST_TaskBarX11::GHOST_TaskBarX11 | ( | const char * | name | ) |
Definition at line 102 of file GHOST_TaskbarX11.cc.
References init(), and unity_get_entry.
|
static |
Definition at line 43 of file GHOST_TaskbarX11.cc.
References libunity_handle.
Referenced by init().
|
static |
Definition at line 51 of file GHOST_TaskbarX11.cc.
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().
| bool GHOST_TaskBarX11::is_valid | ( | ) |
Definition at line 112 of file GHOST_TaskbarX11.cc.
Referenced by GHOST_WindowX11::endProgressBar(), set_progress(), set_progress_enabled(), and GHOST_WindowX11::setProgressBar().
| void GHOST_TaskBarX11::set_progress | ( | double | progress | ) |
Definition at line 117 of file GHOST_TaskbarX11.cc.
References is_valid(), and unity_set_progress.
Referenced by GHOST_WindowX11::setProgressBar().
| void GHOST_TaskBarX11::set_progress_enabled | ( | bool | enabled | ) |
Definition at line 123 of file GHOST_TaskbarX11.cc.
References is_valid(), unity_event_loop, and unity_set_progress_visible.
Referenced by GHOST_WindowX11::endProgressBar(), and GHOST_WindowX11::setProgressBar().