public class RoboRootViewController
extends org.robovm.apple.glkit.GLKViewController
implements org.robovm.apple.glkit.GLKViewControllerDelegate
org.robovm.apple.glkit.GLKViewController.GLKViewControllerPtrorg.robovm.apple.uikit.UIViewController.UIViewControllerPtrorg.robovm.apple.uikit.UIResponder.UIResponderPtr| Modifier and Type | Field and Description |
|---|---|
org.robovm.apple.glkit.GLKView |
view |
| Constructor and Description |
|---|
RoboRootViewController(RoboPlatform pf,
org.robovm.apple.opengles.EAGLContext ctx,
org.robovm.apple.uikit.UIWindow hostWindow) |
| Modifier and Type | Method and Description |
|---|---|
void |
didRotate(org.robovm.apple.uikit.UIInterfaceOrientation fromOrient) |
org.robovm.apple.uikit.UIInterfaceOrientationMask |
getSupportedInterfaceOrientations() |
boolean |
shouldAutorotate() |
boolean |
shouldAutorotateToInterfaceOrientation(org.robovm.apple.uikit.UIInterfaceOrientation orientation) |
void |
update(org.robovm.apple.glkit.GLKViewController self) |
void |
viewDidAppear(boolean animated) |
void |
willPause(org.robovm.apple.glkit.GLKViewController self,
boolean paused) |
void |
willRotate(org.robovm.apple.uikit.UIInterfaceOrientation toOrient,
double duration) |
draw, getDelegate, getFramesDisplayed, getFramesPerSecond, getPreferredFramesPerSecond, getTimeSinceFirstResume, getTimeSinceLastDraw, getTimeSinceLastResume, getTimeSinceLastUpdate, isPaused, isPauseOnWillResignActive, isResumeOnDidBecomeActive, setDelegate, setPaused, setPauseOnWillResignActive, setPreferredFramesPerSecond, setResumeOnDidBecomeActiveaddChildViewController, applicationFinishedRestoringState, attemptRotationToDeviceOrientation, beginAppearanceTransition, canPerformUnwind, decodeRestorableState, didAnimateFirstHalfOfRotation, didMoveToParentViewController, didReceiveMemoryWarning, disablesAutomaticKeyboardDismissal, dismissModalViewController, dismissMoviePlayerViewController, dismissViewController, encode, encodeRestorableState, endAppearanceTransition, getBottomLayoutGuide, getChildViewControllerForStatusBarHidden, getChildViewControllerForStatusBarStyle, getChildViewControllers, getContentSizeForViewInPopover, getEdgesForExtendedLayout, getEditButtonItem, getInterfaceOrientation, getInterstitialPresentationPolicy, getModalPresentationStyle, getModalTransitionStyle, getModalViewController, getNavigationController, getNavigationItem, getNibBundle, getNibName, getObjectRestorationClass, getOriginalContentView, getParentViewController, getPreferredContentSize, getPreferredInterfaceOrientation, getPreferredStatusBarStyle, getPreferredStatusBarUpdateAnimation, getPresentedViewController, getPresentingViewController, getRestorationClass, getRestorationIdentifier, getRestorationParent, getRotatingFooterView, getRotatingHeaderView, getSearchDisplayController, getSegueForUnwinding, getSplitViewController, getStoryboard, getTabBarController, getTabBarItem, getTitle, getToolbarItems, getTopLayoutGuide, getTransitionCoordinator, getTransitioningDelegate, getView, getViewControllerForUnwind, initWithNibName$bundle$, isAutomaticallyAdjustsScrollViewInsets, isAutomaticallyForwardAppearanceAndRotationMethodsToChildViewControllers, isBeingDismissed, isBeingPresented, isCanDisplayBannerAds, isDefinesPresentationContext, isDisplayingBannerAd, isEditing, isExtendedLayoutIncludesOpaqueBars, isHidesBottomBarWhenPushed, isModalInPopover, isModalPresentationCapturesStatusBarAppearance, isMovingFromParentViewController, isMovingToParentViewController, isPresentingFullScreenAd, isProvidesPresentationContextTransitionStyle, isViewLoaded, isWantsFullScreenLayout, loadView, performSegue, prefersStatusBarHidden, prepareForSegue, prepareInterstitialAds, presentModalViewController, presentMoviePlayerViewController, presentViewController, removeFromParentViewController, requestInterstitialAdPresentation, setAutomaticallyAdjustsScrollViewInsets, setCanDisplayBannerAds, setContentSizeForViewInPopover, setDefinesPresentationContext, setEdgesForExtendedLayout, setEditing, setEditing, setExtendedLayoutIncludesOpaqueBars, setHidesBottomBarWhenPushed, setInterstitialPresentationPolicy, setModalInPopover, setModalPresentationCapturesStatusBarAppearance, setModalPresentationStyle, setModalTransitionStyle, setNeedsStatusBarAppearanceUpdate, setPreferredContentSize, setProvidesPresentationContextTransitionStyle, setRestorationClass, setRestorationIdentifier, setTabBarItem, setTitle, setToolbarItems, setToolbarItems, setTransitioningDelegate, setView, setWantsFullScreenLayout, shouldAutomaticallyForwardAppearanceMethods, shouldAutomaticallyForwardRotationMethods, shouldAutorotate, shouldPerformSegue, shouldPresentInterstitialAd, transition, updateViewConstraints, viewDidDisappear, viewDidLayoutSubviews, viewDidLoad, viewDidUnload, viewWillAppear, viewWillDisappear, viewWillLayoutSubviews, viewWillUnload, willAnimateFirstHalfOfRotation, willAnimateRotation, willAnimateSecondHalfOfRotation, willMoveToParentViewControllerbecomeFirstResponder, canBecomeFirstResponder, canPerformAction, canResignFirstResponder, clearTextInputContextIdentifier, getActionTarget, getInputAccessoryView, getInputView, getKeyCommands, getNextResponder, getTextInputContextIdentifier, getTextInputMode, getUndoManager, isFirstResponder, motionBegan, motionCancelled, motionEnded, reloadInputViews, remoteControlReceived, resignFirstResponder, touchesBegan, touchesCancelled, touchesEnded, touchesMovedaddObserver, afterMarshaled, alloc, autorelease, autorelease, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, getDictionaryWithValuesForKeys, getMutableArrayValueForKey, getMutableArrayValueForKeyPath, getMutableOrderedSetValueForKey, getMutableOrderedSetValueForKeyPath, getMutableSetValueForKey, getMutableSetValueForKeyPath, getValueForKey, getValueForKeyPath, getValueForUndefinedKey, hash, hashCode, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, observeValue, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeObserver, respondsToSelector, retain, retain, retainCount, setNilValueForKey, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeys, toString, validateValueForKey, validateValueForKeyPath, willChangeValue, willChangeValue, willChangeValuespublic RoboRootViewController(RoboPlatform pf, org.robovm.apple.opengles.EAGLContext ctx, org.robovm.apple.uikit.UIWindow hostWindow)
public void update(org.robovm.apple.glkit.GLKViewController self)
update in interface org.robovm.apple.glkit.GLKViewControllerDelegatepublic void willPause(org.robovm.apple.glkit.GLKViewController self,
boolean paused)
willPause in interface org.robovm.apple.glkit.GLKViewControllerDelegatepublic void viewDidAppear(boolean animated)
viewDidAppear in class org.robovm.apple.uikit.UIViewControllerpublic void willRotate(org.robovm.apple.uikit.UIInterfaceOrientation toOrient,
double duration)
willRotate in class org.robovm.apple.uikit.UIViewControllerpublic void didRotate(org.robovm.apple.uikit.UIInterfaceOrientation fromOrient)
didRotate in class org.robovm.apple.uikit.UIViewControllerpublic org.robovm.apple.uikit.UIInterfaceOrientationMask getSupportedInterfaceOrientations()
getSupportedInterfaceOrientations in class org.robovm.apple.uikit.UIViewControllerpublic boolean shouldAutorotate()
shouldAutorotate in class org.robovm.apple.uikit.UIViewControllerpublic boolean shouldAutorotateToInterfaceOrientation(org.robovm.apple.uikit.UIInterfaceOrientation orientation)
Copyright © 2014. All Rights Reserved.