#import <AppImplCocoaRendererQuartz.h>
Public Member Functions | |
(id) | - initWithFrame:cinderView:app: |
(NSView *) | - view |
(NSBitmapImageRep *) | - getContents: |
(void) | - makeCurrentContext |
(void) | - flushBuffer |
(void) | - setFrameSize: |
(void) | - defaultResize |
(CGContextRef) | - getCGContextRef |
Protected Attributes | |
CGContextRef | currentRef |
NSView * | view |
NSGraphicsContext * | currentGraphicsContext |
cinder::app::App * | app |
- (id) initWithFrame: | (NSRect) | frame | ||
cinderView: | (NSView*) | aCinderView | ||
app: | (cinder::app::App*) | aApp | ||
- (NSView*) view |
- (NSBitmapImageRep *) getContents: | (cinder::Area) | area |
- (void) makeCurrentContext |
- (void) flushBuffer |
- (void) setFrameSize: | (CGSize) | newSize |
- (void) defaultResize |
- (CGContextRef) getCGContextRef |
- (CGContextRef) currentRef [protected] |
- (NSView *) view [protected] |
- (NSGraphicsContext*) currentGraphicsContext [protected] |
- cinder: [protected] |