MD::Block
MD::Block< Trait > Class Template Reference
#include <doc.h>
Inheritance diagram for MD::Block< Trait >:

Public Types | |
| using | Items = typename Trait::template Vector<ItemSharedPointer> |
| using | ItemSharedPointer = std::shared_ptr<Item<Trait>> |
Public Member Functions | |
| ~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) |
Public Member Functions inherited from MD::Item< Trait > | |
| ~Item () override=default | |
| virtual std::shared_ptr< Item< Trait > > | clone (Document< Trait > *doc=nullptr) const =0 |
| virtual ItemType | type () const =0 |
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 |
Protected Member Functions | |
| Block ()=default | |
Protected Member Functions inherited from MD::Item< Trait > | |
| Item ()=default | |
Detailed Description
template<class Trait>
class MD::Block< Trait >
class MD::Block< Trait >
Abstract block (storage of child items).
Member Typedef Documentation
◆ Items
template<class Trait>
| using MD::Block< Trait >::Items = typename Trait::template Vector<ItemSharedPointer> |
◆ ItemSharedPointer
Constructor & Destructor Documentation
◆ Block()
template<class Trait>
|
protecteddefault |
◆ ~Block()
Member Function Documentation
◆ appendItem()
template<class Trait>
|
inline |
◆ applyBlock()
◆ getItemAt()
template<class Trait>
|
inline |
◆ insertItem()
template<class Trait>
|
inline |
◆ isEmpty()
template<class Trait>
|
inline |
◆ items()
◆ removeItemAt()
template<class Trait>
|
inline |
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 May 2 2025 12:05:26 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:05:26 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from