Public Member Functions | Protected Attributes
AppImplCocoaCinderView Class Reference

#import <AppImplCocoaCinderView.h>

List of all members.

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

CinderViewcinderView
NSTimer * animationTimer
class cinder::app::AppCinderView * app
BOOL isCurrentlyFullScreen
CFAbsoluteTime mStartTime
BOOL mUpdated
int mWindowWidth
int mWindowHeight
float mFrameRate

Member Function Documentation

- (id) init: (cinder::app::AppCinderView *)  aApp
- (void) launchApplication: (CinderView *)  aCinderView
- (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

Member Data Documentation

- (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]

The documentation for this class was generated from the following files: