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

#import <CinderViewCocoaTouch.h>

Inheritance diagram for CinderViewCocoaTouch:
[legend]

Instance Methods

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

Protected Attributes

ci::app::AppCocoaTouch * mApp
 
id< CinderViewCocoaTouchDelegatemDelegate
 
ci::app::RendererRef mRenderer
 
std::map< UITouch *, uint32_t > mTouchIdMap
 
std::vector
< cinder::app::TouchEvent::Touch
mActiveTouches
 

Method Documentation

- (id) initWithFrame: (CGRect)  frame
app: (cinder::app::AppCocoaTouch *)  app
renderer: (cinder::app::RendererRef renderer
sharedRenderer: (cinder::app::RendererRef sharedRenderer
contentScale: (float)  contentScale 
- (void) setDelegate: (id<CinderViewCocoaTouchDelegate>)  delegate
- app:
- (void) drawView
- (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<) cinder:

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: