class CTextLayout::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(const CTextLayout &) |
Private Member Functions | |
---|---|
void | GetOrigin(TPoint &) |
const CTmTextLayout & | TextLayout() |
Private Attributes | |
---|---|
const CTextLayout & | iLayout |
TTagmaForwarder | ( | const CTextLayout & | aLayout | ) | [inline] |
const CTextLayout & aLayout |
void | GetOrigin | ( | TPoint & | aPoint | ) | const [private, inline, virtual] |
The origin is subtracted from coordinates passed in and added to those passed out.
TPoint & aPoint |
const CTmTextLayout & | TextLayout | ( | ) | const [private, inline, virtual] |
Returns a reference to the CTmTextLayoutObject this MTmTextLayoutForwarder forwards inquiries to.