Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qcocoaintrospection.h File Reference

(76d861f39f5d063a0e065c7e3646606ed6a3b9d1)

#include <qglobal.h>
#include <objc/objc-class.h>
Include dependency graph for qcocoaintrospection.h:
This graph shows which files directly or indirectly include this file:

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=nil, SEL backupSel=nil)
void qt_cocoa_change_back_implementation (Class baseClass, SEL originalSel, SEL backupSel)

Function Documentation

◆ qt_cocoa_change_back_implementation()

void qt_cocoa_change_back_implementation ( Class baseClass,
SEL originalSel,
SEL backupSel )

Definition at line 34 of file qcocoaintrospection.mm.

◆ qt_cocoa_change_implementation()

QT_BEGIN_NAMESPACE void qt_cocoa_change_implementation ( Class baseClass,
SEL originalSel,
Class proxyClass,
SEL replacementSel = nil,
SEL backupSel = nil )

Definition at line 10 of file qcocoaintrospection.mm.