Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Instance Methods | Properties | List of all members
CinderView Class Reference

#import <CinderView.h>

Inheritance diagram for CinderView:
[legend]

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
 

Method Documentation

- (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) draw
- (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

Property Documentation

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

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