TCoeControlWithId Class Reference

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.

Constructor & Destructor Documentation

TCoeControlWithId(TInt, CCoeControl *)

TCoeControlWithId ( TInt aControlId,
CCoeControl * aControl = NULL
)

Constructor.

Parameters

TInt aControlId
CCoeControl * aControl = NULL

Member Data Documentation

CCoeControl * iControl

CCoeControl * iControl

The control

TInt iId

TInt iId

The id of the control