#include <juce_OpenGL_osx.h>
|
| MouseForwardingNSOpenGLViewClass () |
|
void | addIvar (const char *name) |
|
void | addMethod (SEL selector, FunctionType callbackFn, const char *signature) |
|
void | addMethod (SEL selector, FunctionType callbackFn, const char *sig1, const char *sig2) |
|
void | addMethod (SEL selector, FunctionType callbackFn, const char *sig1, const char *sig2, const char *sig3) |
|
void | addMethod (SEL selector, FunctionType callbackFn, const char *sig1, const char *sig2, const char *sig3, const char *sig4) |
|
void | addProtocol (Protocol *protocol) |
|
NSOpenGLView * | createInstance () const |
|
void | registerClass () |
|
◆ MouseForwardingNSOpenGLViewClass()
OpenGLContext::NativeContext::MouseForwardingNSOpenGLViewClass::MouseForwardingNSOpenGLViewClass |
( |
| ) |
|
|
inline |
◆ acceptsFirstMouse()
static BOOL OpenGLContext::NativeContext::MouseForwardingNSOpenGLViewClass::acceptsFirstMouse |
( |
id |
, |
|
|
SEL |
, |
|
|
NSEvent * |
|
|
) |
| |
|
inlinestaticprivate |
◆ addIvar()
void ObjCClass< NSOpenGLView >::addIvar |
( |
const char * |
name | ) |
|
|
inlineinherited |
◆ addMethod() [1/4]
void ObjCClass< NSOpenGLView >::addMethod |
( |
SEL |
selector, |
|
|
FunctionType |
callbackFn, |
|
|
const char * |
signature |
|
) |
| |
|
inlineinherited |
◆ addMethod() [2/4]
void ObjCClass< NSOpenGLView >::addMethod |
( |
SEL |
selector, |
|
|
FunctionType |
callbackFn, |
|
|
const char * |
sig1, |
|
|
const char * |
sig2 |
|
) |
| |
|
inlineinherited |
◆ addMethod() [3/4]
void ObjCClass< NSOpenGLView >::addMethod |
( |
SEL |
selector, |
|
|
FunctionType |
callbackFn, |
|
|
const char * |
sig1, |
|
|
const char * |
sig2, |
|
|
const char * |
sig3 |
|
) |
| |
|
inlineinherited |
◆ addMethod() [4/4]
void ObjCClass< NSOpenGLView >::addMethod |
( |
SEL |
selector, |
|
|
FunctionType |
callbackFn, |
|
|
const char * |
sig1, |
|
|
const char * |
sig2, |
|
|
const char * |
sig3, |
|
|
const char * |
sig4 |
|
) |
| |
|
inlineinherited |
◆ addProtocol()
void ObjCClass< NSOpenGLView >::addProtocol |
( |
Protocol * |
protocol | ) |
|
|
inlineinherited |
◆ createInstance()
NSOpenGLView * ObjCClass< NSOpenGLView >::createInstance |
( |
| ) |
const |
|
inlineinherited |
◆ getIvar()
static Type ObjCClass< NSOpenGLView >::getIvar |
( |
id |
self, |
|
|
const char * |
name |
|
) |
| |
|
inlinestaticinherited |
◆ registerClass()
void ObjCClass< NSOpenGLView >::registerClass |
( |
| ) |
|
|
inlineinherited |
◆ rightMouseDown()
static void OpenGLContext::NativeContext::MouseForwardingNSOpenGLViewClass::rightMouseDown |
( |
id |
self, |
|
|
SEL |
, |
|
|
NSEvent * |
ev |
|
) |
| |
|
inlinestaticprivate |
◆ rightMouseUp()
static void OpenGLContext::NativeContext::MouseForwardingNSOpenGLViewClass::rightMouseUp |
( |
id |
self, |
|
|
SEL |
, |
|
|
NSEvent * |
ev |
|
) |
| |
|
inlinestaticprivate |
◆ sendSuperclassMessage()
static id ObjCClass< NSOpenGLView >::sendSuperclassMessage |
( |
id |
self, |
|
|
SEL |
selector |
|
) |
| |
|
inlinestaticinherited |
◆ cls
The documentation for this struct was generated from the following file: