class TCoeControlWithId |
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.
Public Member Functions | |
---|---|
TCoeControlWithId(TInt, CCoeControl *) |
Public Attributes | |
---|---|
CCoeControl * | iControl |
TInt | iId |
TCoeControlWithId | ( | TInt | aControlId, |
CCoeControl * | aControl = NULL | ||
) |
TInt aControlId | |
CCoeControl * aControl = NULL |