CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::ui::MarkdownView::InteractRef Struct Reference

One selectable interactive element discovered in the rendered rows. More...

#include <MarkdownView.h>

Public Attributes

uint16_t row
 Visual row index (highlight/scroll target).
Interact kind
uint16_t id
 Link: 1-based marker number; Check/Submit: ordinal.
uint32_t srcOff
 Check: byte offset of the state char in the source; else 0.

Detailed Description

One selectable interactive element discovered in the rendered rows.

Definition at line 67 of file MarkdownView.h.

Member Data Documentation

◆ id

uint16_t cdc::ui::MarkdownView::InteractRef::id

Link: 1-based marker number; Check/Submit: ordinal.

Definition at line 70 of file MarkdownView.h.

Referenced by cdc::ui::MarkdownView::activateSelected().

◆ kind

Interact cdc::ui::MarkdownView::InteractRef::kind

Definition at line 69 of file MarkdownView.h.

Referenced by cdc::ui::MarkdownView::activateSelected().

◆ row

uint16_t cdc::ui::MarkdownView::InteractRef::row

Visual row index (highlight/scroll target).

Definition at line 68 of file MarkdownView.h.

Referenced by cdc::ui::MarkdownView::cycleInteractive().

◆ srcOff

uint32_t cdc::ui::MarkdownView::InteractRef::srcOff

Check: byte offset of the state char in the source; else 0.

Definition at line 71 of file MarkdownView.h.

Referenced by cdc::ui::MarkdownView::activateSelected().


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