API published in: S60 1st Ed
Link against: eikcoctl.lib
Required Capabilities
None
#include <eikspmod.h>
Public Member Functions |
|
TEikStatusPaneInit () | |
Default constructor. |
|
TEikStatusPaneInit (const TEikStatusPaneInit &aCopy) | |
Copy constructor. |
|
TEikStatusPaneInit & | operator= (const TEikStatusPaneInit &aCopy) |
Operator overload. |
|
TPaneId | Id () const |
Gets pane id. |
|
void | LoadDefaults (TResourceReader &aResource) |
Loads deafault values of the pane from given resource. |
|
TBool | AppOwned () const |
Gets flag that indicates if the sub pane is owned by the application or not. |
|
TInt | ControlTypeId () const |
Returns control type id of the pane. |
|
TInt | ControlResourceId () const |
Returns resource id of the control in the pane. |
|
void | SetHidden () |
Sets hidden flag. |
|
void | ClearHidden () |
Clears hidden flag. |
|
TBool | IsHidden () const |
Gets hidden flag. |
|
Default constructor. |
|
Copy constructor. |
|
Gets flag that indicates if the sub pane is owned by the application or not.
|
|
Clears hidden flag. |
|
Returns resource id of the control in the pane.
|
|
Returns control type id of the pane.
|
|
Gets pane id.
|
|
Gets hidden flag.
|
|
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.
|
|
Operator overload. |
|
Sets hidden flag. |