CopperSpice API
1.9.2
|
Structure which represents a tab stop. More...
Public Methods | |
Tab () | |
Tab (qreal pos, TabType tabType, QChar delim=QChar ()) | |
bool | operator!= (const Tab &other) const |
bool | operator== (const Tab &other) const |
Each tab definition is represented by this structure.
|
inline |
Creates a default left tab with position 80.
Creates a tab with the given position, tab type, and delimiter (pos, tabType, delim).
|
inline |
Returns true if tab other is not equal to this tab, otherwise returns false.
|
inline |
Returns true if tab other is equal to this tab, otherwise returns false.