C++ DevKit
C++ set of OOP library
struct_ConfigGraphicWidget Struct Reference

data structure used to configure graphic framebuffer More...

#include <canvas.h>

Collaboration diagram for struct_ConfigGraphicWidget:
Collaboration graph

Public Attributes

size_t canvas_width_pixel
 the frame width of the graphic frame
size_t canvas_height_pixel
 the frame height of the graphic frame
ColorIndex canvas_foreground_color {ColorIndex::WHITE}
 the foreground color
ColorIndex canvas_background_color {ColorIndex::BLACK}
 the background color
uint8_t widget_anchor_x {0}
 the x_axis anchor of the widget
uint8_t widget_anchor_y {0}
 the y-axis anchor of the widget
bool widget_with_border {false}
 a flag that indicates if the widget has a 1-pixel width border

Detailed Description

data structure used to configure graphic framebuffer


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