class CEikStatusPaneModelBase::CIdLayoutPair : public CBase |
Internal class to CEikStatusPaneModel, which ties layout resource IDs to layout structures.
Public Member Functions | |
---|---|
CIdLayoutPair(TInt, CEikStatusPaneLayout *) | |
~CIdLayoutPair() |
Public Attributes | |
---|---|
CEikStatusPaneLayout * | iLayout |
TInt | iResId |
CIdLayoutPair | ( | TInt | aResId, |
CEikStatusPaneLayout * | aLayout | ||
) |
Constructor.
TInt aResId | Resource id |
CEikStatusPaneLayout * aLayout | Sub pane layout |