|  | Qt 6.x
    The Qt SDK | 
#include <qxcbwmsupport.h>
 Inheritance diagram for QXcbWMSupport:
 Inheritance diagram for QXcbWMSupport: Collaboration diagram for QXcbWMSupport:
 Collaboration diagram for QXcbWMSupport:| Public Member Functions | |
| QXcbWMSupport (QXcbConnection *c) | |
| bool | isSupportedByWM (xcb_atom_t atom) const | 
| const QList< xcb_window_t > & | virtualRoots () const | 
|  Public Member Functions inherited from QXcbObject | |
| 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().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Definition at line 19 of file qxcbwmsupport.h.
Referenced by QXcbWindow::frameMargins().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | friend | 
Definition at line 22 of file qxcbwmsupport.h.