State information for a text editor control. This is information specific to the control which is only of interest to the FEP which sets it.
Constructor & Destructor Documentation
CState ( )
IMPORT_C
CState
(
)
[protected]
Empty default constructor.
~CState ( )
IMPORT_C
~CState
(
)
[virtual]
Empty virtual destructor.
This is present because the class may be extended in the future to own resources.
Member Function Documentation
BaseConstructL ( )
IMPORT_C void
BaseConstructL
(
)
[protected]
Empty second phase base class constructor.
This function should be called from derived classes at the beginning of their ConstructL() even though it is currently empty. This is because this class may be extended in future to own resources, which will be allocated in BaseConstructL().