GnomeRR.OutputInfo¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GnomeRR.OutputInfo(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The representation of an output, which can be used for querying and setting display state.
- get_geometry()¶
-
Get the geometry for the monitor connected to the specified output.
If the monitor is a tiled monitor, it returns the geometry for the complete monitor.
- get_rotation()¶
- Return type:
- is_active()¶
- Returns:
whether there is a CRTC assigned to this output (i.e. a signal is being sent to it)
- Return type:
- is_primary_tile()¶
- set_geometry(x, y, width, height)¶
- Parameters:
Set the geometry for the monitor connected to the specified output.
If the monitor is a tiled monitor, it sets the geometry for the complete monitor.
- set_rotation(rotation)¶
- Parameters:
rotation (
GnomeRR.Rotation
) –
- supports_rotation(rotation)¶
- Parameters:
rotation (
GnomeRR.Rotation
) –- Return type: