DtkWidget
DTK Widget module
载入中...
搜索中...
未找到
diconbutton_p.h
1
// SPDX-FileCopyrightText: 2017 - 2022 UnionTech Software Technology Co., Ltd.
2
//
3
// SPDX-License-Identifier: LGPL-3.0-or-later
4
5
#ifndef DICONBUTTON_P_H
6
#define DICONBUTTON_P_H
7
8
#include <dobject_p.h>
9
#include <DIconButton>
10
#include <ddciicon.h>
11
DWIDGET_BEGIN_NAMESPACE
12
13
class
DIconButtonPrivate
:
public
DCORE_NAMESPACE::DObjectPrivate
14
{
15
public
:
16
DIconButtonPrivate
(
DIconButton
*qq);
17
18
bool
flat =
false
;
19
qint64 iconType = -1;
20
bool
circleStatus =
false
;
21
DDciIcon dciIcon;
22
23
D_DECLARE_PUBLIC(
DIconButton
)
24
};
25
26
DWIDGET_END_NAMESPACE
27
28
#endif
// DICONBUTTON_P_H
Dtk::Widget::DIconButtonPrivate
Definition
diconbutton_p.h:14
Dtk::Widget::DIconButton
按钮的图标
Definition
diconbutton.h:24
src
widgets
private
diconbutton_p.h
文档生成时间:2024-11-15-05:51 +00
Doxygen Version
1.9.8
制作者:deepin doc doc go SIG
文档使用CC-BY-4.0共享