The QDjangoScript class provides static methods for making models scriptable.
More...
#include <QDjangoScript.h>
The QDjangoScript class provides static methods for making models scriptable.
template<class T >
void QDjangoScript::registerModel |
( |
QScriptEngine * |
engine | ) |
|
|
static |
Makes a QDjangoModel class available to the given QScriptEngine.
- Parameters
-
void QDjangoScript::registerWhere |
( |
QScriptEngine * |
engine | ) |
|
|
static |
Makes the QDjangoWhere class available to the given QScriptEngine.
- Parameters
-
The documentation for this class was generated from the following files: