12 #ifndef ROOT_ROOTOpenGLView
13 #define ROOT_ROOTOpenGLView
15 #ifndef ROOT_QuartzWindow
34 - (
id) initWithFrame : (NSRect) frameRect pixelFormat : (NSOpenGLPixelFormat *) format;
41 @property (nonatomic, retain) NSOpenGLContext *fOpenGLContext;
51 - (NSOpenGLPixelFormat *) pixelFormat;
52 - (
void) setPixelFormat : (NSOpenGLPixelFormat *) pixelFormat;
58 @property (nonatomic, assign) BOOL fUpdateContext;
60 - (BOOL) fIsOpenGLWidget;
67 - (
void) mapSubwindows;
68 - (
void) configureNotifyTree;
69 - (BOOL) fIsOverlapped;
70 - (
void) setOverlapped : (BOOL) overlap;
Namespace for new ROOT classes and functions.
bool GLViewIsValidDrawable(ROOTOpenGLView *glView)
NSOpenGLPixelFormat * fPixelFormat
NSOpenGLContext * fOpenGLContext
typedef void((*Func_t)())