24 return mEntries.
size();
87 mNetId =
net->get_id();
91 std::vector<Endpoint*> v;
94 v =
net->get_sources();
96 v =
net->get_destinations();
103 newEntry.id = e->get_gate()->get_id();
107 newEntryList.
append(newEntry);
111 mEntries = newEntryList;
135 return "Destination";
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for and distribution as defined by Sections through of this document Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License Legal Entity shall mean the union of the acting entity and all other entities that control are controlled by or are under common control with that entity For the purposes of this definition control direct or to cause the direction or management of such whether by contract or including but not limited to software source documentation source
QVariant data(const QModelIndex &index, int role) const override
u32 getGateIDFromIndex(const QModelIndex &index)
QString getPinNameFromIndex(const QModelIndex &index)
int rowCount(const QModelIndex &parent=QModelIndex()) const override
QVariant headerData(int section, Qt::Orientation orientation, int role) const override
EndpointTableModel(Type type, QObject *parent=nullptr)
int columnCount(const QModelIndex &parent=QModelIndex()) const override
virtual QModelIndex index(int row, int column, const QModelIndex &parent) const const override
void append(const T &value)
const T & at(int i) const const
QObject * parent() const const
QString fromStdString(const std::string &str)