PythonQt
Public Member Functions | Public Attributes | List of all members
PythonQtImport::ModuleInfo Struct Reference

#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
 

Detailed Description

Definition at line 78 of file PythonQtImporter.h.

Constructor & Destructor Documentation

◆ ModuleInfo()

PythonQtImport::ModuleInfo::ModuleInfo ( )
inline

Definition at line 79 of file PythonQtImporter.h.

79  {
81  }

References PythonQtImport::MI_NOT_FOUND, and type.

Member Data Documentation

◆ fullPath

QString PythonQtImport::ModuleInfo::fullPath

the full path to the found file

Definition at line 82 of file PythonQtImporter.h.

◆ moduleName

QString PythonQtImport::ModuleInfo::moduleName

the module name without the package prefix

Definition at line 83 of file PythonQtImporter.h.

◆ type

ModuleType PythonQtImport::ModuleInfo::type

Definition at line 84 of file PythonQtImporter.h.

Referenced by ModuleInfo().


The documentation for this struct was generated from the following file: