Home
last modified time | relevance | path

Searched refs:ot_Enum (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/umbrello/umbrello-21.12.3/umbrello/dialogs/pages/
H A Dclassgeneralpage.cpp113 … if (t == UMLObject::ot_Interface || t == UMLObject::ot_Datatype || t == UMLObject::ot_Enum) { in ClassGeneralPage()
134 …if (t == UMLObject::ot_Class || t == UMLObject::ot_Interface || t == UMLObject::ot_Enum || t == UM… in ClassGeneralPage()
324 …if (t == UMLObject::ot_Class || t == UMLObject::ot_Interface || t == UMLObject::ot_Enum || t == UM… in apply()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/sql/
H A Dsqlwriter.cpp236 if (at->getType()->baseType() == UMLObject::ot_Enum) { in writeClass()
406 at->getType() && at->getType()->baseType() == UMLObject::ot_Enum) { in printEntityAttributes()
440 if (at->getType()->baseType() == UMLObject::ot_Enum) { in printEntityAttributes()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/
H A Dmodel_utils.cpp99 case UMLObject::ot_Enum: in findObjectInList()
543 … case UMLObject::ot_Enum: currentName = i18n("new_enum"); break; in uniqObjectName()
592 case UMLObject::ot_Enum: return i18n("New enum"); in newTitle()
634 case UMLObject::ot_Enum: return i18n("Enter the name of the new enum:"); in newText()
676 case UMLObject::ot_Enum: return i18n("Rename enum"); in renameTitle()
718 case UMLObject::ot_Enum: return i18n("Enter the new name of the enum:"); in renameText()
838 case UMLObject::ot_Enum: in guessContainer()
1651 case UMLObject::ot_Enum: in convert_OT_LVT()
1773 ot = UMLObject::ot_Enum; in convert_LVT_OT()
2189 ot != UMLObject::ot_Enum && in typeIsAllowedInDiagram()
[all …]
H A Dtoolbarstateother.cpp126 ot = UMLObject::ot_Enum; in getObjectType()
H A Dobject_factory.cpp142 case UMLObject::ot_Enum: in createNewUMLObject()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/uml1model/
H A Dumlobject.h84 ot_Enum, enumerator
208 bool isUMLEnum() const { return baseType() == ot_Enum; } in isUMLEnum()
H A Denum.cpp72 m_BaseType = UMLObject::ot_Enum; in init()
H A Dpackage.cpp352 ot == ot_Datatype || ot == ot_Enum || ot == ot_Entity) { in appendClassifiers()
H A Dumlobject.cpp1216 case UMLObject::ot_Enum: in toI18nString()
1283 case UMLObject::ot_Enum: in toIcon()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/umlwidgets/
H A Dwidget_factory.cpp111 case UMLObject::ot_Enum: in createWidget()
285 if (validateObjType(UMLObject::ot_Enum, o, id)) in makeWidgetFromXMI()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/pascal/
H A Dpascalwriter.cpp63 if (ot == UMLObject::ot_Enum || ot == UMLObject::ot_Datatype) in isOOClass()
197 if (c->baseType() == UMLObject::ot_Enum) { in writeClass()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/dialogs/
H A Dclasspropertiesdialog.cpp215 if (ot == UMLObject::ot_Enum) { in setupPages()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codeimport/
H A Dsqlimport.cpp858 QString name = Model_Utils::uniqObjectName(UMLObject::ot_Enum, parent, type.at(0)); in addDatatype()
859 datatype = Import_Utils::createUMLObject(UMLObject::ot_Enum, name, parent); in addDatatype()
H A Dpascalimport.cpp324 UMLObject *ns = Import_Utils::createUMLObject(UMLObject::ot_Enum, in parseStmt()
H A Djavaimport.cpp435 UMLObject *ns = Import_Utils::createUMLObject(UMLObject::ot_Enum, in parseStmt()
H A Dadaimport.cpp324 UMLObject *ns = Import_Utils::createUMLObject(UMLObject::ot_Enum, in parseStmt()
H A Didlimport.cpp406 UMLObject *ns = Import_Utils::createUMLObject(UMLObject::ot_Enum, in parseStmt()
H A Dimport_utils.cpp753 … UMLObject *o = Object_Factory::createNewUMLObject(UMLObject::ot_Enum, name, currentScope, false); in remapUMLEnum()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/ada/
H A Dadawriter.cpp66 if (ot == UMLObject::ot_Enum) in isOOClass()
307 if (c->baseType() == UMLObject::ot_Enum) { in writeClass()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/tcl/
H A Dtclwriter.cpp138 if (c->baseType() == UMLObject::ot_Enum) in writeClass()
216 if (c->baseType() == UMLObject::ot_Enum) { in writeHeaderFile()
/dports/devel/umbrello/umbrello-21.12.3/unittests/
H A Dtestumlobject.cpp259 a.setBaseType(UMLObject::ObjectType::ot_Enum); in test_isUMLXXX()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codeimport/csharp/
H A Dcsharpimport.cpp621 UMLObject *ns = Import_Utils::createUMLObject(UMLObject::ot_Enum, in parseEnumDeclaration()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/idl/
H A Didlwriter.cpp172 if (c->baseType() == UMLObject::ot_Enum) { in writeClass()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/menus/
H A Dlistpopupmenu.cpp448 type = UMLObject::ot_Enum; in convert_MT_OT()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/cpp/
H A Dcppwriter.cpp124 if (c->baseType() == UMLObject::ot_Enum || c->isInterface()) { in writeClass()
409 if (c->baseType() == UMLObject::ot_Enum) { in writeClassDecl()

12