Class

AstalRiverOutput

Description

final class AstalRiver.Output : GObject.Object
{
  /* No available fields */
}

Holds all the information associated with a monitor.

Ancestors

Instance methods

astal_river_output_get_description

The description of the output.

astal_river_output_get_focused_tags

The focused tags of the output.

astal_river_output_get_focused_view

The focused view on the output.

astal_river_output_get_height

The height of the output.

astal_river_output_get_id

The id of the underlying wl_output object.

astal_river_output_get_layout_name

The currently used layout name of the output.

astal_river_output_get_make

The make of the output.

astal_river_output_get_model

The model of the output.

astal_river_output_get_name

The name of the output.

astal_river_output_get_occupied_tags

The occupied tags of the output.

astal_river_output_get_physical_height

The physical height of the output.

astal_river_output_get_physical_width

The physical width of the output.

astal_river_output_get_refresh_rate

The refresh rate of the output.

astal_river_output_get_scale_factor

The scale factor of the output.

astal_river_output_get_urgent_tags

The urgent tags of the output.

astal_river_output_get_width

The width of the output.

astal_river_output_get_x

The x coordinate of the outputs position.

astal_river_output_get_y

The y coordinate of the outputs position.

astal_river_output_set_focused_tags

Sets the focused tags of the output.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalRiver.Output:description
No description available.

AstalRiver.Output:focused-tags

The currently focused tags.

AstalRiver.Output:focused-view

The name of currently focused view.

AstalRiver.Output:height
No description available.

AstalRiver.Output:id

The id of the underlying wl_output object.

AstalRiver.Output:layout-name

The name of active layout.

AstalRiver.Output:make
No description available.

AstalRiver.Output:model
No description available.

AstalRiver.Output:name

The name of this output.

AstalRiver.Output:occupied-tags

The currently occupied tags.

AstalRiver.Output:physical-height
No description available.

AstalRiver.Output:physical-width
No description available.

AstalRiver.Output:refresh-rate
No description available.

AstalRiver.Output:scale-factor
No description available.

AstalRiver.Output:transform
No description available.

AstalRiver.Output:urgent-tags

The currently tags marked as urgent.

AstalRiver.Output:width
No description available.

AstalRiver.Output:x
No description available.

AstalRiver.Output:y
No description available.

Signals

AstalRiver.Output::changed
No description available.

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AstalRiverOutputClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.