3 # if defined(_WIN32) || defined(_WIN64) 4 # ifdef QMLBIND_LIBRARY 5 # define QMLBIND_API __declspec(dllexport) 7 # define QMLBIND_API __declspec(dllimport) 22 #ifdef QMLBIND_LIBRARY 29 class QJSValueIterator;
158 const char *name,
int argc,
const qmlbind_value *
const *argv);
an opaque struct mainly used as self argument in the methods defined in qmlbind_component.
Definition: qmlbind_global.h:61
an opaque struct mainly used as self argument in the methods defined in qmlbind_iterator.
Definition: qmlbind_global.h:65
struct qmlbind_client_callbacks qmlbind_client_callbacks
encapsulates client-side functions that are used from QML for C object creation, destruction, method calls and property modification.
an opaque struct mainly used as self argument in the methods defined in qmlbind_signal_emitter.
Definition: qmlbind_global.h:69
an opaque struct mainly used as self argument in the methods defined in qmlbind_value.
Definition: qmlbind_global.h:64
struct qmlbind_client_object qmlbind_client_object
an opaque struct to represent a client-side object exposed to the metaobject system to libqmlbind...
struct qmlbind_client_class qmlbind_client_class
an opaque struct to represent a client-side class object (a.k.a. metaclass) to libqmlbind.
an opaque struct to represent a client-side class object (a.k.a. metaclass) to libqmlbind.
Definition: qmlbind_global.h:114
an opaque struct to be used as self argument in the methods defined in qmlbind_application.
Definition: qmlbind_global.h:58
encapsulates client-side functions that are used from QML for C object creation, destruction, method calls and property modification.
Definition: qmlbind_global.h:126
an opaque struct to represent a client-side object exposed to the metaobject system to libqmlbind...
Definition: qmlbind_global.h:96
an opaque struct mainly used as self argument in the methods defined in qmlbind_engine.
Definition: qmlbind_global.h:60
an opaque struct mainly used as self argument in the methods defined in qmlbind_string.
Definition: qmlbind_global.h:66
an opaque struct mainly used as self argument in the methods defined in qmlbind_plugin.
Definition: qmlbind_global.h:62