![]() |
HAL
|
#include <QPoint>
#include <QPointF>
#include <QList>
#include <QHash>
#include <QColor>
#include <QRect>
#include "gui/graph_widget/layouters/net_layout_point.h"
Go to the source code of this file.
Classes | |
class | hal::LaneIndex |
class | hal::NetLayoutJunctionRange |
class | hal::NetLayoutJunctionWire |
class | hal::NetLayoutJunctionEntries |
class | hal::NetLayoutJunctionMultiPin |
class | hal::NetLayoutJunctionNet |
Single net to be routed through the junction. More... | |
class | hal::NetLayoutJunctionOccupied |
class | hal::NetLayoutJunctionOccupiedHash |
class | hal::NetLayoutJunctionOccupiedHash::AddOrMerge |
class | hal::NetLayoutJunction |
class | hal::NetLayoutJunctionHash |
Namespaces | |
hal | |
Functions | |
uint | hal::qHash (const LaneIndex &ri) |
Variables | |
const int | DELTA = 20 |
const int | FIRST = 400 |
const int | GAP = 200 |
const int DELTA = 20 |
Definition at line 18 of file net_layout_junction.h.
const int FIRST = 400 |
Definition at line 19 of file net_layout_junction.h.
const int GAP = 200 |
Definition at line 20 of file net_layout_junction.h.