umbrello
2.32.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file.
76 QVector<Point*>::insert(i,
new Point(
x, y));
78 Point*
point(uint i)
const {
return QVector<Point*>::at(i); }
79 uint
size()
const {
return QVector<Point*>::size(); }
Uml::ID::Type m_y
Definition: idchangelog.h:77
int x
Definition: cxx11-lambda-functions-and-expressions.h:4
Definition: idchangelog.h:67
Uml::ID::Type findNewID(Uml::ID::Type OldID)
Definition: idchangelog.cpp:62
~IDChangeLog()
Definition: idchangelog.cpp:31
const Type None
special value for uninitialized ID
Definition: basictypes.h:370
std::string Type
Definition: basictypes.h:368
Uml::ID::Type x() const
Definition: idchangelog.h:73
virtual ~Point()
Definition: idchangelog.h:71
void setPoint(uint i, const Uml::ID::Type &x, const Uml::ID::Type &y)
Definition: idchangelog.h:83
IDChangeLog & operator+=(const IDChangeLog &Other)
Definition: idchangelog.cpp:77
uint size() const
Definition: idchangelog.h:87
bool findIDChange(Uml::ID::Type OldID, Uml::ID::Type NewID, uint &pos)
Definition: idchangelog.cpp:111
void removeChangeByNewID(Uml::ID::Type OldID)
Definition: idchangelog.cpp:124
Definition: idchangelog.h:27
IDChangeLog()
Definition: idchangelog.cpp:16
bool resize(uint size)
Definition: idchangelog.h:88
bool operator==(const IDChangeLog &Other) const
Definition: idchangelog.cpp:51
void addIDChange(Uml::ID::Type OldID, Uml::ID::Type NewID)
Definition: idchangelog.cpp:88
void setY(const Uml::ID::Type &y)
Definition: idchangelog.h:74
IDChangeLog & operator=(const IDChangeLog &Other)
Definition: idchangelog.cpp:41
@ NullID
An impossible id value.
Definition: idchangelog.h:58
Point * point(uint i) const
Definition: idchangelog.h:86
Definition: idchangelog.h:81
SpecialIDs
Definition: idchangelog.h:57
Uml::ID::Type y() const
Definition: idchangelog.h:75
Uml::ID::Type findOldID(Uml::ID::Type NewID)
Definition: idchangelog.cpp:99
Uml::ID::Type m_x
Definition: idchangelog.h:77
void setX(const Uml::ID::Type &x)
Definition: idchangelog.h:72
PointArray m_LogArray
Definition: idchangelog.h:91
Point()
Definition: idchangelog.h:69