|
LMMS
|
#include <juce_mac_ObjCHelpers.h>
Public Member Functions | |
| ObjCLifetimeManagedClass () | |
| Public Member Functions inherited from juce::ObjCClass< NSObject > | |
| ObjCClass (const char *nameRoot) | |
| ~ObjCClass () | |
| void | registerClass () |
| NSObject * | createInstance () const |
| void | addIvar (const char *name) |
| void | addMethod (SEL selector, Result(*callbackFn)(id, SEL, Args...)) |
| void | addProtocol (Protocol *protocol) |
Static Public Member Functions | |
| static id | initWithJuceObject (id _self, SEL, JuceClass *obj) |
| static void | dealloc (id _self, SEL) |
| Static Public Member Functions inherited from juce::ObjCClass< NSObject > | |
| static ReturnType | sendSuperclassMessage (id self, SEL sel, Params... params) |
Static Public Attributes | |
| static ObjCLifetimeManagedClass | objCLifetimeManagedClass |
Additional Inherited Members | |
| Public Attributes inherited from juce::ObjCClass< NSObject > | |
| Class | cls |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
static |