|
FlightGear next
|
#include <FGQmlInstance.hxx>
Inherits QObject.
Public Member Functions | |
| FGQmlInstance (QObject *parent=nullptr) | |
| Q_INVOKABLE bool | command (QString name, QJSValue args) |
| Q_INVOKABLE FGQmlPropertyNode * | property (QString path, bool create=false) const |
| retrieve a property by its global path | |
Definition at line 11 of file FGQmlInstance.hxx.
|
explicit |
Definition at line 70 of file FGQmlInstance.cxx.
| bool FGQmlInstance::command | ( | QString | name, |
| QJSValue | args ) |
Definition at line 75 of file FGQmlInstance.cxx.
| FGQmlPropertyNode * FGQmlInstance::property | ( | QString | path, |
| bool | create = false ) const |
retrieve a property by its global path
Definition at line 97 of file FGQmlInstance.cxx.