#include <mw/coecontrolarray.h>
| class TCoeControlWithId |
| Public Attributes | |
|---|---|
| CCoeControl * | iControl |
| TInt | iId |
| Public Member Functions | |
|---|---|
| TCoeControlWithId(TInt, CCoeControl *) | |
Class that encapsulates a control and the identifier for that control.
Controls in a CCoeControlArray can be associated with an id. This class encapsulates the control and its id.
| TCoeControlWithId | ( | TInt | aControlId, |
| CCoeControl * | aControl = NULL | ||
| ) | |||
Constructor.