Home
last modified time | relevance | path

Searched refs:DiagramsModel (Results 1 – 4 of 4) sorted by relevance

/dports/devel/umbrello/umbrello-21.12.3/umbrello/models/
H A Ddiagramsmodel.cpp21 DiagramsModel::DiagramsModel() in DiagramsModel() function in DiagramsModel
26 int DiagramsModel::rowCount(const QModelIndex &parent) const in rowCount()
34 int DiagramsModel::columnCount(const QModelIndex &parent) const in columnCount()
41 QVariant DiagramsModel::headerData(int section, Qt::Orientation orientation, int role) const in headerData()
62 QVariant DiagramsModel::data(const QModelIndex & index, int role) const in data()
93 bool DiagramsModel::addDiagram(UMLView *view) in addDiagram()
104 bool DiagramsModel::removeDiagram(UMLView *view) in removeDiagram()
115 bool DiagramsModel::removeAllDiagrams() in removeAllDiagrams()
125 void DiagramsModel::emitDataChanged(const QModelIndex &index) in emitDataChanged()
130 void DiagramsModel::emitDataChanged(int index) in emitDataChanged()
[all …]
H A Ddiagramsmodel.h20 class DiagramsModel : public QAbstractTableModel
24 explicit DiagramsModel();
/dports/devel/umbrello/umbrello-21.12.3/umbrello/
H A Dumldoc.h46 class DiagramsModel; variable
253 DiagramsModel *diagramsModel() const;
342 DiagramsModel *m_diagramsModel;
H A Dumldoc.cpp127 m_diagramsModel(new DiagramsModel), in UMLDoc()
2560 DiagramsModel *UMLDoc::diagramsModel() const