umbrello
2.30.80
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <idlimport.h>
Public Member Functions | |
IDLImport (CodeImpThread *thread=0) | |
virtual | ~IDLImport () |
bool | parseStmt () |
bool | parseFile (const QString &file) |
bool | preprocess (QString &line) |
void | fillSource (const QString &word) |
![]() | |
NativeImportBase (const QString &singleLineCommentIntro, CodeImpThread *thread=0) | |
virtual | ~NativeImportBase () |
![]() | |
ClassImport (CodeImpThread *thread=0) | |
virtual | ~ClassImport () |
bool | importFiles (const QStringList &fileNames) |
bool | importFile (const QString &fileName) |
void | setRootPath (const QString &path) |
bool | enabled () |
Protected Member Functions | |
QString | joinTypename () |
Check for split type names (e.g. unsigned long long) More... | |
![]() | |
void | initialize () |
void | setMultiLineComment (const QString &intro, const QString &end) |
void | setMultiLineAltComment (const QString &intro, const QString &end) |
virtual void | initVars () |
void | scan (const QString &line) |
virtual QStringList | split (const QString &line) |
void | skipStmt (const QString &until=QLatin1String(";")) |
bool | skipToClosing (QChar opener) |
QString | lookAhead () |
virtual QString | advance () |
void | pushScope (UMLPackage *p) |
UMLPackage * | popScope () |
UMLPackage * | currentScope () |
int | scopeIndex () |
![]() | |
virtual void | initPerFile () |
void | log (const QString &file, const QString &text) |
void | log (const QString &text) |
Protected Attributes | |
bool | m_isOneway |
bool | m_isReadonly |
bool | m_isAttribute |
![]() | |
QString | m_singleLineCommentIntro |
start token of a single line comment More... | |
QStringList | m_source |
the scanned lexemes More... | |
int | m_srcIndex |
used for indexing m_source More... | |
QList< UMLPackage * > | m_scope |
stack of scopes for use by the specific importer More... | |
UMLClassifier * | m_klass |
class currently being processed More... | |
Uml::Visibility::Enum | m_currentAccess |
current access (public/protected/private) More... | |
QString | m_comment |
intermediate accumulator for comment text More... | |
bool | m_inComment |
bool | m_isAbstract |
accumulator for abstractness More... | |
QString | m_multiLineCommentIntro |
multi line comment delimiter intro More... | |
QString | m_multiLineCommentEnd |
multi line comment delimiter end More... | |
QString | m_multiLineAltCommentIntro |
QString | m_multiLineAltCommentEnd |
![]() | |
CodeImpThread * | m_thread |
thread in which the work of importing is done More... | |
bool | m_enabled |
state of importer More... | |
QString | m_rootPath |
root path of import More... | |
Static Protected Attributes | |
static QString | m_preProcessor |
static QStringList | m_preProcessorArguments |
static bool | m_preProcessorChecked = false |
![]() | |
static QStringList | m_parsedFiles |
Additional Inherited Members | |
![]() | |
static ClassImport * | createImporterByFileExt (const QString &fileName, CodeImpThread *thread=0) |
CORBA IDL code import
|
explicit |
|
virtual |
|
virtual |
Implement abstract operation from NativeImportBase.
Implements NativeImportBase.
|
protected |
Check for split type names (e.g. unsigned long long)
|
virtual |
Reimplement operation from NativeImportBase. Need to do this because we use the external C preprocessor.
Reimplemented from NativeImportBase.
|
virtual |
Implement abstract operation from NativeImportBase.
Implements NativeImportBase.
|
virtual |
Override operation from NativeImportBase.
Override operation from NativeImportBase.
Reimplemented from NativeImportBase.
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
staticprotected |
|
staticprotected |