KWin
Loading...
Searching...
No Matches
Public Member Functions | List of all members
KWin::X11PlaceholderOutput Class Reference

#include <x11_standalone_placeholderoutput.h>

Inheritance diagram for KWin::X11PlaceholderOutput:
KWin::Output

Public Member Functions

 X11PlaceholderOutput (X11StandaloneBackend *backend, QObject *parent=nullptr)
 
RenderLooprenderLoop () const override
 
void updateEnabled (bool enabled)
 
- Public Member Functions inherited from KWin::Output
 Q_ENUM (AutoRotationPolicy)
 
 Output (QObject *parent=nullptr)
 
 ~Output () override
 
void ref ()
 
void unref ()
 
QRect mapFromGlobal (const QRect &rect) const
 
QRectF mapFromGlobal (const QRectF &rect) const
 
QRectF mapToGlobal (const QRectF &rect) const
 
Q_INVOKABLE QPointF mapToGlobal (const QPointF &pos) const
 
Q_INVOKABLE QPointF mapFromGlobal (const QPointF &pos) const
 
QString name () const
 
QUuid uuid () const
 
bool isEnabled () const
 
QRect geometry () const
 
QRectF geometryF () const
 
QRect rect () const
 
QRectF rectF () const
 
uint32_t refreshRate () const
 
bool isInternal () const
 
qreal scale () const
 
QSize physicalSize () const
 
QSize pixelSize () const
 
QSize modeSize () const
 
QString eisaId () const
 
QString manufacturer () const
 
QString model () const
 
QString serialNumber () const
 
void inhibitDirectScanout ()
 
void uninhibitDirectScanout ()
 
bool directScanoutInhibited () const
 
OutputTransform transform () const
 
OutputTransform manualTransform () const
 
QSize orientateSize (const QSize &size) const
 
void applyChanges (const OutputConfiguration &config)
 
SubPixel subPixel () const
 
QString description () const
 
Capabilities capabilities () const
 
const Edidedid () const
 
QList< std::shared_ptr< OutputMode > > modes () const
 
std::shared_ptr< OutputModecurrentMode () const
 
DpmsMode dpmsMode () const
 
virtual void setDpmsMode (DpmsMode mode)
 
uint32_t overscan () const
 
VrrPolicy vrrPolicy () const
 
RgbRange rgbRange () const
 
bool isPlaceholder () const
 
bool isNonDesktop () const
 
OutputTransform panelOrientation () const
 
bool wideColorGamut () const
 
bool highDynamicRange () const
 
uint32_t sdrBrightness () const
 
AutoRotationPolicy autoRotationPolicy () const
 
std::shared_ptr< IccProfileiccProfile () const
 
QString iccProfilePath () const
 
QByteArray mstPath () const
 
virtual bool setGammaRamp (const std::shared_ptr< ColorTransformation > &transformation)
 
virtual bool setChannelFactors (const QVector3D &rgb)
 
virtual bool updateCursorLayer ()
 
std::optional< double > maxPeakBrightness () const
 
std::optional< double > maxAverageBrightness () const
 
double minBrightness () const
 
std::optional< double > maxPeakBrightnessOverride () const
 
std::optional< double > maxAverageBrightnessOverride () const
 
std::optional< double > minBrightnessOverride () const
 
double sdrGamutWideness () const
 
const ColorDescriptioncolorDescription () const
 

Additional Inherited Members

- Public Types inherited from KWin::Output
enum class  DpmsMode { On , Standby , Suspend , Off }
 
enum class  Capability : uint {
  Dpms = 1 , Overscan = 1 << 1 , Vrr = 1 << 2 , RgbRange = 1 << 3 ,
  HighDynamicRange = 1 << 4 , WideColorGamut = 1 << 5 , AutoRotation = 1 << 6 , IccProfile = 1 << 7 ,
  Tearing = 1 << 8
}
 
enum class  SubPixel {
  Unknown , None , Horizontal_RGB , Horizontal_BGR ,
  Vertical_RGB , Vertical_BGR
}
 
enum class  RgbRange { Automatic = 0 , Full = 1 , Limited = 2 }
 
enum class  AutoRotationPolicy { Never = 0 , InTabletMode , Always }
 
- Signals inherited from KWin::Output
void geometryChanged ()
 
void enabledChanged ()
 
void scaleChanged ()
 
void aboutToTurnOff (std::chrono::milliseconds time)
 
void wakeUp ()
 
void aboutToChange (OutputChangeSet *changeSet)
 
void changed ()
 
void currentModeChanged ()
 
void modesChanged ()
 
void outputChange (const QRegion &damagedRegion)
 
void transformChanged ()
 
void dpmsModeChanged ()
 
void capabilitiesChanged ()
 
void overscanChanged ()
 
void vrrPolicyChanged ()
 
void rgbRangeChanged ()
 
void wideColorGamutChanged ()
 
void sdrBrightnessChanged ()
 
void highDynamicRangeChanged ()
 
void autoRotationPolicyChanged ()
 
void iccProfileChanged ()
 
void iccProfilePathChanged ()
 
void brightnessMetadataChanged ()
 
void sdrGamutWidenessChanged ()
 
void colorDescriptionChanged ()
 
- Static Public Member Functions inherited from KWin::Output
static std::chrono::milliseconds dimAnimationTime ()
 
- Protected Member Functions inherited from KWin::Output
void setInformation (const Information &information)
 
void setState (const State &state)
 
- Protected Attributes inherited from KWin::Output
State m_state
 
Information m_information
 
QUuid m_uuid
 
int m_directScanoutCount = 0
 
int m_refCount = 1
 
- Properties inherited from KWin::Output
QRect geometry
 
qreal devicePixelRatio
 
QString name
 
QString manufacturer
 
QString model
 
QString serialNumber
 

Detailed Description

Definition at line 16 of file x11_standalone_placeholderoutput.h.

Constructor & Destructor Documentation

◆ X11PlaceholderOutput()

KWin::X11PlaceholderOutput::X11PlaceholderOutput ( X11StandaloneBackend * backend,
QObject * parent = nullptr )
explicit

Definition at line 14 of file x11_standalone_placeholderoutput.cpp.

Member Function Documentation

◆ renderLoop()

RenderLoop * KWin::X11PlaceholderOutput::renderLoop ( ) const
overridevirtual

Returns the RenderLoop for this output. If the platform does not support per screen rendering, all outputs will share the same render loop. FIXME: remove this and decouple RenderLoop from Output

Implements KWin::Output.

Definition at line 36 of file x11_standalone_placeholderoutput.cpp.

◆ updateEnabled()

void KWin::X11PlaceholderOutput::updateEnabled ( bool enabled)

Definition at line 41 of file x11_standalone_placeholderoutput.cpp.


The documentation for this class was generated from the following files: