#import <AppImplCocoaCinderView.h>
Public Member Functions | |
(id) | - init: |
(void) | - launchApplication: |
(void) | - startAnimationTimer |
(void) | - quit |
(int) | - getWindowWidth |
(void) | - setWindowWidth: |
(int) | - getWindowHeight |
(void) | - setWindowHeight: |
(void) | - setWindowSizeWithWidth:height: |
(void) | - reflectWindowSizeWithWidth:height: |
(void) | - defaultResize |
(CGPoint) | - mouseLocation |
(float) | - getFrameRate |
(void) | - setFrameRate: |
(bool) | - isFullScreen |
(void) | - enterFullScreen |
(void) | - exitFullScreen |
(std::string) | - getAppPath |
(double) | - getElapsedSeconds |
Protected Attributes | |
CinderView * | cinderView |
NSTimer * | animationTimer |
class cinder::app::AppCinderView * | app |
BOOL | isCurrentlyFullScreen |
CFAbsoluteTime | mStartTime |
BOOL | mUpdated |
int | mWindowWidth |
int | mWindowHeight |
float | mFrameRate |
- (id) init: | (cinder::app::AppCinderView *) | aApp |
- (void) launchApplication: | (CinderView *) | aCinderView |
- (void) startAnimationTimer |
- (void) quit |
- (int) getWindowWidth |
- (void) setWindowWidth: | (int) | windowWidth |
- (int) getWindowHeight |
- (void) setWindowHeight: | (int) | windowHeight |
- (void) setWindowSizeWithWidth: | (int) | w | ||
height: | (int) | h | ||
- (void) reflectWindowSizeWithWidth: | (int) | w | ||
height: | (int) | h | ||
- (void) defaultResize |
- (CGPoint) mouseLocation |
- (float) getFrameRate |
- (void) setFrameRate: | (float) | frameRate |
- (bool) isFullScreen |
- (void) enterFullScreen |
- (void) exitFullScreen |
- std: |
- (double) getElapsedSeconds |
- (CinderView*) cinderView [protected] |
- (NSTimer*) animationTimer [protected] |
- (class) app: [protected] |
- (BOOL) isCurrentlyFullScreen [protected] |
- (CFAbsoluteTime) mStartTime [protected] |
- (BOOL) mUpdated [protected] |
- (int) mWindowWidth [protected] |
- (int) mWindowHeight [protected] |
- (float) mFrameRate [protected] |