| KWin
    | 
| Enumerations | |
| enum | Rotation { None = 1 , Left = 2 , Inverted = 4 , Right = 8 } | 
| See KScreen::Output::Rotation.  More... | |
| Functions | |
| QString | connectedOutputsHash (const QList< Output * > &outputs, bool isLidClosed) | 
| See KScreen::Config::connectedOutputsHash in libkscreen. | |
| OutputTransform | toKWinTransform (int rotation) | 
| std::shared_ptr< OutputMode > | parseMode (Output *output, const QJsonObject &modeInfo) | 
| std::optional< std::pair< OutputConfiguration, QList< Output * > > > | readOutputConfig (const QList< Output * > &outputs, const QString &hash) | 
See KScreen::Output::Rotation.
| Enumerator | |
|---|---|
| None | |
| Left | |
| Inverted | |
| Right | |
Definition at line 144 of file kscreenintegration.cpp.
| QString KWin::KScreenIntegration::connectedOutputsHash | ( | const QList< Output * > & | outputs, | 
| bool | isLidClosed ) | 
See KScreen::Config::connectedOutputsHash in libkscreen.
Definition at line 38 of file kscreenintegration.cpp.
| std::shared_ptr< OutputMode > KWin::KScreenIntegration::parseMode | ( | Output * | output, | 
| const QJsonObject & | modeInfo ) | 
Definition at line 167 of file kscreenintegration.cpp.
| std::optional< std::pair< OutputConfiguration, QList< Output * > > > KWin::KScreenIntegration::readOutputConfig | ( | const QList< Output * > & | outputs, | 
| const QString & | hash ) | 
Definition at line 180 of file kscreenintegration.cpp.
| OutputTransform KWin::KScreenIntegration::toKWinTransform | ( | int | rotation | ) | 
Definition at line 151 of file kscreenintegration.cpp.