TEikStatusPaneInit Class Reference

API published in: S60 1st Ed

Link against: eikcoctl.lib

Capability Information

Required Capabilities

None


#include <eikspmod.h>

Detailed Description

This class stores the details about status pane sub pane ownership and initial contents.

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.

Constructor & Destructor Documentation

TEikStatusPaneInit::TEikStatusPaneInit  ) 
 

Default constructor.

TEikStatusPaneInit::TEikStatusPaneInit const TEikStatusPaneInit aCopy  ) 
 

Copy constructor.


Member Function Documentation

TBool TEikStatusPaneInit::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.
void TEikStatusPaneInit::ClearHidden  )  [inline]
 

Clears hidden flag.

TInt TEikStatusPaneInit::ControlResourceId  )  const [inline]
 

Returns resource id of the control in the pane.

Returns:
Control resource id.
TInt TEikStatusPaneInit::ControlTypeId  )  const [inline]
 

Returns control type id of the pane.

Returns:
Id of the control inside the pane.
TPaneId TEikStatusPaneInit::Id  )  const [inline]
 

Gets pane id.

Returns:
id of the pane.
TBool TEikStatusPaneInit::IsHidden  )  const [inline]
 

Gets hidden flag.

Returns:
ETrue if the pane is hidden.
void TEikStatusPaneInit::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.

Parameters:
@aResource  Resource reader.
TEikStatusPaneInit& TEikStatusPaneInit::operator= const TEikStatusPaneInit aCopy  ) 
 

Operator overload.

void TEikStatusPaneInit::SetHidden  )  [inline]
 

Sets hidden flag.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top