class TEikStatusPaneInit |
This class stores the details about status pane sub pane ownership and initial contents.
Public Member Functions | |
---|---|
TEikStatusPaneInit() | |
TEikStatusPaneInit(const TEikStatusPaneInit &) | |
TBool | AppOwned() |
void | ClearHidden() |
TInt | ControlResourceId() |
TInt | ControlTypeId() |
TPaneId | Id() |
TBool | IsHidden() |
void | LoadDefaults(TResourceReader &) |
void | SetHidden() |
TEikStatusPaneInit & | operator=(const TEikStatusPaneInit &) |
Private Member Functions | |
---|---|
TBool | Initialized() |
void | SetInitialized() |
Private Attributes | |
---|---|
TInt | iControlId |
TInt | iControlResource |
TInt | iFlags |
TPaneId | iId |
TEikStatusPaneInit | ( | const TEikStatusPaneInit & | aCopy | ) |
Copy constructor.
const TEikStatusPaneInit & aCopy |
TBool | AppOwned | ( | ) | const [inline] |
Gets flag that indicates if the sub pane is owned by the application or not. ETrue if pane is application owned, otherwise EFalse.
TInt | ControlResourceId | ( | ) | const [inline] |
Returns resource id of the control in the pane. Control resource id.
TInt | ControlTypeId | ( | ) | const [inline] |
Returns control type id of the pane. Id of the control inside the pane.
TBool | Initialized | ( | ) | [private, inline] |
Gets initialized flag. ETrue if the pane is initialized.
void | LoadDefaults | ( | TResourceReader & | aResource | ) |
Loads deafault values of the pane from given resource. Resource reader should point to an entry from the arrays of SPANE_PANE structures found in the STATUS_PANE_SYSTEM_MODEL and STATUS_PANE_APP_MODEL resource structures.
TResourceReader & aResource |
TEikStatusPaneInit & | operator= | ( | const TEikStatusPaneInit & | aCopy | ) |
Operator overload.
const TEikStatusPaneInit & aCopy |