Blender  V2.93
Typedefs | Variables
GHOST_TaskbarX11.cpp File Reference
#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 Documentation

◆ unity_event_loop_t

typedef int(* unity_event_loop_t) (void *, int)

Definition at line 31 of file GHOST_TaskbarX11.cpp.

◆ unity_get_entry_t

typedef void*(* unity_get_entry_t) (const char *)

Definition at line 28 of file GHOST_TaskbarX11.cpp.

◆ unity_set_progress_t

typedef void(* unity_set_progress_t) (void *, double)

Definition at line 29 of file GHOST_TaskbarX11.cpp.

◆ unity_set_progress_visible_t

typedef void(* unity_set_progress_visible_t) (void *, int)

Definition at line 30 of file GHOST_TaskbarX11.cpp.

Variable Documentation

◆ libunity_available

bool libunity_available = false
static

Definition at line 39 of file GHOST_TaskbarX11.cpp.

Referenced by GHOST_TaskBarX11::init().

◆ libunity_handle

void* libunity_handle = NULL
static

Definition at line 40 of file GHOST_TaskbarX11.cpp.

Referenced by GHOST_TaskBarX11::free(), and GHOST_TaskBarX11::init().

◆ libunity_initialized

bool libunity_initialized = false
static

Definition at line 38 of file GHOST_TaskbarX11.cpp.

Referenced by GHOST_TaskBarX11::init().

◆ unity_event_loop

unity_event_loop_t unity_event_loop
static

◆ unity_get_entry

unity_get_entry_t unity_get_entry
static

◆ unity_set_progress

unity_set_progress_t unity_set_progress
static

Definition at line 34 of file GHOST_TaskbarX11.cpp.

Referenced by GHOST_TaskBarX11::init(), and GHOST_TaskBarX11::set_progress().

◆ unity_set_progress_visible

unity_set_progress_visible_t unity_set_progress_visible
static