![]() |
Qt 6.x
The Qt SDK
|
#include "qcocoaintrospection.h"
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE void | qt_cocoa_change_implementation (Class baseClass, SEL originalSel, Class proxyClass, SEL replacementSel, SEL backupSel) |
void | qt_cocoa_change_back_implementation (Class baseClass, SEL originalSel, SEL backupSel) |
void qt_cocoa_change_back_implementation | ( | Class | baseClass, |
SEL | originalSel, | ||
SEL | backupSel | ||
) |
Definition at line 66 of file qcocoaintrospection.mm.
Referenced by qt_resetNSApplicationSendEvent().
QT_BEGIN_NAMESPACE void qt_cocoa_change_implementation | ( | Class | baseClass, |
SEL | originalSel, | ||
Class | proxyClass, | ||
SEL | replacementSel, | ||
SEL | backupSel | ||
) |
Definition at line 42 of file qcocoaintrospection.mm.
Referenced by qt_redirectNSApplicationSendEvent().