MD::Footnote

Search for usage in LXR

MD::Footnote< Trait > Class Template Referencefinal

#include <doc.h>

Inheritance diagram for MD::Footnote< Trait >:

Public Member Functions

 Footnote ()=default
 
 ~Footnote () override=default
 
std::shared_ptr< Item< Trait > > clone (Document< Trait > *doc=nullptr) const override
 
const WithPositionidPos () const
 
void setIdPos (const WithPosition &pos)
 
ItemType type () const override
 
- Public Member Functions inherited from MD::Block< Trait >
 ~Block () override=default
 
void appendItem (ItemSharedPointer i)
 
void applyBlock (const Block< Trait > &other, Document< Trait > *doc=nullptr)
 
ItemSharedPointer getItemAt (long long int idx) const
 
void insertItem (long long int idx, ItemSharedPointer i)
 
bool isEmpty () const
 
const Itemsitems () const
 
void removeItemAt (long long int idx)
 
- 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::Block< Trait >
using Items = typename Trait::template Vector<ItemSharedPointer>
 
using ItemSharedPointer = std::shared_ptr<Item<Trait>>
 
- Protected Member Functions inherited from MD::Block< Trait >
 Block ()=default
 
- Protected Member Functions inherited from MD::Item< Trait >
 Item ()=default
 

Detailed Description

template<class Trait>
class MD::Footnote< Trait >

Footnote.

Definition at line 1726 of file doc.h.

Constructor & Destructor Documentation

◆ Footnote()

template<class Trait >
MD::Footnote< Trait >::Footnote ( )
default

◆ ~Footnote()

template<class Trait >
MD::Footnote< Trait >::~Footnote ( )
overridedefault

Member Function Documentation

◆ clone()

template<class Trait >
std::shared_ptr< Item< Trait > > MD::Footnote< Trait >::clone ( Document< Trait > * doc = nullptr) const
inlineoverridevirtual

Clone this footnote.

Implements MD::Item< Trait >.

Definition at line 1733 of file doc.h.

◆ idPos()

template<class Trait >
const WithPosition & MD::Footnote< Trait >::idPos ( ) const
inline
Returns
Position of ID.

Definition at line 1749 of file doc.h.

◆ setIdPos()

template<class Trait >
void MD::Footnote< Trait >::setIdPos ( const WithPosition & pos)
inline

Set position of ID.

Definition at line 1755 of file doc.h.

◆ type()

template<class Trait >
ItemType MD::Footnote< Trait >::type ( ) const
inlineoverridevirtual
Returns
Type of the item.

Implements MD::Item< Trait >.

Definition at line 1743 of file doc.h.


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

KDE's Doxygen guidelines are available online.