![]() |
Cinder
0.9.1
|
#import <AppImplCocoaTouch.h>
Inherits UIViewController, <WindowImplCocoa>, <CinderViewCocoaTouchDelegate>, <UIKeyInput>, and <UITextViewDelegate>.
Public Attributes | |
AppImplCocoaTouch * | mAppImpl |
UIWindow * | mUiWindow |
UIViewController * | mRootViewController |
CinderViewCocoaTouch * | mCinderView |
UITextView * | mKeyboardTextView |
cinder::app::WindowRef | mWindowRef |
cinder::DisplayRef | mDisplay |
cinder::ivec2 | mSize |
cinder::ivec2 | mPos |
bool | mResizeHasFired |
bool | mHidden |
bool | mKeyboardVisible |
bool | mKeyboardClosesOnReturn |
Properties | |
UITextView * | keyboardTextView |
- (void) loadView |
- (WindowImplCocoaTouch *) initWithFormat: | (const cinder::app::Window::Format &) | format | |
withAppImpl: | (AppImplCocoaTouch *) | appImpl | |
sharedRenderer: | (cinder::app::RendererRef) | sharedRenderer | |
- (void) finishLoad |
- (void) showKeyboard: | (const cinder::app::AppCocoaTouch::KeyboardOptions &) | options |
- (void) hideKeyboard |
- (bool) isKeyboardVisible |
- (void) setKeyboardString: | (const std::string *) | keyboardString |
- (void) keyboardWillShow: | (NSNotification *) | notification |
- (void) keyboardWillHide: | (NSNotification *) | notification |
- (bool) canBecomeFirstResponder |
- (void) insertText: | (NSString *) | text |
- (void) deleteBackward |
- (bool) isFullScreen |
- (void) setFullScreen: | (bool) | fullScreen | |
options: | (cinder::app::FullScreenOptions *) | options | |
- (ivec2) WindowImplCocoaTouch: |
- (void) setSize: | (cinder::ivec2) | size |
- (ivec2) WindowImplCocoaTouch: |
- (void) setPos: | (cinder::ivec2) | pos |
- (float) getContentScale |
- (void) close |
- (NSString *) getTitle |
- (bool) isBorderless |
- (void) setBorderless: | (bool) | borderless |
- (bool) isAlwaysOnTop |
- (void) setAlwaysOnTop: | (bool) | alwaysOnTop |
- (DisplayRef) WindowImplCocoaTouch: |
- app: |
- (void *) getNative |
- (const vector<)cinder: |
- (void) draw |
Reimplemented from <CinderViewCocoaTouchDelegate>.
- (void) mouseDown: | (cinder::app::MouseEvent *) | event |
Reimplemented from <CinderViewCocoaTouchDelegate>.
- (void) mouseDrag: | (cinder::app::MouseEvent *) | event |
Reimplemented from <CinderViewCocoaTouchDelegate>.
- (void) mouseUp: | (cinder::app::MouseEvent *) | event |
Reimplemented from <CinderViewCocoaTouchDelegate>.
- (void) keyDown: | (cinder::app::KeyEvent *) | event |
|
requiredinherited |
|
requiredinherited |
|
requiredinherited |
|
requiredinherited |
|
requiredinherited |
- (AppImplCocoaTouch*) mAppImpl |
- (UIWindow*) mUiWindow |
- (UIViewController*) mRootViewController |
- (CinderViewCocoaTouch*) mCinderView |
- (UITextView*) mKeyboardTextView |
- app: |
- (DisplayRef) WindowImplCocoaTouch: |
- (ivec2) WindowImplCocoaTouch: |
- (ivec2) WindowImplCocoaTouch: |
- (bool) mResizeHasFired |
- (bool) mHidden |
- (bool) mKeyboardVisible |
- (bool) mKeyboardClosesOnReturn |
|
readnonatomicassign |