Horizon
|
Public Member Functions | |
ToolPlaceNetLabel (IDocument *c, ToolID tid) | |
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. | |
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 bool | is_specific () |
![]() | |
std::map< ToolID, ToolSettings * > | get_all_settings () override |
ToolBase (class IDocument *c, ToolID tid) | |
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 |
void | apply_settings () 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 () |
![]() | |
void | step_net_label_size (bool up) |
void | ask_net_label_size () |
Protected Attributes | |
std::forward_list< class NetLabel * > | labels_placed |
class NetLabel * | la = nullptr |
Orientation | last_orientation = Orientation::RIGHT |
![]() | |
SchematicJunction * | temp |
![]() | |
std::forward_list< Junction * > | junctions_placed |
![]() | |
Documents | doc |
class ImpInterface * | imp = nullptr |
const ToolID | tool_id |
bool | is_transient = false |
![]() | |
Settings | settings |
Additional Inherited Members | |
![]() | |
std::set< SelectableRef > | selection |
|
overrideprotectedvirtual |
Reimplemented from horizon::ToolBase.
|
overrideprotectedvirtual |
Reimplemented from horizon::ToolPlaceJunctionBase.
|
overridevirtual |
Reimplemented from horizon::ToolPlaceJunctionBase.
|
overrideprotectedvirtual |
Reimplemented from horizon::ToolPlaceJunctionSchematic.
|
overrideprotectedvirtual |
Reimplemented from horizon::ToolPlaceJunctionBase.
|
overrideprotectedvirtual |
Reimplemented from horizon::ToolPlaceJunctionBase.
|
inlineoverridevirtual |
Reimplemented from horizon::ToolPlaceJunctionBase.
|
overrideprotectedvirtual |
Reimplemented from horizon::ToolPlaceJunctionBase.