DtkSystemSettings
dtk library for systemsettings.
Toggle main menu visibility
首页
模块
类
类列表
类索引
类继承关系
类成员
全部
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
函数
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
变量
a
c
d
e
f
h
i
l
m
n
o
p
s
t
u
v
w
枚举
属性
a
c
d
f
g
h
i
l
m
n
p
r
s
t
u
v
文件
文件列表
•
全部
类
文件
函数
变量
枚举
枚举值
属性
组
页
载入中...
搜索中...
未找到
dtkaccounts_global.h
1
// SPDX-FileCopyrightText: 2022 Uniontech Software Technology Co., Ltd.
2
//
3
// SPDX-License-Identifier: LGPL-3.0-or-later
4
5
#define DTK_NAMESPACE Dtk
6
#define DACCOUNTS_NAMESPACE Accounts
7
#define DTK_ACCOUNTS_NAMESPACE DTK_NAMESPACE::DACCOUNTS_NAMESPACE
8
9
#define DACCOUNTS_USE_NAMESPACE using namespace DTK_ACCOUNTS_NAMESPACE;
10
11
#define DACCOUNTS_BEGIN_NAMESPACE \
12
namespace DTK_NAMESPACE { \
13
namespace DACCOUNTS_NAMESPACE {
14
15
#define DACCOUNTS_END_NAMESPACE \
16
} \
17
}
include
accounts
dtkaccounts_global.h
文档生成时间:2024-01-06-08:07 +00
Doxygen Version
1.9.7
制作者:deepin doc doc go SIG
文档使用CC-BY-4.0共享