class CAknViewAppUi::TAknSplitViewContainer |
Container class used to hold information about one split view.
Public Member Functions | |
---|---|
TBool | IsPartOf(const TUid) |
Public Attributes | |
---|---|
TBool | iFailed |
TInt | iLeftViewSize |
TUid | iViewIds |
TRect | iViewRect |
TBool | IsPartOf | ( | const TUid | aViewId | ) |
Checks is a view is part of the split view. ETrue if the given view belongs to the split view.
const TUid aViewId | UID of the view to be checked. |