ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_widget_reflow_view Struct Reference

#include <ra8_widget_reflow_view.h>

Collaboration diagram for ra8_widget_reflow_view:

Data Fields

const ra8_widget_paint_tpaint
 Background-clear backend (NULL -> no clear).
const ra8_widget_reflow_ops_tops
 Reflow engine seam (NULL -> inert).
uint32_t bg
 Body background colour, 0xRRGGBB.
uint16_t page
 Current page (0-based).
uint16_t page_count
 Total pages (>= 1).
int16_t margin_x
 Horizontal body inset, pixels.
int16_t margin_y
 Vertical body inset, pixels.

Detailed Description

Definition at line 105 of file ra8_widget_reflow_view.h.

Field Documentation

◆ bg

uint32_t ra8_widget_reflow_view::bg

Body background colour, 0xRRGGBB.

Definition at line 108 of file ra8_widget_reflow_view.h.

◆ margin_x

int16_t ra8_widget_reflow_view::margin_x

Horizontal body inset, pixels.

Definition at line 111 of file ra8_widget_reflow_view.h.

◆ margin_y

int16_t ra8_widget_reflow_view::margin_y

Vertical body inset, pixels.

Definition at line 112 of file ra8_widget_reflow_view.h.

◆ ops

const ra8_widget_reflow_ops_t* ra8_widget_reflow_view::ops

Reflow engine seam (NULL -> inert).

Definition at line 107 of file ra8_widget_reflow_view.h.

◆ page

uint16_t ra8_widget_reflow_view::page

Current page (0-based).

Definition at line 109 of file ra8_widget_reflow_view.h.

◆ page_count

uint16_t ra8_widget_reflow_view::page_count

Total pages (>= 1).

Definition at line 110 of file ra8_widget_reflow_view.h.

◆ paint

const ra8_widget_paint_t* ra8_widget_reflow_view::paint

Background-clear backend (NULL -> no clear).

Definition at line 106 of file ra8_widget_reflow_view.h.


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