class CAknEdwinFormAccessor : public CBase |
Public Member Functions | |
---|---|
CAknEdwinFormAccessor ( CEikEdwin *) | |
~CAknEdwinFormAccessor () | |
CCoeControl * | FormClientControl () |
CTextLayout * | GetTextLayout () |
CTextView * | GetTextView () |
IMPORT_C void | SetEdwin ( CEikEdwin *) |
Private Attributes | |
---|---|
CEikEdwin * | iEdwin |
IMPORT_C | CAknEdwinFormAccessor | ( | CEikEdwin * | aEdwin | ) |
C++ constructor
CEikEdwin * aEdwin | Pointer to editor owning this form accessor. Ownership is not transferred |
CCoeControl * | FormClientControl | ( | ) | const |
Returns the client control which owns the form accessor
CTextLayout * | GetTextLayout | ( | ) | const |
Returns the text layout object currently being used by the client control currently owning the form accessor
CTextView * | GetTextView | ( | ) | const |
Returns the text view object currently being used by the client control currently owning the form accessor
IMPORT_C void | SetEdwin | ( | CEikEdwin * | aEdwin | ) |
Sets this form accessors owning editor
CEikEdwin * aEdwin | Pointer to editor owning this form accessor. Ownership is not transferred |
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.