![]() |
Qt 6.x
The Qt SDK
|
#include <qwaylandoutput_p.h>
Public Member Functions | |
QWaylandSurfaceViewMapper () | |
QWaylandSurfaceViewMapper (QWaylandSurface *s, QWaylandView *v) | |
QWaylandView * | maybePrimaryView () const |
Public Attributes | |
QWaylandSurface * | surface = nullptr |
QList< QWaylandView * > | views |
bool | has_entered = false |
Definition at line 35 of file qwaylandoutput_p.h.
|
inline |
Definition at line 37 of file qwaylandoutput_p.h.
|
inline |
Definition at line 40 of file qwaylandoutput_p.h.
|
inline |
Definition at line 45 of file qwaylandoutput_p.h.
References QList< T >::at(), i, QWaylandSurface::primaryView(), QList< T >::size(), surface, and views.
Referenced by QWaylandOutput::frameStarted(), and QWaylandOutput::sendFrameCallbacks().
bool QWaylandSurfaceViewMapper::has_entered = false |
Definition at line 56 of file qwaylandoutput_p.h.
Referenced by QWaylandOutputPrivate::removeView(), and QWaylandOutput::sendFrameCallbacks().
QWaylandSurface* QWaylandSurfaceViewMapper::surface = nullptr |
Definition at line 54 of file qwaylandoutput_p.h.
Referenced by QWaylandOutputPrivate::addView(), QWaylandOutput::frameStarted(), maybePrimaryView(), QWaylandOutputPrivate::removeView(), and QWaylandOutput::sendFrameCallbacks().
QList<QWaylandView *> QWaylandSurfaceViewMapper::views |
Definition at line 55 of file qwaylandoutput_p.h.
Referenced by QWaylandOutputPrivate::addView(), maybePrimaryView(), and QWaylandOutputPrivate::removeView().