MyRP2_ui_core
Loading...
Searching...
No Matches
StructWidgetConfig Struct Reference

Can be useful for keep memory of widget configuration and share it. The structure reflects the memebers of UIWidget class. More...

#include <ui_core.h>

Public Attributes

size_t width {128}
 
size_t height {8}
 
bool with_border {true}
 
bool with_label {true}
 
uint8_t anchor_x {0}
 
uint8_t anchor_y {0}
 
const unsigned char * font {nullptr}
 

Detailed Description

Can be useful for keep memory of widget configuration and share it. The structure reflects the memebers of UIWidget class.

Definition at line 54 of file ui_core.h.

Member Data Documentation

◆ anchor_x

uint8_t StructWidgetConfig::anchor_x {0}

Definition at line 60 of file ui_core.h.

◆ anchor_y

uint8_t StructWidgetConfig::anchor_y {0}

Definition at line 61 of file ui_core.h.

◆ font

const unsigned char* StructWidgetConfig::font {nullptr}

Definition at line 62 of file ui_core.h.

◆ height

size_t StructWidgetConfig::height {8}

Definition at line 57 of file ui_core.h.

◆ width

size_t StructWidgetConfig::width {128}

Definition at line 56 of file ui_core.h.

◆ with_border

bool StructWidgetConfig::with_border {true}

Definition at line 58 of file ui_core.h.

◆ with_label

bool StructWidgetConfig::with_label {true}

Definition at line 59 of file ui_core.h.


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