lib
KoTabulator Struct Reference
#include <KoRuler.h>
Detailed Description
Struct: KoTabulator Defines the position of a tabulation (in pt), and its type.
Definition at line 46 of file KoRuler.h.
Public Member Functions | |
| bool | operator== (const KoTabulator &t) const |
| bool | operator!= (const KoTabulator &t) const |
| bool | operator< (const KoTabulator &t) const |
| bool | operator<= (const KoTabulator &t) const |
| bool | operator> (const KoTabulator &t) const |
Public Attributes | |
| double | ptPos |
| KoTabulators | type |
| KoTabulatorFilling | filling |
| double | ptWidth |
| QChar | alignChar |
Member Data Documentation
|
|
Alignment character.
|
|
|
Type of tab filling.
|
|
|
Position of the tab in pt.
|
|
|
Width of the tab filling line.
|
|
|
Type of tab (left/center/right/decimalpoint).
|
The documentation for this struct was generated from the following file:

