Home
last modified time | relevance | path

Searched refs:IDChangeLog (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/umbrello/umbrello-21.12.3/umbrello/clipboard/
H A Didchangelog.cpp11 IDChangeLog::IDChangeLog() in IDChangeLog() function in IDChangeLog
18 IDChangeLog::IDChangeLog(const IDChangeLog& Other) in IDChangeLog() function in IDChangeLog
26 IDChangeLog::~IDChangeLog() in ~IDChangeLog()
36 IDChangeLog& IDChangeLog::operator=(const IDChangeLog& Other) in operator =()
46 bool IDChangeLog::operator==(const IDChangeLog& Other) const in operator ==()
57 Uml::ID::Type IDChangeLog::findNewID(Uml::ID::Type OldID) in findNewID()
72 IDChangeLog& IDChangeLog::operator+=(const IDChangeLog& Other) in operator +=()
83 void IDChangeLog::addIDChange(Uml::ID::Type OldID, Uml::ID::Type NewID) in addIDChange()
94 Uml::ID::Type IDChangeLog::findOldID(Uml::ID::Type NewID) in findOldID()
106 bool IDChangeLog::findIDChange(Uml::ID::Type OldID, Uml::ID::Type NewID, uint& pos) in findIDChange()
[all …]
H A Didchangelog.h21 class IDChangeLog
25 IDChangeLog();
26 IDChangeLog(const IDChangeLog& Other);
28 ~IDChangeLog();
30 IDChangeLog& operator=(const IDChangeLog& Other);
32 bool operator==(const IDChangeLog& Other) const;
36 IDChangeLog& operator+=(const IDChangeLog& Other);
H A Dumlclipboard.cpp502 IDChangeLog* idchanges = doc->changeLog(); in pasteClip3()
526 IDChangeLog* idchanges = 0; in pasteClip4()
618 IDChangeLog* idchanges = 0; in pasteClip5()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/uml1model/
H A Dclassifier.h18 class IDChangeLog; variable
61 bool addAttribute(UMLAttribute* att, IDChangeLog* log = 0,
75 bool addOperation(UMLOperation* op, IDChangeLog* log);
91 bool addTemplate(UMLTemplate* newTemplate, IDChangeLog* log = 0);
H A Denum.h43 bool addEnumLiteral(UMLEnumLiteral* literal, IDChangeLog* Log = 0);
H A Dentity.h51 bool addEntityAttribute(UMLEntityAttribute* att, IDChangeLog* log = 0);
H A Denum.cpp149 bool UMLEnum::addEnumLiteral(UMLEnumLiteral* literal, IDChangeLog* Log /* = 0*/) in addEnumLiteral()
H A Dclassifier.cpp345 bool UMLClassifier::addOperation(UMLOperation* op, IDChangeLog* log) in addOperation()
859 bool UMLClassifier::addAttribute(UMLAttribute* att, IDChangeLog* log /* = 0 */, in addAttribute()
1042 bool UMLClassifier::addTemplate(UMLTemplate* newTemplate, IDChangeLog* log /* = 0*/) in addTemplate()
H A Dentity.cpp317 bool UMLEntity::addEntityAttribute(UMLEntityAttribute* att, IDChangeLog* log /* = 0*/) in addEntityAttribute()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/umlwidgets/
H A Dpreconditionwidget.h39 bool activate(IDChangeLog* Log = 0);
40 void resolveObjectWidget(IDChangeLog* log);
H A Ddiagramproxywidget.h18 class IDChangeLog; variable
52 bool activate(IDChangeLog* changeLog = 0);
H A Dmessagewidget.h106 virtual bool activate(IDChangeLog * Log = 0);
107 void resolveObjectWidget(IDChangeLog* log);
H A Dcombinedfragmentwidget.h66 virtual bool activate(IDChangeLog* ChangeLog = 0);
H A Dpreconditionwidget.cpp149 bool PreconditionWidget::activate(IDChangeLog * Log /*= 0*/) in activate()
173 void PreconditionWidget::resolveObjectWidget(IDChangeLog* log) in resolveObjectWidget()
H A Dpinportbase.h60 bool activate(IDChangeLog* changeLog = 0);
H A Dumlwidget.h20 class IDChangeLog; variable
85 virtual bool activate(IDChangeLog* changeLog = 0);
H A Dwidgetbase.h38 class IDChangeLog; variable
301 virtual bool activate(IDChangeLog *changeLog = 0);
H A Dfloatingtextwidget.h61 bool activate(IDChangeLog* ChangeLog = 0);
H A Dobjectwidget.h46 bool activate(IDChangeLog* ChangeLog = 0);
H A Dpinportbase.cpp335 bool PinPortBase::activate(IDChangeLog* changeLog) in activate()
H A Dassociationwidget.h142 virtual bool activate(IDChangeLog *changeLog = 0);
H A Ddiagramproxywidget.cpp93 bool DiagramProxyWidget::activate(IDChangeLog *changeLog) in activate()
H A Dobjectwidget.cpp244 bool ObjectWidget::activate(IDChangeLog* ChangeLog /*= 0*/) in activate()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/
H A Dumldoc.h45 class IDChangeLog; variable
212 virtual IDChangeLog* changeLog() const;
298 IDChangeLog* m_pChangeLog;
H A Dumlscene.h34 class IDChangeLog; variable
399 IDChangeLog * m_pIDChangesLog; ///< LocalID Changes Log for paste actions

12