![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qkmsdevice_p.h>
Public Types | |
enum | VirtualDesktopLayout { VirtualDesktopLayoutHorizontal , VirtualDesktopLayoutVertical } |
Public Member Functions | |
QKmsScreenConfig () | |
virtual | ~QKmsScreenConfig () |
QString | devicePath () const |
bool | headless () const |
QSize | headlessSize () const |
bool | hwCursor () const |
bool | separateScreens () const |
bool | supportsPBuffers () const |
VirtualDesktopLayout | virtualDesktopLayout () const |
QMap< QString, QVariantMap > | outputSettings () const |
virtual void | loadConfig () |
void | refreshConfig () |
Protected Attributes | |
QString | m_devicePath |
bool | m_headless |
QSize | m_headlessSize { 1024, 768 } |
bool | m_hwCursor |
bool | m_separateScreens |
bool | m_pbuffers |
VirtualDesktopLayout | m_virtualDesktopLayout |
QMap< QString, QVariantMap > | m_outputSettings |
Definition at line 69 of file qkmsdevice_p.h.
Enumerator | |
---|---|
VirtualDesktopLayoutHorizontal | |
VirtualDesktopLayoutVertical |
Definition at line 72 of file qkmsdevice_p.h.
QKmsScreenConfig::QKmsScreenConfig | ( | ) |
Definition at line 1368 of file qkmsdevice.cpp.
References m_headless, m_hwCursor, m_pbuffers, m_separateScreens, m_virtualDesktopLayout, and VirtualDesktopLayoutHorizontal.
|
inlinevirtual |
Definition at line 78 of file qkmsdevice_p.h.
|
inline |
Definition at line 80 of file qkmsdevice_p.h.
|
inline |
Definition at line 82 of file qkmsdevice_p.h.
References m_headless.
Referenced by QKmsDevice::checkConnectedScreens(), QKmsDevice::createScreens(), and QKmsDevice::updateScreens().
|
inline |
Definition at line 83 of file qkmsdevice_p.h.
|
inline |
Definition at line 84 of file qkmsdevice_p.h.
References m_hwCursor.
|
virtual |
Definition at line 1383 of file qkmsdevice.cpp.
References m_headless, m_virtualDesktopLayout, VirtualDesktopLayoutHorizontal, and VirtualDesktopLayoutVertical.
Referenced by refreshConfig().
|
inline |
Definition at line 89 of file qkmsdevice_p.h.
void QKmsScreenConfig::refreshConfig | ( | ) |
Definition at line 1377 of file qkmsdevice.cpp.
References loadConfig().
|
inline |
Definition at line 85 of file qkmsdevice_p.h.
References m_separateScreens.
Referenced by QKmsDevice::registerScreens().
|
inline |
Definition at line 86 of file qkmsdevice_p.h.
References m_pbuffers.
|
inline |
Definition at line 87 of file qkmsdevice_p.h.
References m_virtualDesktopLayout.
|
protected |
Definition at line 94 of file qkmsdevice_p.h.
|
protected |
Definition at line 95 of file qkmsdevice_p.h.
Referenced by QKmsScreenConfig(), headless(), and loadConfig().
|
protected |
Definition at line 96 of file qkmsdevice_p.h.
|
protected |
Definition at line 97 of file qkmsdevice_p.h.
Referenced by QKmsScreenConfig(), and hwCursor().
|
protected |
Definition at line 101 of file qkmsdevice_p.h.
|
protected |
Definition at line 99 of file qkmsdevice_p.h.
Referenced by QKmsScreenConfig(), and supportsPBuffers().
|
protected |
Definition at line 98 of file qkmsdevice_p.h.
Referenced by QKmsScreenConfig(), and separateScreens().
|
protected |
Definition at line 100 of file qkmsdevice_p.h.
Referenced by QKmsScreenConfig(), loadConfig(), and virtualDesktopLayout().