#include "qaxobject.h"
#include <ActiveQt/qaxfactory.h>
#include <qt_windows.h>
Go to the source code of this file.
◆ qax_create_object_wrapper()
Definition at line 51 of file qaxscriptwrapper.cpp.
Referenced by QAxScriptManager::addObject(), and QAxScriptEngine::scriptLanguage().
53 IDispatch *dispatch = 0;
57 wrapper =
new QAxObject(dispatch,
object);
QAxFactory * qAxFactory()
QString objectName
the name of this object
The QAxObject class provides a QObject that wraps a COM object.
void setObjectName(const QString &name)
virtual bool createObjectWrapper(QObject *object, IDispatch **wrapper)
Reimplement this function to provide the COM object for object in wrapper.