Cinder  0.9.1
Instance Methods | Properties | List of all members
CinderViewMac Class Reference

#import <CinderViewMac.h>

Inherits NSView.

Instance Methods

(CinderViewMac *) - initWithFrame:renderer:sharedRenderer:appReceivesEvents:highDensityDisplay:enableMultiTouch:
 
(void) - setupRendererWithFrame:renderer:sharedRenderer:
 
(void) - setDelegate:
 
(BOOL- isFullScreen
 
(void) - setFullScreen:options:
 
(void) - draw
 
(void) - makeCurrentContext
 
(void) - applicationWillResignActive:
 
(cinder::app::RendererRef- getRenderer
 
(uint32_t) - addTouchToMap:withPoint:
 
(void) - removeTouchFromMap:
 
(std::pair< uint32_t, cinder::vec2 >) - updateTouch:withPoint:
 
(void) - updateActiveTouches:
 
(const std::vector< cinder::app::TouchEvent::Touch > &) - getActiveTouches
 
(float) - contentScaleFactor
 

Properties

BOOL readyToDraw
 
BOOL receivesEvents
 

Method Documentation

- (CinderViewMac *) initWithFrame: (NSRect)  frame
renderer: (cinder::app::RendererRef renderer
sharedRenderer: (cinder::app::RendererRef sharedRenderer
appReceivesEvents: (BOOL appReceivesEvents
highDensityDisplay: (BOOL highDensityDisplay
enableMultiTouch: (BOOL enableMultiTouch 
- (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) draw
- (void) makeCurrentContext
- (void) applicationWillResignActive: (NSNotification *)  aNotification
- app:
- (uint32_t) addTouchToMap: (NSTouch *)  touch
withPoint: (cinder::vec2)  point 
- (void) removeTouchFromMap: (NSTouch *)  touch
- (pair< uint32_t,) cinder: (NSTouch *)  touch
withPoint: (cinder::vec2)  point 
- (void) updateActiveTouches: (NSEvent *)  event
- (const vector<) cinder:
- (float) contentScaleFactor

Property Documentation

- (BOOL) readyToDraw
readwriteatomicassign
- (BOOL) receivesEvents
readwriteatomicassign

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