Mana
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WidgetState Struct Reference

#include <theme.h>

Public Member Functions

 WidgetState ()=default
 
 WidgetState (const gcn::Widget *widget)
 
 WidgetState (const gcn::Rectangle &dim, uint8_t flags=0)
 

Public Attributes

int x = 0
 
int y = 0
 
int width = 0
 
int height = 0
 
uint8_t flags = 0
 

Detailed Description

Definition at line 140 of file theme.h.

Constructor & Destructor Documentation

◆ WidgetState() [1/3]

WidgetState::WidgetState ( )
default

◆ WidgetState() [2/3]

WidgetState::WidgetState ( const gcn::Widget *  widget)
explicit

Definition at line 86 of file theme.cpp.

◆ WidgetState() [3/3]

WidgetState::WidgetState ( const gcn::Rectangle &  dim,
uint8_t  flags = 0 
)
explicit

Definition at line 99 of file theme.cpp.

Member Data Documentation

◆ flags

uint8_t WidgetState::flags = 0

Definition at line 150 of file theme.h.

◆ height

int WidgetState::height = 0

Definition at line 149 of file theme.h.

◆ width

int WidgetState::width = 0

Definition at line 148 of file theme.h.

◆ x

int WidgetState::x = 0

Definition at line 146 of file theme.h.

◆ y

int WidgetState::y = 0

Definition at line 147 of file theme.h.


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