Horizon
|
Public Member Functions | |
ToolPlaceVia (IDocument *c, ToolID tid) | |
bool | can_begin () override |
std::set< InToolActionID > | get_actions () const override |
ToolPlaceVia (IDocument *c, ToolID tid) | |
bool | can_begin () override |
std::set< InToolActionID > | get_actions () const override |
![]() | |
ToolPlaceJunction (IDocument *c, ToolID tid) | |
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. | |
ToolPlaceJunction (IDocument *c, ToolID tid) | |
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) | |
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 () |
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 |
void | create_attached () override |
void | delete_attached () override |
bool | begin_attached () override |
bool | update_attached (const ToolArgs &args) override |
![]() | |
void | create_junction (const Coordi &c) |
virtual bool | check_line (class LineNet *li) |
void | create_junction (const Coordi &c) |
virtual bool | check_line (class LineNet *li) |
![]() | |
virtual ToolSettings * | get_settings () |
virtual ToolSettings * | get_settings () |
Protected Attributes | |
class Via * | via = nullptr |
class Net * | net = nullptr |
std::forward_list< class Via * > | vias_placed |
![]() | |
class Junction * | temp = 0 |
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::ToolPlaceJunction.
|
overridevirtual |
Reimplemented from horizon::ToolPlaceJunction.