umbrello 25.07.80
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <phpimport.h>
Public Member Functions | |
PHPImport (CodeImpThread *thread=nullptr) | |
virtual | ~PHPImport () |
Public Member Functions inherited from ClassImport | |
ClassImport (CodeImpThread *thread=nullptr) | |
virtual | ~ClassImport () |
bool | importFiles (const QStringList &fileNames) |
bool | importFile (const QString &fileName) |
void | setRootPath (const QString &path) |
bool | enabled () const |
Protected Member Functions | |
void | initialize () |
void | initPerFile () |
bool | parseFile (const QString &fileName) |
Protected Member Functions inherited from ClassImport | |
void | log (const QString &file, const QString &text) |
void | log (const QString &text) |
Private Member Functions | |
void | feedTheModel (const QString &fileName) |
Private Attributes | |
PHPImportPrivate * | m_d |
Additional Inherited Members | |
Static Public Member Functions inherited from ClassImport | |
static ClassImport * | createImporterByFileExt (const QString &fileName, CodeImpThread *thread=nullptr) |
Protected Attributes inherited from ClassImport | |
CodeImpThread * | m_thread |
thread in which the work of importing is done | |
bool | m_enabled |
state of importer | |
QString | m_rootPath |
root path of import |
PHP code import
|
explicit |
Constructor.
|
virtual |
Destructor.
|
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.
fileName | the file to import |
|
protectedvirtual |
Implement abstract operation from ClassImport for PHP
Implements ClassImport.
|
protectedvirtual |
Implement abstract operation from ClassImport for PHP
Reimplemented from ClassImport.
|
protectedvirtual |
Import a single file.
fileName | The file to import. |
Implements ClassImport.
|
private |