KWin
|
#include <output.h>
Public Attributes | |
QPoint | position |
qreal | scale = 1 |
OutputTransform | transform = OutputTransform::Normal |
OutputTransform | manualTransform = OutputTransform::Normal |
QList< std::shared_ptr< OutputMode > > | modes |
std::shared_ptr< OutputMode > | currentMode |
DpmsMode | dpmsMode = DpmsMode::On |
SubPixel | subPixel = SubPixel::Unknown |
bool | enabled = false |
uint32_t | overscan = 0 |
RgbRange | rgbRange = RgbRange::Automatic |
bool | wideColorGamut = false |
bool | highDynamicRange = false |
uint32_t | sdrBrightness = 200 |
AutoRotationPolicy | autoRotatePolicy = AutoRotationPolicy::InTabletMode |
QString | iccProfilePath |
std::shared_ptr< IccProfile > | iccProfile |
ColorDescription | colorDescription = ColorDescription::sRGB |
std::optional< double > | maxPeakBrightnessOverride |
std::optional< double > | maxAverageBrightnessOverride |
std::optional< double > | minBrightnessOverride |
double | sdrGamutWideness = 0 |
VrrPolicy | vrrPolicy = VrrPolicy::Automatic |
AutoRotationPolicy KWin::Output::State::autoRotatePolicy = AutoRotationPolicy::InTabletMode |
ColorDescription KWin::Output::State::colorDescription = ColorDescription::sRGB |
std::shared_ptr<OutputMode> KWin::Output::State::currentMode |
DpmsMode KWin::Output::State::dpmsMode = DpmsMode::On |
std::shared_ptr<IccProfile> KWin::Output::State::iccProfile |
OutputTransform KWin::Output::State::manualTransform = OutputTransform::Normal |
std::optional<double> KWin::Output::State::maxAverageBrightnessOverride |
std::optional<double> KWin::Output::State::maxPeakBrightnessOverride |
std::optional<double> KWin::Output::State::minBrightnessOverride |
QList<std::shared_ptr<OutputMode> > KWin::Output::State::modes |
RgbRange KWin::Output::State::rgbRange = RgbRange::Automatic |
SubPixel KWin::Output::State::subPixel = SubPixel::Unknown |
OutputTransform KWin::Output::State::transform = OutputTransform::Normal |
VrrPolicy KWin::Output::State::vrrPolicy = VrrPolicy::Automatic |