DtkGui
5.5.23
DTK Gui module
src
private
dtaskbarcontrol_p.h
1
// SPDX-FileCopyrightText: 2022 UnionTech Software Technology Co., Ltd.
2
//
3
// SPDX-License-Identifier: LGPL-3.0-or-later
4
5
#ifndef DTASKBARCONTROL_P_H
6
#define DTASKBARCONTROL_P_H
7
8
#include <dtkgui_global.h>
9
#include <DObjectPrivate>
10
#include <DObject>
11
12
#include "dtaskbarcontrol.h"
13
14
DCORE_USE_NAMESPACE
15
DGUI_BEGIN_NAMESPACE
16
17
class
DTaskbarControlPrivate
:
public
DObjectPrivate
18
{
19
D_DECLARE_PUBLIC(
DTaskbarControl
)
20
21
public
:
22
DTaskbarControlPrivate
(
DTaskbarControl
*q);
23
~DTaskbarControlPrivate
();
24
25
int
m_counter;
26
bool
m_counterVisible;
27
double
m_progress;
28
bool
m_progressVisible;
29
};
30
31
DGUI_END_NAMESPACE
32
33
#endif
// DTASKBARCONTROL_P_H
Dtk::Gui::DTaskbarControlPrivate
Definition:
dtaskbarcontrol_p.h:18
Dtk::Gui::DTaskbarControl
DTaskbarControl提供了一个Launcher API接口,用于方便应用程序控制taskbar进度条,设置当前任务数量.
Definition:
dtaskbarcontrol.h:19
制作者
1.9.3