QGIS API Documentation 3.42.0-Münster (feb80233002)
|
Defines a tab position for a text format. More...
#include <qgstextformat.h>
Public Member Functions | |
Tab (double position) | |
Constructor for a Tab at the specified position. | |
bool | operator== (const QgsTextFormat::Tab &other) const |
double | position () const |
Returns the tab position. | |
void | setPosition (double position) |
Sets the tab position. | |
Defines a tab position for a text format.
Definition at line 495 of file qgstextformat.h.
|
explicit |
Constructor for a Tab at the specified position.
Definition at line 1385 of file qgstextformat.cpp.
|
inline |
Definition at line 518 of file qgstextformat.h.
|
inline |
|
inline |