Definition at line 79 of file outputdevice_v2.cpp.
◆ OutputDeviceV2InterfacePrivate()
◆ ~OutputDeviceV2InterfacePrivate()
KWin::OutputDeviceV2InterfacePrivate::~OutputDeviceV2InterfacePrivate |
( |
| ) |
|
|
override |
◆ kde_output_device_v2_bind_resource()
void KWin::OutputDeviceV2InterfacePrivate::kde_output_device_v2_bind_resource |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ kde_output_device_v2_destroy_global()
void KWin::OutputDeviceV2InterfacePrivate::kde_output_device_v2_destroy_global |
( |
| ) |
|
|
overrideprotected |
◆ sendAutoRotationPolicy()
void KWin::OutputDeviceV2InterfacePrivate::sendAutoRotationPolicy |
( |
Resource * | resource | ) |
|
◆ sendBrightnessMetadata()
void KWin::OutputDeviceV2InterfacePrivate::sendBrightnessMetadata |
( |
Resource * | resource | ) |
|
◆ sendBrightnessOverrides()
void KWin::OutputDeviceV2InterfacePrivate::sendBrightnessOverrides |
( |
Resource * | resource | ) |
|
◆ sendCapabilities()
void KWin::OutputDeviceV2InterfacePrivate::sendCapabilities |
( |
Resource * | resource | ) |
|
◆ sendCurrentMode()
void KWin::OutputDeviceV2InterfacePrivate::sendCurrentMode |
( |
Resource * | resource | ) |
|
◆ sendDone()
void KWin::OutputDeviceV2InterfacePrivate::sendDone |
( |
Resource * | resource | ) |
|
◆ sendEdid()
void KWin::OutputDeviceV2InterfacePrivate::sendEdid |
( |
Resource * | resource | ) |
|
◆ sendEisaId()
void KWin::OutputDeviceV2InterfacePrivate::sendEisaId |
( |
Resource * | resource | ) |
|
◆ sendEnabled()
void KWin::OutputDeviceV2InterfacePrivate::sendEnabled |
( |
Resource * | resource | ) |
|
◆ sendGeometry()
void KWin::OutputDeviceV2InterfacePrivate::sendGeometry |
( |
Resource * | resource | ) |
|
◆ sendHighDynamicRange()
void KWin::OutputDeviceV2InterfacePrivate::sendHighDynamicRange |
( |
Resource * | resource | ) |
|
◆ sendIccProfilePath()
void KWin::OutputDeviceV2InterfacePrivate::sendIccProfilePath |
( |
Resource * | resource | ) |
|
◆ sendName()
void KWin::OutputDeviceV2InterfacePrivate::sendName |
( |
Resource * | resource | ) |
|
◆ sendNewMode()
◆ sendOverscan()
void KWin::OutputDeviceV2InterfacePrivate::sendOverscan |
( |
Resource * | resource | ) |
|
◆ sendRgbRange()
void KWin::OutputDeviceV2InterfacePrivate::sendRgbRange |
( |
Resource * | resource | ) |
|
◆ sendScale()
void KWin::OutputDeviceV2InterfacePrivate::sendScale |
( |
Resource * | resource | ) |
|
◆ sendSdrBrightness()
void KWin::OutputDeviceV2InterfacePrivate::sendSdrBrightness |
( |
Resource * | resource | ) |
|
◆ sendSdrGamutWideness()
void KWin::OutputDeviceV2InterfacePrivate::sendSdrGamutWideness |
( |
Resource * | resource | ) |
|
◆ sendSerialNumber()
void KWin::OutputDeviceV2InterfacePrivate::sendSerialNumber |
( |
Resource * | resource | ) |
|
◆ sendUuid()
void KWin::OutputDeviceV2InterfacePrivate::sendUuid |
( |
Resource * | resource | ) |
|
◆ sendVrrPolicy()
void KWin::OutputDeviceV2InterfacePrivate::sendVrrPolicy |
( |
Resource * | resource | ) |
|
◆ sendWideColorGamut()
void KWin::OutputDeviceV2InterfacePrivate::sendWideColorGamut |
( |
Resource * | resource | ) |
|
◆ m_autoRotation
auto_rotate_policy KWin::OutputDeviceV2InterfacePrivate::m_autoRotation = auto_rotate_policy::auto_rotate_policy_in_tablet_mode |
◆ m_capabilities
uint32_t KWin::OutputDeviceV2InterfacePrivate::m_capabilities = 0 |
◆ m_currentMode
◆ m_display
QPointer<Display> KWin::OutputDeviceV2InterfacePrivate::m_display |
◆ m_edid
QByteArray KWin::OutputDeviceV2InterfacePrivate::m_edid |
◆ m_eisaId
QString KWin::OutputDeviceV2InterfacePrivate::m_eisaId |
◆ m_enabled
bool KWin::OutputDeviceV2InterfacePrivate::m_enabled = true |
◆ m_globalPosition
QPoint KWin::OutputDeviceV2InterfacePrivate::m_globalPosition |
◆ m_handle
Output* KWin::OutputDeviceV2InterfacePrivate::m_handle |
◆ m_highDynamicRange
bool KWin::OutputDeviceV2InterfacePrivate::m_highDynamicRange = false |
◆ m_iccProfilePath
QString KWin::OutputDeviceV2InterfacePrivate::m_iccProfilePath |
◆ m_manufacturer
QString KWin::OutputDeviceV2InterfacePrivate::m_manufacturer = QStringLiteral("org.kde.kwin") |
◆ m_maxAverageBrightness
std::optional<double> KWin::OutputDeviceV2InterfacePrivate::m_maxAverageBrightness |
◆ m_maxAverageBrightnessOverride
std::optional<double> KWin::OutputDeviceV2InterfacePrivate::m_maxAverageBrightnessOverride |
◆ m_maxPeakBrightness
std::optional<double> KWin::OutputDeviceV2InterfacePrivate::m_maxPeakBrightness |
◆ m_maxPeakBrightnessOverride
std::optional<double> KWin::OutputDeviceV2InterfacePrivate::m_maxPeakBrightnessOverride |
◆ m_minBrightness
double KWin::OutputDeviceV2InterfacePrivate::m_minBrightness = 0 |
◆ m_minBrightnessOverride
std::optional<double> KWin::OutputDeviceV2InterfacePrivate::m_minBrightnessOverride |
◆ m_model
QString KWin::OutputDeviceV2InterfacePrivate::m_model = QStringLiteral("none") |
◆ m_modes
◆ m_name
QString KWin::OutputDeviceV2InterfacePrivate::m_name |
◆ m_overscan
uint32_t KWin::OutputDeviceV2InterfacePrivate::m_overscan = 0 |
◆ m_physicalSize
QSize KWin::OutputDeviceV2InterfacePrivate::m_physicalSize |
◆ m_rgbRange
rgb_range KWin::OutputDeviceV2InterfacePrivate::m_rgbRange = rgb_range_automatic |
◆ m_scale
qreal KWin::OutputDeviceV2InterfacePrivate::m_scale = 1.0 |
◆ m_sdrBrightness
uint32_t KWin::OutputDeviceV2InterfacePrivate::m_sdrBrightness = 200 |
◆ m_sdrGamutWideness
double KWin::OutputDeviceV2InterfacePrivate::m_sdrGamutWideness = 0 |
◆ m_serialNumber
QString KWin::OutputDeviceV2InterfacePrivate::m_serialNumber |
◆ m_subPixel
subpixel KWin::OutputDeviceV2InterfacePrivate::m_subPixel = subpixel_unknown |
◆ m_transform
transform KWin::OutputDeviceV2InterfacePrivate::m_transform = transform_normal |
◆ m_uuid
QUuid KWin::OutputDeviceV2InterfacePrivate::m_uuid |
◆ m_vrrPolicy
vrr_policy KWin::OutputDeviceV2InterfacePrivate::m_vrrPolicy = vrr_policy_automatic |
◆ m_wideColorGamut
bool KWin::OutputDeviceV2InterfacePrivate::m_wideColorGamut = false |
The documentation for this class was generated from the following file: