DtkDeclarative
DTK Declarative module
载入中...
搜索中...
未找到
dplatformthemeproxy_p.h
1
// SPDX-FileCopyrightText: 2020 - 2022 UnionTech Software Technology Co., Ltd.
2
//
3
// SPDX-License-Identifier: LGPL-3.0-or-later
4
5
#ifndef DPLATFORMTHEMEPROXY_P_H
6
#define DPLATFORMTHEMEPROXY_P_H
7
8
#include <DObjectPrivate>
9
#include <DObject>
10
#include <DPlatformTheme>
11
12
#include "dplatformthemeproxy.h"
13
14
DQUICK_BEGIN_NAMESPACE
15
16
class
DPlatformThemeProxyPrivate
:
public
DTK_CORE_NAMESPACE::DObjectPrivate
17
{
18
public
:
19
DPlatformThemeProxyPrivate
(
DPlatformThemeProxy
*qq);
20
21
DPlatformTheme *proxy;
22
23
private
:
24
D_DECLARE_PUBLIC(
DPlatformThemeProxy
)
25
};
26
27
DQUICK_END_NAMESPACE
28
29
#endif
// DPLATFORMTHEMEPROXY_P_H
Dtk::Quick::DPlatformThemeProxyPrivate
Definition
dplatformthemeproxy_p.h:17
Dtk::Quick::DPlatformThemeProxy
一个代理类,用于导出dtkgui的DPlatformTheme类的功能到QML使用,功能和接口基本和DPlatformTheme一致
Definition
dplatformthemeproxy.h:19
src
private
dplatformthemeproxy_p.h
文档生成时间:2024-02-02-06:50 +00
Doxygen Version
1.9.8
制作者:deepin doc doc go SIG
文档使用CC-BY-4.0共享