|
libqmlbind
A C library for creating QML bindings for other languages easily through exporting objects to QML
|
| qmlbind_application | Manages the GUI application's control flow and main settings |
| qmlbind_component | Encapsulates a QML component definition |
| qmlbind_engine | Provides an environment for instantiating QML components |
| qmlbind_iterator | Java-style iterator for the properties of qmlbind_values |
| qmlbind_metaclass | Defines an object type for use in QML type system |
| qmlbind_plugin | Loads a plugin at run-time |
| client_interface | All types in libqmlbind which are not implemented by libqmlbind but by the client using it |
| qmlbind_signal_emitter | Helper class to emit signals from qmlbind_client_object C objects |
| qmlbind_string | Acts as string wrapper for libqmlbind's api |
| qmlbind_value | Acts as a container for Qt/JavaScript data types |
1.8.11