#import <CinderView.h>
Instance Methods | |
(id) | - initWithFrame:app:renderer:sharedRenderer: |
(void) | - setupRendererWithFrame:renderer:sharedRenderer: |
(void) | - setDelegate: |
(BOOL) | - isFullScreen |
(void) | - setFullScreen:options: |
(void) | - draw |
(void) | - makeCurrentContext |
(void) | - setApp: |
(void) | - applicationWillResignActive: |
(cinder::app::RendererRef) | - getRenderer |
(uint32_t) | - addTouchToMap:withPoint: |
(void) | - removeTouchFromMap: |
(std::pair< uint32_t, cinder::Vec2f >) | - updateTouch:withPoint: |
(void) | - updateActiveTouches: |
(const std::vector < cinder::app::TouchEvent::Touch > &) | - getActiveTouches |
(float) | - contentScaleFactor |
Properties | |
BOOL | readyToDraw |
BOOL | receivesEvents |
- (id) initWithFrame: | (NSRect) | frame | |
app: | (cinder::app::App*) | aApp | |
renderer: | (cinder::app::RendererRef) | aRenderer | |
sharedRenderer: | (cinder::app::RendererRef) | sharedRenderer | |
- (void) setupRendererWithFrame: | (NSRect) | frame | |
renderer: | (cinder::app::RendererRef) | renderer | |
sharedRenderer: | (cinder::app::RendererRef) | sharedRenderer | |
- (void) setDelegate: | (id<CinderViewDelegate>) | delegate |
- (BOOL) isFullScreen |
- (void) setFullScreen: | (BOOL) | fullScreen | |
options: | (const cinder::app::FullScreenOptions *) | options | |
- (void) makeCurrentContext |
- (void) setApp: | (cinder::app::App *) | aApp |
- (void) applicationWillResignActive: | (NSNotification *) | aNotification |
- app: |
- (uint32_t) addTouchToMap: | (NSTouch *) | touch | |
withPoint: | (cinder::Vec2f) | point | |
- (void) removeTouchFromMap: | (NSTouch *) | touch |
- (pair< uint32_t,) cinder: | (NSTouch *) | touch | |
withPoint: | (cinder::Vec2f) | point | |
- (void) updateActiveTouches: | (NSEvent *) | event |
- (const vector<) cinder: |
- (float) contentScaleFactor |
|
readwriteatomicassign |
|
readwriteatomicassign |