#include <atomcontext.h>
|
| enum class | ContextType : unsigned char {
Paragraph
, Brief
, Section
, SectionHeading
,
List
, ListItem
, Note
, Warning
,
Important
, Details
, CodeBlock
, Table
,
TableRow
, TableCell
, Link
, Caption
,
Footnote
, Legalese
, Quotation
, Div
,
Sidebar
} |
Definition at line 16 of file atomcontext.h.
◆ ContextType
| Enumerator |
|---|
| Paragraph | |
| Brief | |
| Section | |
| SectionHeading | |
| List | |
| ListItem | |
| Note | |
| Warning | |
| Important | |
| Details | |
| CodeBlock | |
| Table | |
| TableRow | |
| TableCell | |
| Link | |
| Caption | |
| Footnote | |
| Legalese | |
| Quotation | |
| Div | |
| Sidebar | |
Definition at line 18 of file atomcontext.h.
◆ clear()
| void IR::AtomContext::clear |
( |
| ) |
|
|
inline |
◆ current()
| const Frame & IR::AtomContext::current |
( |
| ) |
const |
|
inlinenodiscard |
◆ depth()
◆ isEmpty()
| bool IR::AtomContext::isEmpty |
( |
| ) |
const |
|
inlinenodiscard |
◆ isInContext()
| bool IR::AtomContext::isInContext |
( |
ContextType | type | ) |
const |
|
inlinenodiscard |
◆ pop()
| Frame IR::AtomContext::pop |
( |
| ) |
|
|
inline |
◆ push()
The documentation for this struct was generated from the following file: