|
QGIS API Documentation 4.0.0-Norrköping (1ddcee3d0e4)
|
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 499 of file qgstextformat.h.
|
explicit |
Constructor for a Tab at the specified position.
Definition at line 1426 of file qgstextformat.cpp.
|
inline |
Definition at line 521 of file qgstextformat.h.
|
inline |
|
inline |