![]() |
Cinder
0.9.1
|
#import <AppImplCocoaTouch.h>
Inherits NSObject.
Instance Methods | |
(AppImplCocoaTouch *) | - init:settings: |
(cinder::app::RendererRef) | - findSharedRenderer: |
(WindowImplCocoaTouch *) | - getDeviceWindow |
(cinder::app::WindowRef) | - createWindow: |
(void) | - setActiveWindow: |
(void) | - updatePowerManagement |
(void) | - setFrameRate: |
(void) | - showKeyboard: |
(bool) | - isKeyboardVisible |
(void) | - hideKeyboard |
(const std::string &) | - getKeyboardString |
(void) | - setKeyboardString: |
(UITextView *) | - getKeyboardTextView |
(void) | - showStatusBar: |
(void) | - hideStatusBar: |
(void) | - displayLinkDraw: |
(void) | - proximityStateChange: |
(void) | - batteryStateChange: |
(void) | - batteryLevelChange: |
(void) | - startAnimation |
(void) | - stopAnimation |
(cinder::app::InterfaceOrientation) | - convertInterfaceOrientation: |
Public Attributes | |
cinder::app::AppCocoaTouch * | mApp |
std::list< WindowImplCocoaTouch * > | mWindows |
WindowImplCocoaTouch * | mActiveWindow |
CADisplayLink * | mDisplayLink |
bool | mSetupHasFired |
bool | mUpdateHasFired |
bool | mAnimating |
NSInteger | mAnimationFrameInterval |
bool | mProximityStateIsClose |
bool | mIsUnplugged |
bool | mStatusBarShouldHide |
float | mBatteryLevel |
std::string | mKeyboardString |
- (AppImplCocoaTouch *) init: | (cinder::app::AppCocoaTouch *) | app | |
settings: | (const cinder::app::AppCocoaTouch::Settings &) | settings | |
- (RendererRef) findSharedRenderer: | (cinder::app::RendererRef) | match |
- (WindowImplCocoaTouch *) getDeviceWindow |
- (WindowRef) createWindow: | (cinder::app::Window::Format) | format |
- (void) setActiveWindow: | (WindowImplCocoaTouch *) | win |
- (void) updatePowerManagement |
- (void) setFrameRate: | (float) | frameRate |
- (void) showKeyboard: | (const cinder::app::AppCocoaTouch::KeyboardOptions &) | options |
- (bool) isKeyboardVisible |
- (void) hideKeyboard |
- (const string &) AppImplCocoaTouch: |
- (void) setKeyboardString: | (const std::string &) | keyboardString |
- (UITextView *) getKeyboardTextView |
- (void) showStatusBar: | (UIStatusBarAnimation) | anim |
- (void) hideStatusBar: | (UIStatusBarAnimation) | anim |
- (void) displayLinkDraw: | (id) | sender |
- (void) proximityStateChange: | (NSNotificationCenter *) | notification |
- (void) batteryStateChange: | (NSNotificationCenter *) | notification |
- (void) batteryLevelChange: | (NSNotificationCenter *) | notification |
- (void) startAnimation |
- (void) stopAnimation |
- (InterfaceOrientation) convertInterfaceOrientation: | (UIInterfaceOrientation) | orientation |
- app: |
- (list<WindowImplCocoaTouch*>) AppImplCocoaTouch: |
- (WindowImplCocoaTouch*) mActiveWindow |
- (CADisplayLink*) mDisplayLink |
- (bool) mSetupHasFired |
- (bool) mUpdateHasFired |
- (bool) mAnimating |
- (NSInteger) mAnimationFrameInterval |
- (bool) mProximityStateIsClose |
- (bool) mIsUnplugged |
- (bool) mStatusBarShouldHide |
- (float) mBatteryLevel |
- (string) AppImplCocoaTouch: |