TCoeControlWithId Class Reference

#include <mw/coecontrolarray.h>

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

Detailed Description

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.

Member Attribute Documentation

iControl

CCoeControl *iControl

The control

iId

TInt iId

The id of the control

Constructor & Destructor Documentation

TCoeControlWithId ( TInt, CCoeControl * )

TCoeControlWithId(TIntaControlId,
CCoeControl *aControl = NULL
)

Constructor.