#include <mw/eikspmod.h>
class TEikStatusPaneInit |
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 &) |
This class stores the details about status pane sub pane ownership and initial contents.
TEikStatusPaneInit | ( | const TEikStatusPaneInit & | aCopy | ) |
Copy constructor.
TBool | AppOwned | ( | ) | const [inline] |
Gets flag that indicates if the sub pane is owned by the application or not.
Returns: ETrue if pane is application owned, otherwise EFalse.
TInt | ControlResourceId | ( | ) | const [inline] |
Returns resource id of the control in the pane.
Returns: Control resource id.
TInt | ControlTypeId | ( | ) | const [inline] |
Returns control type id of the pane.
Returns: Id of the control inside the pane.
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.
TEikStatusPaneInit & | operator= | ( | const TEikStatusPaneInit & | aCopy | ) |
Operator overload.