KiCad PCB EDA Suite
|
Collection of data related to the bus unfolding tool. More...
#include <sch_line_wire_bus_tool.h>
Public Attributes | |
bool | in_progress |
True if bus unfold operation is running. | |
bool | flipX |
True if the bus entry should be flipped in the x-axis. | |
bool | flipY |
True if the bus entry should be flipped in the y-axis. | |
bool | label_placed |
True if user has placed the net label. | |
VECTOR2I | origin |
Origin (on the bus) of the unfold. | |
wxString | net_name |
Net label for the unfolding operation. | |
SCH_BUS_WIRE_ENTRY * | entry |
SCH_LABEL * | label |
Collection of data related to the bus unfolding tool.
Definition at line 47 of file sch_line_wire_bus_tool.h.
SCH_BUS_WIRE_ENTRY* BUS_UNFOLDING_T::entry |
Definition at line 57 of file sch_line_wire_bus_tool.h.
Referenced by SCH_LINE_WIRE_BUS_TOOL::doDrawSegments(), SCH_LINE_WIRE_BUS_TOOL::doUnfoldBus(), and SCH_LINE_WIRE_BUS_TOOL::finishSegments().
bool BUS_UNFOLDING_T::flipX |
True if the bus entry should be flipped in the x-axis.
Definition at line 50 of file sch_line_wire_bus_tool.h.
Referenced by SCH_LINE_WIRE_BUS_TOOL::doDrawSegments().
bool BUS_UNFOLDING_T::flipY |
True if the bus entry should be flipped in the y-axis.
Definition at line 51 of file sch_line_wire_bus_tool.h.
Referenced by SCH_LINE_WIRE_BUS_TOOL::doDrawSegments().
bool BUS_UNFOLDING_T::in_progress |
True if bus unfold operation is running.
Definition at line 49 of file sch_line_wire_bus_tool.h.
Referenced by SCH_LINE_WIRE_BUS_TOOL::doDrawSegments(), SCH_LINE_WIRE_BUS_TOOL::doUnfoldBus(), and SCH_LINE_WIRE_BUS_TOOL::finishSegments().
SCH_LABEL* BUS_UNFOLDING_T::label |
Definition at line 58 of file sch_line_wire_bus_tool.h.
Referenced by SCH_LINE_WIRE_BUS_TOOL::doDrawSegments(), SCH_LINE_WIRE_BUS_TOOL::doUnfoldBus(), and SCH_LINE_WIRE_BUS_TOOL::finishSegments().
bool BUS_UNFOLDING_T::label_placed |
True if user has placed the net label.
Definition at line 52 of file sch_line_wire_bus_tool.h.
Referenced by SCH_LINE_WIRE_BUS_TOOL::doDrawSegments(), and SCH_LINE_WIRE_BUS_TOOL::finishSegments().
wxString BUS_UNFOLDING_T::net_name |
Net label for the unfolding operation.
Definition at line 55 of file sch_line_wire_bus_tool.h.
Referenced by SCH_LINE_WIRE_BUS_TOOL::doUnfoldBus().
VECTOR2I BUS_UNFOLDING_T::origin |
Origin (on the bus) of the unfold.
Definition at line 54 of file sch_line_wire_bus_tool.h.
Referenced by SCH_LINE_WIRE_BUS_TOOL::doDrawSegments(), and SCH_LINE_WIRE_BUS_TOOL::doUnfoldBus().