umbrello
2.35.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file.
71 QVector<Point*>::insert(i,
new Point(
x, y));
73 Point*
point(uint i)
const {
return QVector<Point*>::at(i); }
74 uint
size()
const {
return QVector<Point*>::size(); }
Uml::ID::Type m_y
Definition: idchangelog.h:64
int x
Definition: cxx11-lambda-functions-and-expressions.h:4
Definition: idchangelog.h:53
Point(const Uml::ID::Type &x, const Uml::ID::Type &y)
Definition: idchangelog.h:57
Uml::ID::Type findNewID(Uml::ID::Type OldID)
Definition: idchangelog.cpp:57
~IDChangeLog()
Definition: idchangelog.cpp:26
const Type None
special value for uninitialized ID
Definition: basictypes.h:373
std::string Type
Definition: basictypes.h:371
Uml::ID::Type x() const
Definition: idchangelog.h:60
virtual ~Point()
Definition: idchangelog.h:58
void setPoint(uint i, const Uml::ID::Type &x, const Uml::ID::Type &y)
Definition: idchangelog.h:70
IDChangeLog & operator+=(const IDChangeLog &Other)
Definition: idchangelog.cpp:72
uint size() const
Definition: idchangelog.h:74
bool findIDChange(Uml::ID::Type OldID, Uml::ID::Type NewID, uint &pos)
Definition: idchangelog.cpp:106
void removeChangeByNewID(Uml::ID::Type OldID)
Definition: idchangelog.cpp:119
Definition: idchangelog.h:21
IDChangeLog()
Definition: idchangelog.cpp:11
bool resize(uint size)
Definition: idchangelog.h:75
bool operator==(const IDChangeLog &Other) const
Definition: idchangelog.cpp:46
void addIDChange(Uml::ID::Type OldID, Uml::ID::Type NewID)
Definition: idchangelog.cpp:83
void setY(const Uml::ID::Type &y)
Definition: idchangelog.h:61
IDChangeLog & operator=(const IDChangeLog &Other)
Definition: idchangelog.cpp:36
@ NullID
An impossible id value.
Definition: idchangelog.h:45
Point * point(uint i) const
Definition: idchangelog.h:73
Definition: idchangelog.h:67
SpecialIDs
Definition: idchangelog.h:43
Uml::ID::Type y() const
Definition: idchangelog.h:62
Uml::ID::Type findOldID(Uml::ID::Type NewID)
Definition: idchangelog.cpp:94
Uml::ID::Type m_x
Definition: idchangelog.h:64
void setX(const Uml::ID::Type &x)
Definition: idchangelog.h:59
PointArray m_LogArray
Definition: idchangelog.h:78
Point()
Definition: idchangelog.h:56