Blender
V4.3
intern
ghost
intern
GHOST_TaskbarX11.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2002-2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
8
#pragma once
9
10
class
GHOST_TaskBarX11
{
11
public
:
12
static
bool
init
();
13
static
void
free
();
14
15
GHOST_TaskBarX11
(
const
char
*name);
16
17
bool
is_valid
();
18
void
set_progress
(
double
progress);
19
void
set_progress_enabled
(
bool
enabled);
20
21
private
:
22
void
*handle;
23
};
GHOST_TaskBarX11
Definition
GHOST_TaskbarX11.hh:10
GHOST_TaskBarX11::GHOST_TaskBarX11
GHOST_TaskBarX11(const char *name)
Definition
GHOST_TaskbarX11.cc:102
GHOST_TaskBarX11::is_valid
bool is_valid()
Definition
GHOST_TaskbarX11.cc:112
GHOST_TaskBarX11::set_progress
void set_progress(double progress)
Definition
GHOST_TaskbarX11.cc:117
GHOST_TaskBarX11::set_progress_enabled
void set_progress_enabled(bool enabled)
Definition
GHOST_TaskbarX11.cc:123
GHOST_TaskBarX11::init
static bool init()
Definition
GHOST_TaskbarX11.cc:51
GHOST_TaskBarX11::free
static void free()
Definition
GHOST_TaskbarX11.cc:43
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0