CAknViewAppUi::TAknSplitViewContainer Class Reference

API published in: S60 1st Ed

Link against: avkon.lib eikcore.lib eiksrv.lib

Capability Information

Required Capabilities

None


#include <aknviewappui.h>

Detailed Description

Container class used to hold information about one split view.

Public Member Functions

TBool  IsPartOf (const TUid aViewId)
  Checks is a view is part of the split view.

Data Fields

TUid  iViewIds [2]
TBool  iFailed [2]
TRect  iViewRect [2]
TInt  iLeftViewSize

Member Function Documentation

TBool CAknViewAppUi::TAknSplitViewContainer::IsPartOf const TUid  aViewId  ) 
 

Checks is a view is part of the split view.

Parameters:
aViewId  UID of the view to be checked.
Returns:
ETrue if the given view belongs to the split view.

Field Documentation

TBool CAknViewAppUi::TAknSplitViewContainer::iFailed[2]
 
TInt CAknViewAppUi::TAknSplitViewContainer::iLeftViewSize
 
TUid CAknViewAppUi::TAknSplitViewContainer::iViewIds[2]
 
TRect CAknViewAppUi::TAknSplitViewContainer::iViewRect[2]
 

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

Copyright © Nokia Corporation 2001-2008
Back to top