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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.