class TTmTab |
A tabulation position, measured from the start of the line, which will be the left end for paragraphs with a left-to-right base direction, and vice versa.
Public Member Functions | |
---|---|
TTmTab() | |
TTmTab(const TTabStop &) | |
IMPORT_C void | GetTTabStop(TTabStop &) |
TBool | operator!=(const TTmTab &) |
IMPORT_C void | operator=(const TTabStop &) |
IMPORT_C TBool | operator==(const TTmTab &) |
Public Member Enumerations | |
---|---|
enum | TType { EStandardTab, ECenterTab, EReverseTab } |
Public Attributes | |
---|---|
TInt | iPosition |
TType | iType |
TTmTab | ( | ) | [inline] |
Constructs a TTmTab and set it to a standard tab stop with a position of 0.
TBool | operator!= | ( | const TTmTab & | aTab | ) | const [inline] |
The inequality operator. Returns TRUE if this object and aTab differ in any way.
const TTmTab & aTab |
IMPORT_C void | operator= | ( | const TTabStop & | aTab | ) |
const TTabStop & aTab |
IMPORT_C TBool | operator== | ( | const TTmTab & | aTab | ) | const |
const TTmTab & aTab |