DtkWidget
5.6.0.2
DTK Widget module
src
widgets
private
dframe_p.h
1
// SPDX-FileCopyrightText: 2011 - 2022 UnionTech Software Technology Co., Ltd.
2
//
3
// SPDX-License-Identifier: LGPL-3.0-or-later
4
5
#ifndef DFRAME_P_H
6
#define DFRAME_P_H
7
8
#include <DStyle>
9
#include <DFrame>
10
11
#include <DObjectPrivate>
12
13
DWIDGET_BEGIN_NAMESPACE
14
15
16
class
DFramePrivate
:
public
DCORE_NAMESPACE::DObjectPrivate
17
{
18
public
:
19
DFramePrivate
(
DFrame
*qq);
20
bool
frameRounded;
21
DPalette::ColorType backType;
22
23
D_DECLARE_PUBLIC(
DFrame
)
24
};
25
26
DWIDGET_END_NAMESPACE
27
28
#endif
// DFRAME_P_H
Dtk::Widget::DFramePrivate
Definition:
dframe_p.h:17
Dtk::Widget::DFrame
Definition:
dframe.h:18
制作者
1.9.3