The QDjangoScript class provides static methods for making models scriptable.  
 More...
#include <QDjangoScript.h>
|  | 
| template<class T > | 
| static void | registerModel (QScriptEngine *engine) | 
|  | 
| static void | registerWhere (QScriptEngine *engine) | 
|  | 
The QDjangoScript class provides static methods for making models scriptable. 
template<class T > 
      
        
          | void QDjangoScript::registerModel | ( | QScriptEngine * | engine) |  |  | 
      
 
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: