#include <ActiveQt/qaxbase.h>
Go to the source code of this file.
◆ qobject_cast< QAxObject * >() [1/2]
Definition at line 82 of file qaxobject.h.
85 void *result = o ?
const_cast<QObject *
>(o)->qt_metacast(
"QAxObject") : 0;
The QAxObject class provides a QObject that wraps a COM object.
The QObject class is the base class of all Qt objects.
◆ qobject_cast< QAxObject * >() [2/2]
Definition at line 92 of file qaxobject.h.
95 void *result = o ? o->qt_metacast(
"QAxObject") : 0;
The QAxObject class provides a QObject that wraps a COM object.