|
#include <ArmarXGui/libraries/ArmarXGuiBase/widgets/cpp-markdown/markdown-tokens.h>
Public Member Functions | |
TokenPtr | clone (const TokenGroup &newContents) const override |
std::string | containerName () const override |
UnorderedList (const TokenGroup &contents, bool paragraphMode=false) | |
Public Member Functions inherited from Container | |
void | appendSubtokens (TokenGroup &tokens) |
Container (const TokenGroup &contents=TokenGroup()) | |
bool | isContainer () const override |
std::optional< TokenGroup > | processSpanElements (const LinkIds &idTable) override |
const TokenGroup & | subTokens () const |
void | swapSubtokens (TokenGroup &tokens) |
void | writeAsHtml (std::ostream &out) const override |
void | writeToken (size_t indent, std::ostream &out) const override |
void | writeToken (std::ostream &out) const override |
Public Member Functions inherited from Token | |
virtual bool | canContainMarkup () const |
virtual bool | inhibitParagraphs () const |
virtual bool | isBlankLine () const |
virtual bool | isMatchedCloseMarker () const |
virtual bool | isMatchedOpenMarker () const |
virtual bool | isUnmatchedCloseMarker () const |
virtual bool | isUnmatchedOpenMarker () const |
virtual std::optional< std::string > | text () const |
Token () | |
virtual void | writeAsOriginal (std::ostream &out) const |
Protected Member Functions | |
void | postWrite (std::ostream &out) const override |
void | preWrite (std::ostream &out) const override |
Additional Inherited Members | |
Protected Attributes inherited from Container | |
bool | mParagraphMode |
TokenGroup | mSubTokens |
Definition at line 455 of file markdown-tokens.h.
UnorderedList | ( | const TokenGroup & | contents, |
bool | paragraphMode = false |
||
) |
|
inlineoverridevirtual |
Reimplemented from Container.
Reimplemented in OrderedList.
Definition at line 460 of file markdown-tokens.h.
|
inlineoverridevirtual |
Reimplemented from Container.
Reimplemented in OrderedList.
Definition at line 464 of file markdown-tokens.h.
|
inlineoverrideprotectedvirtual |
Reimplemented from Token.
Reimplemented in OrderedList.
Definition at line 474 of file markdown-tokens.h.
|
inlineoverrideprotectedvirtual |
Reimplemented from Token.
Reimplemented in OrderedList.
Definition at line 470 of file markdown-tokens.h.