|
cut
1.2.2-pre1
|
Enumerations | |
| enum | AppLibTypes { MainWindowType = 0, StringType } |
| enum | State { PythonUninitialized, PythonInitialized, AppModuleLoaded } |
Functions | |
| State | init () |
| bool | bindAppObject (const QString &moduleName, const QString &name, int index, QObject *o) |
| int | executePythonMethod () |
| void * | toPyString (const QString &moduleName, const QString &name, const char *o) |
| const char * | fromPyString (const char *module, const char *var) |
| bool | runScript (const QStringList &script) |
| enum PythonUtils::State |
| bool PythonUtils::bindAppObject | ( | const QString & | moduleName, |
| const QString & | name, | ||
| int | index, | ||
| QObject * | o | ||
| ) |
| int PythonUtils::executePythonMethod | ( | ) |
| const char * PythonUtils::fromPyString | ( | const char * | module, |
| const char * | var | ||
| ) |
| State PythonUtils::init | ( | ) |
| bool PythonUtils::runScript | ( | const QStringList & | script | ) |
| void * PythonUtils::toPyString | ( | const QString & | moduleName, |
| const QString & | name, | ||
| const char * | o | ||
| ) |