![]() |
Cinder
0.9.1
|
#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::AppCocoaTouch * | mApp |
id< CinderViewCocoaTouchDelegate > | mDelegate |
cinder::app::RendererRef | mRenderer |
std::map< UITouch *, uint32_t > | mTouchIdMap |
std::vector< cinder::app::TouchEvent::Touch > | mActiveTouches |
- (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: |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |