|
Slicer
4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Base/QTGUI/qSlicerPythonManager.h>


Public Types | |
| typedef qSlicerCorePythonManager | Superclass |
Public Types inherited from qSlicerCorePythonManager | |
| typedef ctkAbstractPythonManager | Superclass |
Public Member Functions | |
| qSlicerPythonManager (QObject *parent=0) | |
| ~qSlicerPythonManager () | |
Public Member Functions inherited from qSlicerCorePythonManager | |
| void | addVTKObjectToPythonMain (const QString &name, vtkObject *object) |
| Convenient function allowing to add a VTK object to the interpreter main module. More... | |
| void | appendPythonPath (const QString &path) |
| void | appendPythonPaths (const QStringList &paths) |
| Append paths to sys.path. More... | |
| virtual QStringList | pythonPaths () |
| List of directories containing Python modules. More... | |
| qSlicerCorePythonManager (QObject *parent=0) | |
| ~qSlicerCorePythonManager () | |
Protected Member Functions | |
| virtual void | executeInitializationScripts () |
| virtual void | preInitialization () |
Additional Inherited Members | |
Protected Attributes inherited from qSlicerCorePythonManager | |
| ctkVTKPythonQtWrapperFactory * | Factory |
Definition at line 22 of file qSlicerPythonManager.h.
Definition at line 27 of file qSlicerPythonManager.h.
| qSlicerPythonManager::qSlicerPythonManager | ( | QObject * | parent = 0 | ) |
| qSlicerPythonManager::~qSlicerPythonManager | ( | ) |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from qSlicerCorePythonManager.
1.8.13