DtkGui
DTK Gui module
载入中...
搜索中...
未找到
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
src
private
dtaskbarcontrol_p.h
文档生成时间:2024-11-15-05:50 +00
Doxygen Version
1.9.8
制作者:deepin doc doc go SIG
文档使用CC-BY-4.0共享