TTmTab Class Reference

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 voidGetTTabStop(TTabStop &)
TBool operator!=(const TTmTab &)
IMPORT_C voidoperator=(const TTabStop &)
IMPORT_C TBooloperator==(const TTmTab &)
Public Member Enumerations
enumTType { EStandardTab, ECenterTab, EReverseTab }
Public Attributes
TInt iPosition
TType iType

Constructor & Destructor Documentation

TTmTab()

TTmTab()[inline]

Constructs a TTmTab and set it to a standard tab stop with a position of 0.

TTmTab(const TTabStop &)

TTmTab(const TTabStop &aTab)[inline]

Constructs a TTmTab by converting the information in a TTabStop.

Parameters

const TTabStop & aTab

Member Functions Documentation

GetTTabStop(TTabStop &)

IMPORT_C voidGetTTabStop(TTabStop &aTab)const

Parameters

TTabStop & aTab

operator!=(const TTmTab &)

TBool operator!=(const TTmTab &aTab)const [inline]

The inequality operator. Returns TRUE if this object and aTab differ in any way.

Parameters

const TTmTab & aTab

operator=(const TTabStop &)

IMPORT_C voidoperator=(const TTabStop &aTab)

Parameters

const TTabStop & aTab

operator==(const TTmTab &)

IMPORT_C TBooloperator==(const TTmTab &aTab)const

The equality operator. Return TRUE if this object and aTab are identical.

Parameters

const TTmTab & aTab

Member Enumerations Documentation

Enum TType

Tab type

Enumerators

EStandardTab
ECenterTab
EReverseTab

Member Data Documentation

TInt iPosition

TInt iPosition

TType iType

TType iType