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.
10 #include <QAbstractTableModel>
24 int rowCount(
const QModelIndex &parent)
const;
27 QVariant
headerData(
int section, Qt::Orientation orientation,
int role = Qt::DisplayRole)
const;
28 QVariant
data(
const QModelIndex & index,
int role = Qt::DisplayRole)
const;
38 #endif // OBJECTSMODEL_H
virtual Uml::ID::Type id() const
Definition: umlobject.cpp:421
void emitDataChanged(const QModelIndex &index)
Definition: objectsmodel.cpp:167
UMLFolder * asUMLFolder()
Definition: umlobject.cpp:1431
QString name() const
Definition: umlobject.cpp:207
UMLAttributeList getParmList() const
Definition: operation.cpp:177
QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
Definition: objectsmodel.cpp:67
UMLObjectList containedObjects(bool includeInactive=false) const
Definition: package.cpp:269
bool add(UMLObject *o)
Definition: objectsmodel.cpp:30
QString toString(const ID::Type &id)
Definition: basictypes.cpp:1306
UMLObject * umlParent() const
Definition: umlobject.cpp:676
bool isSaved
Definition: umlobjectprivate.h:13
UMLPackage * umlPackage() const
Definition: umlobject.cpp:651
UMLAttribute * asUMLAttribute()
Definition: umlobject.cpp:1418
The base class for UML objects.
Definition: umlobject.h:69
UMLOperation * asUMLOperation()
Definition: umlobject.cpp:1437
Definition: objectsmodel.h:15
int columnCount(const QModelIndex &parent) const
Definition: objectsmodel.cpp:60
int rowCount(const QModelIndex &parent) const
Definition: objectsmodel.cpp:52
QList< QPointer< UMLObject > > m_allObjects
Definition: objectsmodel.h:35
bool remove(UMLObject *o)
Definition: objectsmodel.cpp:41
it is up to the author donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License If the distribution and or use of the Library is restricted in certain countries either by patents or by copyrighted the original copyright holder who places the Library under this License may add an geographical distribution limitation excluding those so that distribution is permitted only in or among countries not thus excluded In such this License incorporates the limitation as if written in the body of this License The Free Software Foundation may publish revised and or new versions of the Library General Public License from time to time Such new versions will be similar in spirit to the present but may differ in detail to address new problems or concerns Each version is given a distinguishing version number If the Library specifies a version number of this License which applies to it and any later you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation If the Library does not specify a license version number
Definition: LGPL-2.0-only.txt:368
bool isUMLOperation() const
Definition: umlobject.h:216
#define i18n
Definition: main.cpp:35
UMLClassifier * asUMLClassifier()
Definition: umlobject.cpp:1422
ObjectsModel()
Definition: objectsmodel.cpp:26
std::vector< std::string > v
Definition: cxx11-initializer-lists.h:19
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
UMLObjectList & subordinates() const
Definition: umlcanvasobject.h:77
Non-graphical management of objects and diagrams of a Folder.
Definition: folder.h:29
Definition: operation.h:19
Q_DECLARE_METATYPE(UMLObject *)
QLatin1String baseTypeStr() const
Definition: umlobject.cpp:401
Information for a non-graphical Concept/Class.
Definition: classifier.h:34
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
Definition: objectsmodel.cpp:94
bool isUMLAttribute() const
Definition: umlobject.h:198
UMLObjectPrivate * m_d
private data
Definition: umlobject.h:331
Definition: umlobjectlist.h:24