Struct cognitive_frames::Parameters [] [src]

pub struct Parameters {
    pub sid: SurfaceId,
    pub geometry: Geometry,
    pub mobility: Mobility,
    pub mode: Mode,
    pub pos: Position,
    pub size: Size,
    pub title: String,
}

Parameters of the frame defining its properties.

Fields

ID of assigned surface.

Geometry.

Mobility.

Mode.

Position.

Size.

Title.

Methods

impl Parameters
[src]

Creates new parameters for root frame.

Creates new parameters for display frame.

Creates new parameters for workspace frame.

Creates new parameters for container frame.

Creates new parameters for leaf frame.

Position, size and anchorization state are not important now. They will be set during settling the frame.