|
void | create_junction (const Coordi &c) |
|
virtual void | create_attached () |
|
virtual void | delete_attached () |
|
virtual bool | update_attached (const ToolArgs &args) |
|
virtual bool | check_line (class LineNet *li) |
|
virtual bool | begin_attached () |
|
virtual ToolSettings * | get_settings () |
|
|
Junction * | temp = 0 |
|
std::forward_list< Junction * > | junctions_placed |
|
Cores | core |
|
class ImpInterface * | imp = nullptr |
|
ToolID | tool_id = ToolID::NONE |
|
bool | is_transient = false |
|
◆ begin()
Gets called right after the constructor has finished.
Used to get the initial placement right and set things up. For non-interactive Tools (e.g. DELETE), this one may return ToolResponse::end()
Implements horizon::ToolBase.
◆ can_begin()
bool horizon::ToolPlaceJunction::can_begin |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: