MD::Paragraph
MD::Paragraph< Trait > Class Template Referencefinal
#include <doc.h>
Inheritance diagram for MD::Paragraph< Trait >:
![Inheritance graph](classMD_1_1Paragraph__inherit__graph.png)
Public Member Functions | |
Paragraph ()=default | |
~Paragraph () override=default | |
std::shared_ptr< Item< Trait > > | clone (Document< Trait > *doc=nullptr) const override |
ItemType | type () const override |
![]() | |
~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 Items & | items () const |
void | removeItemAt (long long int idx) |
![]() | |
~Item () override=default | |
![]() | |
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 | |
![]() | |
using | Items = typename Trait::template Vector<ItemSharedPointer> |
using | ItemSharedPointer = std::shared_ptr<Item<Trait>> |
![]() | |
Block ()=default | |
![]() | |
Item ()=default | |
Detailed Description
Constructor & Destructor Documentation
◆ Paragraph()
template<class Trait>
|
default |
◆ ~Paragraph()
template<class Trait>
|
overridedefault |
Member Function Documentation
◆ clone()
template<class Trait>
|
inlineoverridevirtual |
◆ type()
template<class Trait>
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:10:15 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:10:15 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.