DtkGui
DTK Gui module
载入中...
搜索中...
未找到
dtreelandwindowmanagerhelper.h
1
// SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
2
//
3
// SPDX-License-Identifier: LGPL-3.0-or-later
4
5
#ifndef DTREELANDWINDOWMANAGERHELPER_H
6
#define DTREELANDWINDOWMANAGERHELPER_H
7
8
#include "dtkgui_global.h"
9
#include "dwindowmanagerhelper.h"
10
#include <QObject>
11
12
DGUI_BEGIN_NAMESPACE
13
14
class
TreelandWindowManagerHelper
:
public
DWindowManagerHelper
15
{
16
public
:
17
explicit
TreelandWindowManagerHelper
(QObject *parent = 0);
18
bool
hasBlurWindow()
const
;
19
bool
hasComposite()
const
;
20
bool
hasNoTitlebar()
const
;
21
};
22
23
DGUI_END_NAMESPACE
24
25
#endif
// DTREELANDWINDOWMANAGERHELPER_H
Dtk::Gui::DWindowManagerHelper
提供与窗口管理器交互的接口,同 DPlatformWindowHandle 依赖 dxcb 插件.
Definition
dwindowmanagerhelper.h:18
Dtk::Gui::TreelandWindowManagerHelper
Definition
dtreelandwindowmanagerhelper.h:15
src
plugins
platform
treeland
dtreelandwindowmanagerhelper.h
文档生成时间:2025-07-03-13:25 +00
Doxygen Version
1.9.8
制作者:deepin doc doc go SIG
文档使用CC-BY-4.0共享