|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include </home/runner/work/hal/hal/plugins/gui/include/gui/graph_widget/layouters/wait_to_be_seated.h>

Public Member Functions | |
| WaitToBeSeatedEntry (Node::NodeType t=Node::Module, u32 id=0) | |
| Node | getNode () const |
| u32 | getId () const |
| QString | tagName () const |
| bool | isModule () const |
| double | distance (const QPoint &pos, double defaultDistance) const |
Static Public Member Functions | |
| static int | distance (const QPoint &source, const QPoint &pos) |
Friends | |
| class | WaitToBeSeatedList |
| class | WaitToBeSeatedWaiting |
One node that still has to be placed, together with the already placed nodes it connects to.
Definition at line 47 of file wait_to_be_seated.h.
| hal::WaitToBeSeatedEntry::WaitToBeSeatedEntry | ( | Node::NodeType | t = Node::Module, |
| u32 | id = 0 |
||
| ) |
Definition at line 14 of file wait_to_be_seated.cpp.
| double hal::WaitToBeSeatedEntry::distance | ( | const QPoint & | pos, |
| double | defaultDistance | ||
| ) | const |
Definition at line 71 of file wait_to_be_seated.cpp.
References getId().
Definition at line 92 of file wait_to_be_seated.cpp.
References QPoint::x(), and QPoint::y().
|
inline |
Definition at line 62 of file wait_to_be_seated.h.
References hal::Node::id().
Referenced by hal::WaitToBeSeatedList::add(), hal::compareWaitToBeSeated(), distance(), hal::WaitToBeSeatedList::dump(), and tagName().
|
inline |
Definition at line 61 of file wait_to_be_seated.h.
| bool hal::WaitToBeSeatedEntry::isModule | ( | ) | const |
Definition at line 60 of file wait_to_be_seated.cpp.
References hal::Node::id(), and hal::Node::isModule().
Referenced by hal::WaitToBeSeatedList::add(), hal::WaitToBeSeatedList::dump(), and tagName().
| QString hal::WaitToBeSeatedEntry::tagName | ( | ) | const |
Definition at line 55 of file wait_to_be_seated.cpp.
References QString::arg(), getId(), and isModule().
Referenced by hal::WaitToBeSeatedList::dump().
|
friend |
Definition at line 49 of file wait_to_be_seated.h.
|
friend |
Definition at line 50 of file wait_to_be_seated.h.