QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
QgsTextFormat::Tab Class Reference

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.
 

Detailed Description

Defines a tab position for a text format.

Since
QGIS 3.42

Definition at line 495 of file qgstextformat.h.

Constructor & Destructor Documentation

◆ Tab()

QgsTextFormat::Tab::Tab ( double  position)
explicit

Constructor for a Tab at the specified position.

Definition at line 1385 of file qgstextformat.cpp.

Member Function Documentation

◆ operator==()

bool QgsTextFormat::Tab::operator== ( const QgsTextFormat::Tab other) const
inline

Definition at line 518 of file qgstextformat.h.

◆ position()

double QgsTextFormat::Tab::position ( ) const
inline

Returns the tab position.

See also
setPosition()

Definition at line 516 of file qgstextformat.h.

◆ setPosition()

void QgsTextFormat::Tab::setPosition ( double  position)
inline

Sets the tab position.

See also
position()

Definition at line 509 of file qgstextformat.h.


The documentation for this class was generated from the following files: