cut  1.2.2-pre1
Namespaces | Enumerations | Functions
pythonutils.hpp File Reference
#include <QtCore/QStringList>

Go to the source code of this file.

Namespaces

 PythonUtils
 

Enumerations

enum  PythonUtils::AppLibTypes { PythonUtils::MainWindowType = 0, PythonUtils::StringType }
 
enum  PythonUtils::State { PythonUtils::PythonUninitialized, PythonUtils::PythonInitialized, PythonUtils::AppModuleLoaded }
 

Functions

State PythonUtils::init ()
 
bool PythonUtils::bindAppObject (const QString &moduleName, const QString &name, int index, QObject *o)
 
int PythonUtils::executePythonMethod ()
 
void * PythonUtils::toPyString (const QString &moduleName, const QString &name, const char *o)
 
const char * PythonUtils::fromPyString (const char *module, const char *var)
 
bool PythonUtils::runScript (const QStringList &script)