SourceForge.net Logo
Public Member Functions | Public Attributes

PythonQtImport::ModuleInfo Struct Reference

#include <PythonQtImporter.h>

List of all members.

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

Detailed Description

Definition at line 77 of file PythonQtImporter.h.


Constructor & Destructor Documentation

PythonQtImport::ModuleInfo::ModuleInfo (  )  [inline]

Definition at line 78 of file PythonQtImporter.h.

References type.

                 {
      type  = MI_NOT_FOUND;
    }


Member Data Documentation

the full path to the found file

Definition at line 81 of file PythonQtImporter.h.

the module name without the package prefix

Definition at line 82 of file PythonQtImporter.h.

Definition at line 83 of file PythonQtImporter.h.

Referenced by ModuleInfo().


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