MD::WithPosition
MD::WithPosition Class Reference
#include <doc.h>
Inheritance diagram for MD::WithPosition:
Public Member Functions | |
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 |
Detailed Description
Constructor & Destructor Documentation
◆ WithPosition() [1/2]
|
default |
◆ ~WithPosition()
|
virtualdefault |
◆ WithPosition() [2/2]
|
inline |
Member Function Documentation
◆ applyPositions()
|
inline |
◆ endColumn()
|
inline |
◆ endLine()
|
inline |
◆ setEndColumn()
|
inline |
◆ setEndLine()
|
inline |
◆ setStartColumn()
|
inline |
◆ setStartLine()
|
inline |
◆ startColumn()
|
inline |
◆ startLine()
|
inline |
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.