MD::Math
MD::Math< Trait > Class Template Referencefinal
#include <doc.h>
Inheritance diagram for MD::Math< Trait >:
Public Member Functions | |
Math () | |
~Math () override=default | |
std::shared_ptr< Item< Trait > > | clone (Document< Trait > *doc=nullptr) const override |
const Trait::String & | expr () const |
void | setExpr (const typename Trait::String &e) |
ItemType | type () const override |
Public Member Functions inherited from MD::Code< Trait > | |
Code (const typename Trait::String &t, bool fensedCode, bool inl) | |
~Code () override=default | |
void | applyCode (const Code< Trait > &other) |
const WithPosition & | endDelim () const |
bool | isFensedCode () const |
bool | isInline () const |
void | setEndDelim (const WithPosition &d) |
void | setFensedCode (bool on=true) |
void | setInline (bool on=true) |
void | setStartDelim (const WithPosition &d) |
void | setSyntax (const typename Trait::String &s) |
void | setSyntaxPos (const WithPosition &p) |
void | setText (const typename Trait::String &t) |
const WithPosition & | startDelim () const |
const Trait::String & | syntax () const |
const WithPosition & | syntaxPos () const |
const Trait::String & | text () const |
Public Member Functions inherited from MD::ItemWithOpts< Trait > | |
~ItemWithOpts () override=default | |
void | applyItemWithOpts (const ItemWithOpts< Trait > &other) |
Styles & | closeStyles () |
const Styles & | closeStyles () const |
Styles & | openStyles () |
const Styles & | openStyles () const |
int | opts () const |
void | setOpts (int o) |
Public Member Functions inherited from MD::Item< Trait > | |
~Item () override=default | |
Public Member Functions inherited from MD::WithPosition | |
WithPosition ()=default | |
WithPosition (long long int startColumn, long long int startLine, long long int endColumn, long long int endLine) | |
virtual | ~WithPosition ()=default |
void | applyPositions (const WithPosition &other) |
long long int | endColumn () const |
long long int | endLine () const |
void | setEndColumn (long long int c) |
void | setEndLine (long long int l) |
void | setStartColumn (long long int c) |
void | setStartLine (long long int l) |
long long int | startColumn () const |
long long int | startLine () const |
Additional Inherited Members | |
Public Types inherited from MD::ItemWithOpts< Trait > | |
using | Styles = typename Trait::template Vector<StyleDelim> |
Protected Member Functions inherited from MD::ItemWithOpts< Trait > | |
ItemWithOpts ()=default | |
Protected Member Functions inherited from MD::Item< Trait > | |
Item ()=default | |
Detailed Description
template<class Trait>
class MD::Math< Trait >
class MD::Math< Trait >
LaTeX math expression.
Constructor & Destructor Documentation
◆ Math()
◆ ~Math()
Member Function Documentation
◆ clone()
template<class Trait >
|
inlineoverridevirtual |
Clone this LaTeX math expression.
Reimplemented from MD::Code< Trait >.
◆ expr()
template<class Trait >
|
inline |
◆ setExpr()
template<class Trait >
|
inline |
◆ type()
- Returns
- Type of the item.
Reimplemented from MD::Code< Trait >.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Nov 6 2024 12:12:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Nov 6 2024 12:12:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.