|
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/position_generator.h>

Public Member Functions | |
| PositionGenerator () | |
| QPoint | position () const |
| QPoint | next () |
Generates grid positions in a spiral around the origin, used to place nodes that have no position yet.
Definition at line 37 of file position_generator.h.
| hal::PositionGenerator::PositionGenerator | ( | ) |
Definition at line 5 of file position_generator.cpp.
| QPoint hal::PositionGenerator::next | ( | ) |
Definition at line 18 of file position_generator.cpp.
References position().
| QPoint hal::PositionGenerator::position | ( | ) | const |
Definition at line 9 of file position_generator.cpp.
Referenced by next().