Cinder  0.9.1
Instance Methods | Protected Attributes | List of all members
CinderViewCocoaTouch Class Reference

#import <CinderViewCocoaTouch.h>

Inherits UIView.

Instance Methods

(CinderViewCocoaTouch *) - initWithFrame:app:renderer:sharedRenderer:
 
(void) - setDelegate:
 
(cinder::app::RendererRef- getRenderer
 
(void) - drawView
 
(void) - makeCurrentContext
 
(uint32_t) - addTouchToMap:
 
(void) - removeTouchFromMap:
 
(uint32_t) - findTouchInMap:
 
(void) - updateActiveTouches
 
(void) - touchesBegan:withEvent:
 
(const std::vector< cinder::app::TouchEvent::Touch > &) - getActiveTouches
 

Protected Attributes

cinder::app::AppCocoaTouchmApp
 
id< CinderViewCocoaTouchDelegatemDelegate
 
cinder::app::RendererRef mRenderer
 
std::map< UITouch *, uint32_t > mTouchIdMap
 
std::vector< cinder::app::TouchEvent::TouchmActiveTouches
 

Method Documentation

- (CinderViewCocoaTouch *) initWithFrame: (CGRect)  frame
app: (cinder::app::AppCocoaTouch *)  app
renderer: (cinder::app::RendererRef renderer
sharedRenderer: (cinder::app::RendererRef sharedRenderer 
- (void) setDelegate: (id<CinderViewCocoaTouchDelegate>)  delegate
- (RendererRef) getRenderer
- (void) drawView
- (void) makeCurrentContext
- (uint32_t) addTouchToMap: (UITouch *)  touch
- (void) removeTouchFromMap: (UITouch *)  touch
- (uint32_t) findTouchInMap: (UITouch *)  touch
- (void) updateActiveTouches
- (void) touchesBegan: (NSSet*)  touches
withEvent: (UIEvent *)  event 
- (const vector<) TouchEvent:

Member Data Documentation

- app:
protected
- (id<CinderViewCocoaTouchDelegate>) mDelegate
protected
- app:
protected
- (map<UITouch*,uint32_t>) CinderViewCocoaTouch:
protected
- (vector<)cinder:
protected

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