Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qxcbwmsupport.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3#ifndef QXCBWMSUPPORT_H
4#define QXCBWMSUPPORT_H
5
6#include "qxcbobject.h"
7#include "qxcbconnection.h"
8#include <qlist.h>
9
11
13{
14public:
16
17
18 bool isSupportedByWM(xcb_atom_t atom) const;
19 const QList<xcb_window_t> &virtualRoots() const { return net_virtual_roots; }
20
21private:
22 friend class QXcbConnection;
23 void updateNetWMAtoms();
24 void updateVirtualRoots();
25
26 QList<xcb_atom_t> net_wm_atoms;
27 QList<xcb_window_t> net_virtual_roots;
28};
29
31
32#endif
xcb_atom_t atom(QXcbAtom::Atom atom) const
Definition qxcbobject.h:19
QXcbWMSupport(QXcbConnection *c)
const QList< xcb_window_t > & virtualRoots() const
bool isSupportedByWM(xcb_atom_t atom) const
Combined button and popup list for selecting options.
const GLubyte * c