====================================== Type deai.plugin.xorg.randr:ViewConfig ====================================== .. lua:module:: deai.plugin.xorg.randr.ViewConfig See :lua:attr:`View.config ` for more information about this type Properties ========== .. list-table:: :header-rows: 0 * - :lua:attr:`height ` - Height * - :lua:attr:`outputs ` - Outputs * - :lua:attr:`reflection ` - Reflection * - :lua:attr:`rotation ` - Rotation * - :lua:attr:`width ` - Width * - :lua:attr:`x ` - X offset * - :lua:attr:`y ` - Y offset .. lua:attribute:: height: integer :type: integer Height .. lua:attribute:: outputs: [unsigned] :type: [unsigned] Outputs .. lua:attribute:: reflection: unsigned :type: unsigned Reflection Bit 1 means reflection along the X axis, bit 2 means the Y axis. .. lua:attribute:: rotation: unsigned :type: unsigned Rotation 0, 1, 2, 3 means rotating 0, 90, 180, 270 degrees respectively. .. lua:attribute:: width: integer :type: integer Width .. lua:attribute:: x: integer :type: integer X offset .. lua:attribute:: y: integer :type: integer Y offset