class CTextView::TTagmaForwarder : public MTmTextLayoutForwarder |
A standard inquiry interface for the text formatting engine, built on top of a CTextView object.
To use it, construct a TTagmaForwarder object, then call InitL(), which finishes background formatting, then call the MTmTextLayoutForwarder functions.
The class should only be used internally by FORM component.
Public Member Functions | |
---|---|
TTagmaForwarder() | |
void | InitL(CTextView *) |
Private Member Functions | |
---|---|
void | GetOrigin(TPoint &) |
const CTmTextLayout & | TextLayout() |
Private Attributes | |
---|---|
CTextView * | iView |
void | GetOrigin | ( | TPoint & | aPoint | ) | const [private, inline, virtual] |
The origin is subtracted from coordinates passed in and added to those passed out.
TPoint & aPoint |
void | InitL | ( | CTextView * | aView | ) | [inline] |
Called after construction, to complete background reformatting.
CTextView * aView | A pointer to the text view object. |
const CTmTextLayout & | TextLayout | ( | ) | const [private, inline, virtual] |
Returns a reference to the CTmTextLayoutObject this MTmTextLayoutForwarder forwards inquiries to.