#import <Window.h>
Inherited by WindowImplBasicCocoa, WindowImplCocoaScreenSaver, WindowImplCocoaTouch, and WindowImplCocoaView.
Public Member Functions | |
| (BOOL) | - isFullScreen |
| (void) | - setFullScreen:options: |
| (cinder::Vec2i) | - getSize |
| (void) | - setSize: |
| (cinder::Vec2i) | - getPos |
| (void) | - setPos: |
| (float) | - getContentScale |
| (void) | - close |
| (NSString *) | - getTitle |
| (void) | - setTitle: |
| (BOOL) | - isBorderless |
| (void) | - setBorderless: |
| (BOOL) | - isAlwaysOnTop |
| (void) | - setAlwaysOnTop: |
| (void) | - hide |
| (void) | - show |
| (BOOL) | - isHidden |
| (cinder::DisplayRef) | - getDisplay |
| (cinder::app::RendererRef) | - getRenderer |
| (const std::vector < cinder::app::TouchEvent::Touch > &) | - getActiveTouches |
| (void *) | - getNative |
| (UIViewController *) | - getNativeViewController |
| - (BOOL) isFullScreen | [required] |
| - (void) setFullScreen: | (BOOL) | fullScreen | |
| options: | (const cinder::app::FullScreenOptions *) | options | |
[required] |
| - cinder: | [required] |
| - (void) setSize: | (cinder::Vec2i) | size | [required] |
| - cinder: | [required] |
| - (void) setPos: | (cinder::Vec2i) | pos | [required] |
| - (float) getContentScale | [required] |
| - (void) close | [required] |
| - (NSString *) getTitle | [required] |
| - (void) setTitle: | (NSString *) | title | [required] |
| - (BOOL) isBorderless | [required] |
| - (void) setBorderless: | (BOOL) | borderless | [required] |
| - (BOOL) isAlwaysOnTop | [required] |
| - (void) setAlwaysOnTop: | (BOOL) | alwaysOnTop | [required] |
| - (void) hide | [required] |
| - (void) show | [required] |
| - (BOOL) isHidden | [required] |
| - cinder: | [required] |
| - cinder: | [required] |
| - (const vector<)cinder: | [required] |
| - (void*) getNative | [required] |
| - (UIViewController *) getNativeViewController | [required] |