Blender
V3.3
intern
ghost
intern
GHOST_TaskbarX11.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
6
#pragma once
7
8
class
GHOST_TaskBarX11
{
9
public
:
10
static
bool
init
();
11
static
void
free
();
12
13
GHOST_TaskBarX11
(
const
char
*name);
14
15
bool
is_valid
();
16
void
set_progress
(
double
progress);
17
void
set_progress_enabled
(
bool
enabled
);
18
19
private
:
20
void
*handle;
21
};
GHOST_TaskBarX11
Definition:
GHOST_TaskbarX11.h:8
GHOST_TaskBarX11::GHOST_TaskBarX11
GHOST_TaskBarX11(const char *name)
Definition:
GHOST_TaskbarX11.cpp:87
GHOST_TaskBarX11::is_valid
bool is_valid()
Definition:
GHOST_TaskbarX11.cpp:97
GHOST_TaskBarX11::set_progress
void set_progress(double progress)
Definition:
GHOST_TaskbarX11.cpp:102
GHOST_TaskBarX11::set_progress_enabled
void set_progress_enabled(bool enabled)
Definition:
GHOST_TaskbarX11.cpp:108
GHOST_TaskBarX11::init
static bool init()
Definition:
GHOST_TaskbarX11.cpp:36
GHOST_TaskBarX11::free
static void free()
Definition:
GHOST_TaskbarX11.cpp:28
enabled
bool enabled
Definition:
interface_icons.c:1582
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1