CEikStatusPaneBase::TPaneCapabilities Class Reference

API published in: S60 1st Ed

Link against: eikcoctl.lib

Capability Information

Required Capabilities

None


#include <eikspane.h>

Detailed Description

Describes the capabilities of a subpane.

Public Member Functions

  TPaneCapabilities ()
  Constructor.
TBool  IsPresent () const
  Tests whether the subpane exists in the status pane.
TBool  IsAppOwned () const
  Tests whether the pane is owned by the application or the server.
TBool  IsInCurrentLayout () const
  Tests if this pane is part of the current status pane layout.

Friends

class  CEikStatusPaneBase

Constructor & Destructor Documentation

CEikStatusPaneBase::TPaneCapabilities::TPaneCapabilities  ) 
 

Constructor.


Member Function Documentation

TBool CEikStatusPaneBase::TPaneCapabilities::IsAppOwned  )  const [inline]
 

Tests whether the pane is owned by the application or the server.

Applications can only interact directly with application owned subpanes.

Returns:
ETrue if the subpane is owned by the application.
TBool CEikStatusPaneBase::TPaneCapabilities::IsInCurrentLayout  )  const [inline]
 

Tests if this pane is part of the current status pane layout.

Returns:
ETrue if pane is part of the current status pane layout.
TBool CEikStatusPaneBase::TPaneCapabilities::IsPresent  )  const [inline]
 

Tests whether the subpane exists in the status pane.

Returns:
ETrue if the subpane exists and can be used by the application, even if the subpane is not visible.

Friends And Related Function Documentation

friend class CEikStatusPaneBase [friend]
 

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

Copyright © Nokia Corporation 2001-2008
Back to top