23 mModuleInformationFrame =
new DetailsFrameWidget(mModuleInfoTable,
"Module Information",
this);
24 addTab(
"General", mModuleInformationFrame,
true);
30 addTab(
"Groupings", mGroupingsFrame,
false);
37 addTab(
"Pins", mPinsFrame,
false);
43 addTab(
"Elements", mElementsFrame,
false);
49 addTab(
"Data", mDataFrame,
false);
58 void ModuleDetailsTabWidget::handleModuleColorChanged(
u32 id)
60 if (!mModuleId || mModuleId !=
id)
return;
void moduleColorChanged(u32 id) const
A widget to display the specific (direct submodules, gates) items of a given module.
void setModule(u32 moduleID)
void setModule(hal::Module *module)
A widget to display the ports of a given module.
void updateText(const QString &newHeadline)
void setModule(u32 moduleID)
ModuleColorManager * getModuleColorManager() const
The Node class object represents a module or a gate.
const Module * module(const Gate *g, const NodeBoxes &boxes)
NetlistRelay * gNetlistRelay
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)