Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



How to write a new control

You might need to write a new control for a number of reasons:

To write a new control class you must write a class that is derived from CCoeControl, and implement CCoeControl’s virtual functions so that the control can:

Additionally, if the control is a compound control, you should implement virtual functions so that the control can:

See How to write compound controls for more information for more information.

The CCoeControl-derived class will also typically contain data and functions that are specific to the individual control.