|
PythonQt
|
#include <PythonQtImporter.h>
Public Member Functions | |
| ModuleInfo () | |
Public Attributes | |
| QString | fullPath |
| the full path to the found file | |
| QString | moduleName |
| the module name without the package prefix | |
| ModuleType | type |
Definition at line 71 of file PythonQtImporter.h.
|
inline |
Definition at line 72 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 73 of file PythonQtImporter.h.
| QString PythonQtImport::ModuleInfo::moduleName |
the module name without the package prefix
Definition at line 74 of file PythonQtImporter.h.
| ModuleType PythonQtImport::ModuleInfo::type |
Definition at line 75 of file PythonQtImporter.h.
Referenced by ModuleInfo().