Mana
Loading...
Searching...
No Matches
Public Attributes | List of all members
WindowState Struct Reference

#include <configuration.h>

Public Attributes

std::optional< int > x
 
std::optional< int > y
 
std::optional< int > width
 
std::optional< int > height
 
std::optional< bool > visible
 
std::optional< bool > sticky
 

Detailed Description

Definition at line 164 of file configuration.h.

Member Data Documentation

◆ height

std::optional<int> WindowState::height

Definition at line 169 of file configuration.h.

◆ sticky

std::optional<bool> WindowState::sticky

Definition at line 171 of file configuration.h.

◆ visible

std::optional<bool> WindowState::visible

Definition at line 170 of file configuration.h.

◆ width

std::optional<int> WindowState::width

Definition at line 168 of file configuration.h.

◆ x

std::optional<int> WindowState::x

Definition at line 166 of file configuration.h.

◆ y

std::optional<int> WindowState::y

Definition at line 167 of file configuration.h.


The documentation for this struct was generated from the following file: