CAknEdwinFormAccessor Class Reference

class CAknEdwinFormAccessor : public CBase

Inherits from

Constructor & Destructor Documentation

CAknEdwinFormAccessor(CEikEdwin *)

IMPORT_C CAknEdwinFormAccessor ( CEikEdwin * aEdwin )

C++ constructor

Parameters

CEikEdwin * aEdwin Pointer to editor owning this form accessor. Ownership is not transferred

~CAknEdwinFormAccessor()

~CAknEdwinFormAccessor ( ) [virtual]

Destructor

Member Functions Documentation

FormClientControl()

CCoeControl * FormClientControl ( ) const

Returns the client control which owns the form accessor

GetTextLayout()

CTextLayout * GetTextLayout ( ) const

Returns the text layout object currently being used by the client control currently owning the form accessor

GetTextView()

CTextView * GetTextView ( ) const

Returns the text view object currently being used by the client control currently owning the form accessor

SetEdwin(CEikEdwin *)

IMPORT_C void SetEdwin ( CEikEdwin * aEdwin )

Sets this form accessors owning editor

Parameters

CEikEdwin * aEdwin Pointer to editor owning this form accessor. Ownership is not transferred

Member Data Documentation

CEikEdwin * iEdwin

CEikEdwin * iEdwin [private]