|
| bool | can_begin () override |
| |
|
std::set< InToolActionID > | get_actions () const override |
| |
| ToolResponse | begin (const ToolArgs &args) override |
| | Gets called right after the constructor has finished. More...
|
| |
|
ToolResponse | update (const ToolArgs &args) override |
| | Gets called whenever the user generated some sort of input.
|
| |
|
| ToolBase (class IDocument *c, ToolID tid) |
| |
|
| ToolBase (class IDocument *c, ToolID tid) |
| |
|
void | set_imp_interface (class ImpInterface *i) |
| |
|
void | set_transient () |
| |
|
virtual ToolID | get_tool_id_for_settings () const |
| |
|
virtual ToolSettings * | get_settings () |
| |
|
virtual void | apply_settings () |
| |
| virtual bool | is_specific () |
| |
|
|
void | insert_junction () override |
| |
|
void | create_attached () override |
| |
|
void | delete_attached () override |
| |
|
bool | begin_attached () override |
| |
|
void | finish () override |
| |
|
bool | update_attached (const ToolArgs &args) override |
| |
|
Junction * | get_junction () override |
| |
|
virtual bool | junction_placed () |
| |
|
void | create_junction (const Coordi &c) |
| |
|
|
class Via * | via = nullptr |
| |
|
class Net * | net = nullptr |
| |
|
std::set< UUID > | nets |
| |
|
std::forward_list< class Via * > | vias_placed |
| |
|
class BoardJunction * | temp |
| |
|
std::forward_list< Junction * > | junctions_placed |
| |
|
Documents | doc |
| |
|
class ImpInterface * | imp = nullptr |
| |
|
ToolID | tool_id |
| |
|
bool | is_transient = false |
| |
◆ can_begin()
| bool horizon::ToolPlaceVia::can_begin |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: