#include <cppimport.h>
◆ CppImport()
◆ ~CppImport()
CppImport::~CppImport |
( |
| ) |
|
|
virtual |
◆ feedTheModel()
void CppImport::feedTheModel |
( |
const QString & |
fileName | ) |
|
|
private |
Auxiliary method for recursively traversing the #include dependencies in order to feed innermost includes to the model before dependent includes. It is important that includefiles are fed to the model in proper order so that references between UML objects are created properly.
- Parameters
-
fileName | the file to import |
◆ initialize()
void CppImport::initialize |
( |
| ) |
|
|
protectedvirtual |
◆ initPerFile()
void CppImport::initPerFile |
( |
| ) |
|
|
protectedvirtual |
◆ parseFile()
bool CppImport::parseFile |
( |
const QString & |
fileName | ) |
|
|
protectedvirtual |
Import a single file.
- Parameters
-
fileName | The file to import. |
Implements ClassImport.
◆ ms_driver
◆ ms_seenFiles
QStringList CppImport::ms_seenFiles |
|
staticprivate |
The documentation for this class was generated from the following files: