Horizon
|
Public Member Functions | |
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 const ToolSettings * | get_settings_const () const |
ToolSettingsProxy | get_settings_proxy () |
virtual void | apply_settings () |
virtual bool | is_specific () |
Protected Member Functions | |
void | create_attached () override |
void | delete_attached () override |
bool | begin_attached () override |
bool | update_attached (const ToolArgs &args) override |
bool | check_line (LineNet *li) override |
![]() | |
bool | junction_placed () override |
void | insert_junction () override |
![]() | |
Junction * | get_junction () override |
![]() | |
void | create_junction (const Coordi &c) |
virtual void | finish () |
![]() | |
virtual ToolSettings * | get_settings () |
Protected Attributes | |
class PowerSymbol * | sym = nullptr |
std::forward_list< PowerSymbol * > | symbols_placed |
Net * | net = nullptr |
![]() | |
SchematicJunction * | temp |
![]() | |
std::forward_list< Junction * > | junctions_placed |
![]() | |
Documents | doc |
class ImpInterface * | imp = nullptr |
ToolID | tool_id |
bool | is_transient = false |
Additional Inherited Members | |
![]() | |
std::set< SelectableRef > | selection |
|
overridevirtual |
Reimplemented from horizon::ToolPlaceJunctionBase.