umbrello  2.35.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
import_rose.h
Go to the documentation of this file.
1 /*
2  SPDX-License-Identifier: GPL-2.0-or-later
3  SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4 */
5 
6 #ifndef IMPORT_ROSE__H
7 #define IMPORT_ROSE__H
8 
9 #include <QFile>
10 
11 class UMLPackage;
12 
19 namespace Import_Rose {
20 
21  UMLPackage* loadFromMDL(QFile & file, UMLPackage *parentPkg = 0);
22 
23  QString mdlPath();
24 
25 }
26 
27 #endif
Import_Rose::nClosures
uint nClosures
Definition: import_rose.cpp:45
Import_Rose::methodName
void methodName(const QString &m)
Definition: import_rose.cpp:57
PetalNode::name
QString name() const
Definition: petalnode.cpp:88
DEBUG_REGISTER
#define DEBUG_REGISTER(src)
Definition: debug_utils.h:129
Import_Rose::petalTree2Uml
UMLPackage * petalTree2Uml(PetalNode *root, UMLPackage *parentPkg)
Definition: petaltree2uml.cpp:1389
logDebug1
#define logDebug1(s, a)
Definition: uml.h:541
PetalNode::setInitialArgs
void setInitialArgs(const QStringList &args)
Definition: petalnode.cpp:131
Uml::ProgrammingLanguage::Enum
Enum
Definition: basictypes.h:291
Import_Rose::importView
bool importView(PetalNode *root, UMLPackage *parent, const QString &rootName, const QString &modelsName, const QString &firstNodeName, const QString &presentationsName)
Definition: petaltree2uml.cpp:1314
petalnode.h
Import_Rose::g_methodName
QString g_methodName
Definition: import_rose.cpp:55
Import_Rose::readAttributes
PetalNode * readAttributes(QStringList initialArgs, QTextStream &stream)
Definition: import_rose.cpp:285
Import_Rose::progLang
Uml::ProgrammingLanguage::Enum progLang
Definition: import_rose.cpp:43
Uml::ProgrammingLanguage::Java
@ Java
Definition: basictypes.h:298
PetalNode
Definition: petalnode.h:34
Uml::ProgrammingLanguage::Reserved
@ Reserved
Definition: basictypes.h:312
Uml::ModelType::Logical
@ Logical
Definition: basictypes.h:28
PetalNode::NameValueList
QList< NameValue > NameValueList
Definition: petalnode.h:51
logError1
#define logError1(s, a)
Definition: uml.h:545
Import_Rose::dirPrefix
QString dirPrefix
Definition: import_rose.cpp:37
PetalNode::NodeType
NodeType
Definition: petalnode.h:53
PetalNode::NameValue
QPair< QString, StringOrNode > NameValue
Definition: petalnode.h:50
Uml::ProgrammingLanguage::IDL
@ IDL
Definition: basictypes.h:297
import_utils.h
Import_Rose::scan
QStringList scan(const QString &lin)
Definition: import_rose.cpp:79
Import_Rose::shift
QString shift(QStringList &l)
Definition: import_rose.cpp:118
Import_Rose::checkClosing
bool checkClosing(QStringList &tokens)
Definition: import_rose.cpp:128
Uml::ModelType::Deployment
@ Deployment
Definition: basictypes.h:31
Import_Rose::mdlPath
QString mdlPath()
Definition: import_rose.cpp:62
Uml::ProgrammingLanguage::toString
QString toString(Enum item)
Definition: basictypes.cpp:912
Import_Rose::linum
uint linum
Definition: import_rose.cpp:54
PetalNode::StringOrNode
Definition: petalnode.h:43
UMLDoc::rootFolder
UMLFolder * rootFolder(Uml::ModelType::Enum mt) const
Definition: umldoc.cpp:3264
UMLApp::setGenerator
void setGenerator(CodeGenerator *gen, bool giveWarning=true)
number
it is up to the author donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License If the distribution and or use of the Library is restricted in certain countries either by patents or by copyrighted the original copyright holder who places the Library under this License may add an geographical distribution limitation excluding those so that distribution is permitted only in or among countries not thus excluded In such this License incorporates the limitation as if written in the body of this License The Free Software Foundation may publish revised and or new versions of the Library General Public License from time to time Such new versions will be similar in spirit to the present but may differ in detail to address new problems or concerns Each version is given a distinguishing version number If the Library specifies a version number of this License which applies to it and any later you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation If the Library does not specify a license version number
Definition: LGPL-2.0-only.txt:368
a
QString a
Definition: petalnode.cpp:13
Uml::ModelType::Component
@ Component
Definition: basictypes.h:30
folder.h
Import_Rose::collectVerbatimText
QString collectVerbatimText(QTextStream &stream)
Definition: import_rose.cpp:194
Uml::ProgrammingLanguage::Ada
@ Ada
Definition: basictypes.h:293
Uml::ProgrammingLanguage::Cpp
@ Cpp
Definition: basictypes.h:294
PetalNode::setAttributes
void setAttributes(NameValueList vl)
Definition: petalnode.cpp:136
c
type show c for details The hypothetical commands show w and show c should show the appropriate parts of the General Public License Of the commands you use may be called something other than show w and show c
Definition: GPL-2.0-only.txt:301
import_rose.h
UMLApp::app
static UMLApp * app()
Definition: uml.cpp:349
PetalNode::nt_object
@ nt_object
Definition: petalnode.h:53
UMLDoc
Definition: umldoc.h:69
Import_Utils::assignUniqueIdOnCreation
void assignUniqueIdOnCreation(bool yesno)
Definition: import_utils.cpp:101
Import_Rose::loadFromMDL
UMLPackage * loadFromMDL(QFile &file, UMLPackage *parentPkg)
Definition: import_rose.cpp:413
UMLDoc::setCurrentRoot
void setCurrentRoot(Uml::ModelType::Enum rootType)
Definition: umldoc.cpp:1926
Import_Rose::isImmediateValue
bool isImmediateValue(QString s)
Definition: import_rose.cpp:151
PetalNode::nt_list
@ nt_list
Definition: petalnode.h:53
uml.h
debug_utils.h
Uml::ModelType::UseCase
@ UseCase
Definition: basictypes.h:29
PetalNode::StringOrNode::string
QString string
Definition: petalnode.h:44
PetalNode::StringOrNode::node
PetalNode * node
Definition: petalnode.h:45
Import_Rose::extractValue
QString extractValue(QStringList &l, QTextStream &stream)
Definition: import_rose.cpp:248
petaltree2uml.h
Import_Rose::loc
QString loc()
Definition: import_rose.cpp:70
Import_Rose::extractImmediateValues
QString extractImmediateValues(QStringList &l)
Definition: import_rose.cpp:168
logWarn2
#define logWarn2(s, a, b)
Definition: uml.h:550
UMLApp::document
UMLDoc * document() const
Definition: uml.cpp:1139
umldoc.h
UMLDoc::resolveTypes
void resolveTypes()
Definition: umldoc.cpp:2551
SETCODEC
#define SETCODEC(str)
Definition: import_rose.cpp:403
Import_Rose
Definition: import_rose.cpp:31
language
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two distribute and or modify the software for each author s protection and we want to make certain that everyone understands that there is no warranty for this free software If the software is modified by someone else and passed we want its recipients to know that what they have is not the so that any problems introduced by others will not reflect on the original authors reputations any free program is threatened constantly by software patents We wish to avoid the danger that redistributors of a free program will individually obtain patent in effect making the program proprietary To prevent we have made it clear that any patent must be licensed for everyone s free use or not licensed at all The precise terms and conditions for distribution and modification follow TERMS AND CONDITIONS FOR DISTRIBUTION AND MODIFICATION This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License The refers to any such program or and a work based on the Program means either the Program or any derivative work under copyright a work containing the Program or a portion of either verbatim or with modifications and or translated into another language(Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying
logError2
#define logError2(s, a, b)
Definition: uml.h:551
UMLPackage
Non-graphical information for a Package.
Definition: package.h:27