|
#include <ArmarXGui/libraries/ArmarXGuiBase/widgets/cpp-markdown/markdown-tokens.h>
Public Member Functions | |
BoldOrItalicMarker (bool open, char c, size_t size) | |
void | cannotMatch (bool set) |
void | disable () |
int | id () const |
bool | isMatchedCloseMarker () const override |
bool | isMatchedOpenMarker () const override |
bool | isOpenMarker () const |
bool | isUnmatchedCloseMarker () const override |
bool | isUnmatchedOpenMarker () const override |
bool | matched () const |
void | matched (BoldOrItalicMarker *match, int id=-1) |
BoldOrItalicMarker * | matchedTo () const |
size_t | size () const |
char | tokenCharacter () const |
void | writeAsHtml (std::ostream &out) const override |
void | writeToken (std::ostream &out) const override |
![]() | |
virtual bool | canContainMarkup () const |
virtual bool | inhibitParagraphs () const |
virtual bool | isBlankLine () const |
virtual bool | isContainer () const |
virtual std::optional< TokenGroup > | processSpanElements (const LinkIds &idTable) |
virtual std::optional< std::string > | text () const |
Token () | |
virtual void | writeAsOriginal (std::ostream &out) const |
virtual void | writeToken (size_t indent, std::ostream &out) const |
Additional Inherited Members | |
![]() | |
virtual void | postWrite (std::ostream &out) const |
virtual void | preWrite (std::ostream &out) const |
Definition at line 703 of file markdown-tokens.h.
|
inline |
Definition at line 706 of file markdown-tokens.h.
|
inline |
Definition at line 788 of file markdown-tokens.h.
|
inline |
Definition at line 794 of file markdown-tokens.h.
|
inline |
Definition at line 775 of file markdown-tokens.h.
|
inlineoverridevirtual |
Reimplemented from Token.
Definition at line 736 of file markdown-tokens.h.
|
inlineoverridevirtual |
Reimplemented from Token.
Definition at line 730 of file markdown-tokens.h.
|
inline |
Definition at line 745 of file markdown-tokens.h.
|
inlineoverridevirtual |
Reimplemented from Token.
Definition at line 724 of file markdown-tokens.h.
|
inlineoverridevirtual |
Reimplemented from Token.
Definition at line 718 of file markdown-tokens.h.
|
inline |
Definition at line 763 of file markdown-tokens.h.
|
inline |
Definition at line 781 of file markdown-tokens.h.
|
inline |
Definition at line 769 of file markdown-tokens.h.
|
inline |
Definition at line 757 of file markdown-tokens.h.
|
inline |
Definition at line 751 of file markdown-tokens.h.
|
overridevirtual |
Implements Token.
Definition at line 1154 of file markdown-tokens.cpp.
|
overridevirtual |
Implements Token.
Definition at line 1179 of file markdown-tokens.cpp.