Horizon
|
Public Member Functions | |
ToolHelperMerge (class Core *c, ToolID tid) | |
![]() | |
ToolBase (class Core *c, ToolID tid) | |
void | set_imp_interface (class ImpInterface *i) |
void | set_transient () |
virtual ToolID | get_tool_id_for_settings () const |
virtual const ToolSettings * | get_settings_const () const |
ToolSettingsProxy | get_settings_proxy () |
virtual void | apply_settings () |
virtual ToolResponse | begin (const ToolArgs &args)=0 |
Gets called right after the constructor has finished. More... | |
virtual ToolResponse | update (const ToolArgs &args)=0 |
Gets called whenever the user generated some sort of input. | |
virtual bool | can_begin () |
virtual bool | is_specific () |
virtual bool | handles_esc () |
Protected Member Functions | |
bool | merge_bus_net (class Net *net, class Bus *bus, class Net *net_other, class Bus *bus_other) |
int | merge_nets (Net *net, Net *into) |
void | merge_selected_junctions () |
![]() | |
virtual ToolSettings * | get_settings () |
Additional Inherited Members | |
![]() | |
Cores | core |
class ImpInterface * | imp = nullptr |
ToolID | tool_id = ToolID::NONE |
bool | is_transient = false |