#import <AppImplCocoaGLView.h>
Inherits <AppImplCocoaView>.
Public Member Functions | |
(id) | - initWithFrame:app:impl: |
(void) | - setupSharedContext |
(void) | - setImpl: |
(void) | - setShouldReshape: |
(void) | - makeCurrentContext |
(NSOpenGLContext *) | - openGLContext |
(NSOpenGLPixelFormat *) | - openGLPixelFormat |
(void) | - reshape |
(void) | - defaultResize |
Protected Attributes | |
fli::app::App * | mApp |
AppImplCocoa * | theImpl |
NSOpenGLContext * | context |
BOOL | mShouldReshape |
- (id) initWithFrame: | (NSRect) | frame | |
app: | (fli::app::App *) | aApp | |
impl: | (AppImplCocoa *) | aImpl | |
Reimplemented from <AppImplCocoaView>.
- (void) setupSharedContext |
- (void) setImpl: | (AppImplCocoa *) | aImpl |
- (void) setShouldReshape: | (BOOL) | aShouldReshape |
Reimplemented from <AppImplCocoaView>.
- (void) makeCurrentContext |
Reimplemented from <AppImplCocoaView>.
- (NSOpenGLContext *) openGLContext |
Reimplemented from <AppImplCocoaView>.
- (NSOpenGLPixelFormat *) openGLPixelFormat |
Reimplemented from <AppImplCocoaView>.
- (void) reshape |
Reimplemented from <AppImplCocoaView>.
- (void) defaultResize |
Reimplemented from <AppImplCocoaView>.
- fli: [protected] |
- (AppImplCocoa*) theImpl [protected] |
- (NSOpenGLContext*) context [protected] |
- (BOOL) mShouldReshape [protected] |