You.i Engine
YiViewProperty.h File Reference

Go to the source code of this file.

Namespaces

 YIViewProperty
 

Enumerations

enum  YIViewProperty::Orientation {
  YIViewProperty::LANDSCAPE,
  YIViewProperty::PORTRAIT,
  YIViewProperty::AUTO,
  YIViewProperty::LANDSCAPE_RIGHT,
  YIViewProperty::LANDSCAPE_LEFT,
  YIViewProperty::PORTRAIT_UPRIGHT,
  YIViewProperty::AUTO_UPRIGHT
}
 
enum  YIViewProperty::StatusBar {
  YIViewProperty::STATUSBAR_VISIBLE,
  YIViewProperty::STATUSBAR_HIDDEN
}
 
enum  YIViewProperty::NavigationBar {
  YIViewProperty::NAVIGATIONBAR_VISIBLE,
  YIViewProperty::NAVIGATIONBAR_HIDDEN
}
 

Functions

bool YIViewProperty::IsLandscape (YIViewProperty::Orientation eOrientation)
 
bool YIViewProperty::IsPortrait (YIViewProperty::Orientation eOrientation)
 
bool YIViewProperty::IsAuto (YIViewProperty::Orientation eOrientation)