|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
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. | |
One selectable interactive element discovered in the rendered rows.
Definition at line 67 of file MarkdownView.h.
| 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().
| Interact cdc::ui::MarkdownView::InteractRef::kind |
Definition at line 69 of file MarkdownView.h.
Referenced by cdc::ui::MarkdownView::activateSelected().
| 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().
| 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().