umbrello
2.35.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file.
7 #ifndef TESTUMLOBJECT_H
8 #define TESTUMLOBJECT_H
34 #endif // TESTUMLOBJECT_H
virtual Uml::ID::Type id() const
Definition: umlobject.cpp:421
void test_setUMLPackage()
Definition: testumlobject.cpp:191
Definition: testbase.h:121
static QString toI18nString(ObjectType t)
Definition: umlobject.cpp:1224
void test_setVisibility()
Definition: testumlobject.cpp:201
@ Implementation
Definition: basictypes.h:49
void test_isUMLXXX()
Definition: testumlobject.cpp:231
Definition: testumlobject.h:12
const Type Reserved
special value for illegal ID
Definition: basictypes.h:374
void test_isStatic()
Definition: testumlobject.cpp:109
void test_toString()
Definition: testumlobject.cpp:215
@ ot_Class
Definition: umlobject.h:85
const Type None
special value for uninitialized ID
Definition: basictypes.h:373
@ Logical
Definition: basictypes.h:28
void test_clone()
Definition: testumlobject.cpp:46
QString toString(const ID::Type &id)
Definition: basictypes.cpp:1306
UMLObject * umlParent() const
Definition: umlobject.cpp:676
virtual void cleanupOnExit(QObject *p)
Definition: testbase.cpp:50
@ FromParent
Definition: basictypes.h:50
@ ot_UMLObject
Definition: umlobject.h:78
void test_dynamic_cast()
Definition: testumlobject.cpp:221
The base class for UML objects.
Definition: umlobject.h:69
void test_setBaseType()
Definition: testumlobject.cpp:175
Sets up stereotype information.
Definition: stereotype.h:35
void test_doc()
Definition: testumlobject.cpp:55
@ Public
Definition: basictypes.h:46
UMLFolder * rootFolder(Uml::ModelType::Enum mt) const
Definition: umldoc.cpp:3264
QString a
Definition: petalnode.cpp:13
#define i18n
Definition: main.cpp:35
UMLClassifier * asUMLClassifier()
Definition: umlobject.cpp:1422
UMLStereotype * createStereotype(const QString &name)
Definition: umldoc.cpp:1354
void test_equal()
Definition: testumlobject.cpp:65
void test_saveAndLoad()
Definition: testumlobject.cpp:148
static QString toString(ObjectType ot)
Definition: umlobject.cpp:1214
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
static UMLApp * app()
Definition: uml.cpp:349
virtual void copyInto(UMLObject *lhs) const
Definition: attribute.cpp:238
Sets up attribute information.
Definition: attribute.h:22
void test_fullyQualifiedName()
Definition: testumlobject.cpp:80
Non-graphical management of objects and diagrams of a Folder.
Definition: folder.h:29
Definition: operation.h:19
bool setUMLPackage(UMLPackage *pPkg)
Definition: umlobject.cpp:620
Information for a non-graphical Concept/Class.
Definition: classifier.h:34
TestUML< UMLObject, const QString & > TESTUMLObject
Definition: testumlobject.cpp:117
void test_resolveRef()
Definition: testumlobject.cpp:119
bool b
Definition: cxx11-null-pointer-constant.h:6
@ Private
Definition: basictypes.h:47
Definition: testbase.h:33
@ Protected
Definition: basictypes.h:48
void test_isAbstract()
Definition: testumlobject.cpp:101
UMLDoc * document() const
Definition: uml.cpp:1139
void test_setStereotype()
Definition: testumlobject.cpp:183
void test_copyInto()
Definition: testumlobject.cpp:28
Non-graphical information for a Package.
Definition: package.h:27