PythonQt
|
#include <PythonQtImporter.h>
Public Member Functions | |
ModuleInfo () | |
Public Attributes | |
QString | fullPath |
the full path to the found file More... | |
QString | moduleName |
the module name without the package prefix More... | |
ModuleType | type |
Definition at line 78 of file PythonQtImporter.h.
|
inline |
Definition at line 79 of file PythonQtImporter.h.
References PythonQtImport::MI_NOT_FOUND, and type.
QString PythonQtImport::ModuleInfo::fullPath |
the full path to the found file
Definition at line 82 of file PythonQtImporter.h.
QString PythonQtImport::ModuleInfo::moduleName |
the module name without the package prefix
Definition at line 83 of file PythonQtImporter.h.
ModuleType PythonQtImport::ModuleInfo::type |
Definition at line 84 of file PythonQtImporter.h.
Referenced by ModuleInfo().