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.

Public Member Functions
TCoeControlWithId(TInt, CCoeControl *)
Public Attributes
CCoeControl *iControl
TInt iId

Constructor & Destructor Documentation

TCoeControlWithId(TInt, CCoeControl *)

TCoeControlWithId(TIntaControlId,
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