eikspane.h File Reference

Link against: eikcoctl.lib

Capability Information

Required Capabilities

None


#include <eikspmod.h>
#include <coecntrl.h>
#include <coecobs.h>

Go to the source code of this file.


Data Structures

class  MEikStatusPaneObserver
 The MEikStatusPaneObserver interface allows a status pane observer to pick up changes in the size or position of the status pane. More...
class  CEikStatusPaneBase
 The base class for status panes. More...
class  CEikStatusPaneBase::TPaneCapabilities
 Describes the capabilities of a subpane. More...
class  CEikStatusPaneBase::TSetRectAndVisibility
class  CEikStatusPane
 Application side status pane class. More...

Variables

const TInt KStatusPaneCapsPresentBit = 1
 Status pane flag indicating that a sub-pane exists in the status pane.
const TInt KStatusPaneCapsAppOwnedBit = 2
 Status pane flag indicating that a sub-pane is owned by the application side status pane.
const TInt KStatusPaneCapsInCurrentLayoutBit = 4
 Status pane flag indicating that a sub-pane is part of a specific status pane layout.

Variable Documentation

const TInt KStatusPaneCapsAppOwnedBit = 2
 

Status pane flag indicating that a sub-pane is owned by the application side status pane.

const TInt KStatusPaneCapsInCurrentLayoutBit = 4
 

Status pane flag indicating that a sub-pane is part of a specific status pane layout.

const TInt KStatusPaneCapsPresentBit = 1
 

Status pane flag indicating that a sub-pane exists in the status pane.


Copyright © Nokia Corporation 2001-2007
Back to top