103 void copyName()
const;
108 void pyCopyName()
const;
118 void pyCopyId()
const;
123 void copyType()
const;
128 void pyCopyType()
const;
133 void copyNumberOfSrcs()
const;
138 void pyCopySrcs()
const;
143 void copyNumberOfDsts()
const;
148 void pyCopyDsts()
const;
155 void handleNetRemoved(
Net*
net);
162 void handleNetNameChanged(
Net*
net);
170 void handleNetTypeChanged(
Netlist* netlist,
const u32 netId);
178 void handleSrcDstChanged(
Net*
net,
u32 srcDstGateId);
187 QMenu* mNameEntryContextMenu;
188 QMenu* mIdEntryContextMenu;
189 QMenu* mTypeEntryContextMenu;
190 QMenu* mNumSrcsEntryContextMenu;
191 QMenu* mNumDstsEntryContextMenu;
193 static const QString nameRowKey;
195 static const QString typeRowKey;
196 static const QString noOfSrcRowKey;
197 static const QString noOfDstRowKey;
NetInfoTable(QWidget *parent=nullptr)
QObject * parent() const const