Public Member Functions | Public Attributes | Properties
CinderView Class Reference

#import <CinderView.h>

List of all members.

Public Member Functions

(id) - initWithFrame:app:
(id) - initFullScreenWithApp:
(void) - setupRenderer:
(void) - draw
(void) - setup:
(void) - setApp:
(void) - applicationWillResignActive:
(void) - setMultiTouchDelegate:
(uint32_t) - addTouchToMap:withPoint:
(void) - removeTouchFromMap:
(std::pair< uint32_t, ci::Vec2f >) - updateTouch:withPoint:
(void) - updateActiveTouches:

Public Attributes

cinder::app::Appapp
BOOL stayFullScreen
NSMutableDictionary * mTouchIdMap
std::map< uint32_t, ci::Vec2f > mTouchPrevPointMap
id< CinderViewMultiTouchDelegatemMultiTouchDelegate

Properties

BOOL appSetupCalled
BOOL receivesEvents

Member Function Documentation

- (id) initWithFrame: (NSRect)  frame
app: (cinder::app::App*)  aApp 
- (void) setupRenderer: (NSRect)  frame
- (void) draw
- (void) setup: (cinder::app::App *)  aApp
- (void) setApp: (cinder::app::App *)  aApp
- (void) applicationWillResignActive: (NSNotification *)  aNotification
- (void) setMultiTouchDelegate: (id<CinderViewMultiTouchDelegate>)  multiTouchDelegate
- (uint32_t) addTouchToMap: (NSTouch *)  touch
withPoint: (ci::Vec2f)  point 
- (void) removeTouchFromMap: (NSTouch *)  touch
- std: (NSTouch *)  touch
withPoint: (ci::Vec2f)  point 
- (void) updateActiveTouches: (NSEvent *)  event

Member Data Documentation

- cinder:
- (BOOL) stayFullScreen
- (NSMutableDictionary*) mTouchIdMap
- std:

Property Documentation

- (BOOL) appSetupCalled [read, write, assign]
- (BOOL) receivesEvents [read, write, assign]

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