DtkSystemSettings
dtk library for systemsettings.
载入中...
搜索中...
未找到
dtkpower_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 DPOWER_NAMESPACE Power
7
#define DTK_POWER_NAMESPACE DTK_NAMESPACE::DPOWER_NAMESPACE
8
9
#define DPOWER_USE_NAMESPACE using namespace DTK_POWER_NAMESPACE;
10
11
#define DPOWER_BEGIN_NAMESPACE \
12
namespace DTK_NAMESPACE { \
13
namespace DPOWER_NAMESPACE {
14
#define DPOWER_END_NAMESPACE \
15
} \
16
}
include
power
dtkpower_global.h
文档生成时间:2024-01-06-08:07 +00
Doxygen Version
1.9.7
制作者:deepin doc doc go SIG
文档使用CC-BY-4.0共享