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