![]() |
Qt 6.x
The Qt SDK
|
#include <qxcbwmsupport.h>
Public Member Functions | |
QXcbWMSupport (QXcbConnection *c) | |
bool | isSupportedByWM (xcb_atom_t atom) const |
const QList< xcb_window_t > & | virtualRoots () const |
![]() | |
QXcbObject (QXcbConnection *connection=nullptr) | |
void | setConnection (QXcbConnection *connection) |
QXcbConnection * | connection () const |
xcb_atom_t | atom (QXcbAtom::Atom atom) const |
xcb_connection_t * | xcb_connection () const |
Friends | |
class | QXcbConnection |
Definition at line 12 of file qxcbwmsupport.h.
QT_BEGIN_NAMESPACE QXcbWMSupport::QXcbWMSupport | ( | QXcbConnection * | c | ) |
Definition at line 11 of file qxcbwmsupport.cpp.
bool QXcbWMSupport::isSupportedByWM | ( | xcb_atom_t | atom | ) | const |
Definition at line 18 of file qxcbwmsupport.cpp.
References QXcbObject::atom(), and QListSpecialMethodsBase< T >::contains().
Referenced by QXcbWindow::updateNetWmUserTime().
|
inline |
Definition at line 19 of file qxcbwmsupport.h.
Referenced by QXcbWindow::frameMargins().
|
friend |
Definition at line 22 of file qxcbwmsupport.h.