KiCad PCB EDA Suite
|
Gather all the actions that are shared by tools. More...
#include <pcb_actions.h>
Public Types | |
enum | CURSOR_EVENT_TYPE { CURSOR_NONE = 0 , CURSOR_UP , CURSOR_UP_FAST , CURSOR_DOWN , CURSOR_DOWN_FAST , CURSOR_LEFT , CURSOR_LEFT_FAST , CURSOR_RIGHT , CURSOR_RIGHT_FAST , CURSOR_CLICK , CURSOR_DBL_CLICK , CURSOR_RIGHT_CLICK } |
enum class | REMOVE_FLAGS { NORMAL = 0x00 , ALT = 0x01 , CUT = 0x02 } |
Static Public Member Functions | |
static TOOL_ACTION * | LayerIDToAction (PCB_LAYER_ID aLayerID) |
Translate a layer ID into the action that switches to that layer. | |
static TOOL_ACTION_GROUP | layerDirectSwitchActions () |
Gather all the actions that are shared by tools.
The instance of PCB_ACTIONS is created inside of ACTION_MANAGER object that registers the actions.
Definition at line 49 of file pcb_actions.h.
|
inherited |
|
stronginherited |
|
static |
Definition at line 1500 of file pcb_actions.cpp.
Referenced by ROUTER_TOOL::handleLayerSwitch().
|
static |
Translate a layer ID into the action that switches to that layer.
aLayerID | is the layer to switch to |
Definition at line 1458 of file pcb_actions.cpp.
References B_Cu, F_Cu, In10_Cu, In11_Cu, In12_Cu, In13_Cu, In14_Cu, In15_Cu, In16_Cu, In17_Cu, In18_Cu, In19_Cu, In1_Cu, In20_Cu, In21_Cu, In22_Cu, In23_Cu, In24_Cu, In25_Cu, In26_Cu, In27_Cu, In28_Cu, In29_Cu, In2_Cu, In30_Cu, In3_Cu, In4_Cu, In5_Cu, In6_Cu, In7_Cu, In8_Cu, In9_Cu, layerBottom, layerInner1, layerInner10, layerInner11, layerInner12, layerInner13, layerInner14, layerInner15, layerInner16, layerInner17, layerInner18, layerInner19, layerInner2, layerInner20, layerInner21, layerInner22, layerInner23, layerInner24, layerInner25, layerInner26, layerInner27, layerInner28, layerInner29, layerInner3, layerInner30, layerInner4, layerInner5, layerInner6, layerInner7, layerInner8, layerInner9, and layerTop.
Referenced by PCB_ONE_LAYER_SELECTOR::getLayerHotKey(), and PCB_LAYER_BOX_SELECTOR::Resync().
|
staticinherited |
Definition at line 234 of file actions.h.
Referenced by EDA_BASE_FRAME::AddStandardHelpMenu(), and COMMON_CONTROL::setTransitions().
|
staticinherited |
Definition at line 221 of file actions.h.
Referenced by SYMBOL_EDITOR_DRAWING_TOOLS::doDrawShape(), SCH_DRAWING_TOOLS::DrawShape(), PL_DRAWING_TOOLS::DrawShape(), SCH_DRAWING_TOOLS::DrawTable(), DRAWING_TOOL::DrawTable(), TOOL_EVENT::IsPointEditor(), SCH_DRAWING_TOOLS::PlaceImage(), DRAWING_TOOL::PlaceReferenceImage(), EE_POINT_EDITOR::setTransitions(), PL_POINT_EDITOR::setTransitions(), and PCB_POINT_EDITOR::setTransitions().
|
staticinherited |
Definition at line 100 of file actions.h.
Referenced by EDIT_TABLE_TOOL_BASE< T_TABLE, T_TABLECELL, T_COMMIT >::addMenus(), SCH_EDIT_TABLE_TOOL::setTransitions(), and PCB_EDIT_TABLE_TOOL::setTransitions().
|
staticinherited |
Definition at line 99 of file actions.h.
Referenced by EDIT_TABLE_TOOL_BASE< T_TABLE, T_TABLECELL, T_COMMIT >::addMenus(), SCH_EDIT_TABLE_TOOL::setTransitions(), and PCB_EDIT_TABLE_TOOL::setTransitions().
|
staticinherited |
Definition at line 49 of file actions.h.
Referenced by PCB_CONTROL::AddLibrary(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDITOR_CONTROL::setTransitions(), and PCB_CONTROL::setTransitions().
|
staticinherited |
Definition at line 97 of file actions.h.
Referenced by EDIT_TABLE_TOOL_BASE< T_TABLE, T_TABLECELL, T_COMMIT >::addMenus(), SCH_EDIT_TABLE_TOOL::setTransitions(), and PCB_EDIT_TABLE_TOOL::setTransitions().
|
staticinherited |
Definition at line 98 of file actions.h.
Referenced by EDIT_TABLE_TOOL_BASE< T_TABLE, T_TABLECELL, T_COMMIT >::addMenus(), SCH_EDIT_TABLE_TOOL::setTransitions(), and PCB_EDIT_TABLE_TOOL::setTransitions().
|
static |
Definition at line 316 of file pcb_actions.h.
Referenced by ALIGN_DISTRIBUTE_TOOL::Init(), and ALIGN_DISTRIBUTE_TOOL::setTransitions().
|
static |
Definition at line 319 of file pcb_actions.h.
Referenced by ALIGN_DISTRIBUTE_TOOL::Init(), and ALIGN_DISTRIBUTE_TOOL::setTransitions().
|
static |
Definition at line 320 of file pcb_actions.h.
Referenced by ALIGN_DISTRIBUTE_TOOL::Init(), and ALIGN_DISTRIBUTE_TOOL::setTransitions().
|
static |
Definition at line 317 of file pcb_actions.h.
Referenced by ALIGN_DISTRIBUTE_TOOL::Init(), and ALIGN_DISTRIBUTE_TOOL::setTransitions().
|
static |
Definition at line 318 of file pcb_actions.h.
Referenced by ALIGN_DISTRIBUTE_TOOL::Init(), and ALIGN_DISTRIBUTE_TOOL::setTransitions().
|
static |
Definition at line 315 of file pcb_actions.h.
Referenced by ALIGN_DISTRIBUTE_TOOL::Init(), and ALIGN_DISTRIBUTE_TOOL::setTransitions().
|
static |
Definition at line 214 of file pcb_actions.h.
Referenced by DRAWING_TOOL::Init(), and DRAWING_TOOL::PlaceTuningPattern().
|
static |
Definition at line 213 of file pcb_actions.h.
Referenced by DRAWING_TOOL::Init(), and DRAWING_TOOL::PlaceTuningPattern().
|
static |
Definition at line 545 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and PCB_CONTROL::setTransitions().
|
static |
Copy the default pad settings to the selected pad.
Definition at line 507 of file pcb_actions.h.
Referenced by PAD_TOOL::Init(), and PAD_TOOL::setTransitions().
|
static |
Switch posture when drawing arc.
Definition at line 241 of file pcb_actions.h.
Referenced by DRAWING_TOOL::drawArc(), and DRAWING_TOOL::Init().
|
static |
Definition at line 404 of file pcb_actions.h.
Referenced by EDIT_TOOL::Init(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 577 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and AUTOPLACE_TOOL::setTransitions().
|
static |
Definition at line 578 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and AUTOPLACE_TOOL::setTransitions().
|
static |
Definition at line 548 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and BOARD_REANNOTATE_TOOL::setTransitions().
|
static |
Definition at line 421 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateHToolbar(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 547 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and BOARD_INSPECTION_TOOL::setTransitions().
|
static |
Break a single track into two segments at the cursor.
Definition at line 195 of file pcb_actions.h.
Referenced by ROUTER_TOOL::Init(), EDIT_TOOL::Init(), ROUTER_TOOL::MainLoop(), and ROUTER_TOOL::setTransitions().
|
staticinherited |
Definition at line 65 of file actions.h.
Referenced by SCH_NAVIGATE_TOOL::Back(), SCH_EDIT_FRAME::canCloseWindow(), SCH_NAVIGATE_TOOL::changeSheet(), SYMBOL_EDIT_FRAME::CreateNewSymbol(), SCH_EDIT_FRAME::DisplayCurrentSheet(), SIMULATOR_FRAME::doCloseWindow(), SYMBOL_EDITOR_EDIT_TOOL::editSymbolProperties(), SCH_NAVIGATE_TOOL::Forward(), PL_EDIT_TOOL::ImportDrawingSheetContent(), SCH_DRAWING_TOOLS::ImportGraphics(), SYMBOL_EDITOR_DRAWING_TOOLS::ImportGraphics(), EE_TOOL_BASE< T >::Init(), PICKER_TOOL::Init(), ZOOM_TOOL::Init(), PL_DRAWING_TOOLS::Init(), PL_EDIT_TOOL::Init(), ROUTER_TOOL::Init(), BOARD_EDITOR_CONTROL::Init(), DRAWING_TOOL::Init(), PAD_TOOL::Init(), PCB_PICKER_TOOL::Init(), PCB_SELECTION_TOOL::Init(), PCB_TOOL_BASE::Init(), PCB_VIEWER_TOOLS::Init(), TOOL_EVENT::IsCancelInteractive(), SYMBOL_EDIT_FRAME::LoadOneLibrarySymbolAux(), SYMBOL_EDITOR_CONTROL::OnDeMorgan(), DIALOG_ERC::OnERCItemSelected(), DRAWING_TOOL::PlaceImportedGraphics(), SCH_EDITOR_CONTROL::Revert(), SYMBOL_EDIT_FRAME::saveLibrary(), and SYMBOL_EDIT_FRAME::SetUnit().
|
staticinherited |
Definition at line 141 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions(), DISPLAY_FOOTPRINTS_FRAME::updateView(), and FOOTPRINT_VIEWER_FRAME::updateView().
|
staticinherited |
Definition at line 81 of file actions.h.
Referenced by SCH_EDIT_TOOL::JustifyText(), EDIT_TOOL::JustifyText(), SCH_EDIT_TOOL::setTransitions(), and EDIT_TOOL::setTransitions().
|
staticinherited |
Definition at line 142 of file actions.h.
Referenced by SCH_SEARCH_HANDLER::SelectItems(), PCB_SEARCH_HANDLER::SelectItems(), and COMMON_TOOLS::setTransitions().
|
static |
Chamfer (i.e. adds a straight line) all selected straight lines by a user defined setback.
Definition at line 160 of file pcb_actions.h.
Referenced by makeShapeModificationMenu(), and EDIT_TOOL::setTransitions().
|
static |
Switch between dimension arrow directions.
Definition at line 244 of file pcb_actions.h.
Referenced by DRAWING_TOOL::DrawDimension(), and DRAWING_TOOL::Init().
|
static |
Definition at line 430 of file pcb_actions.h.
Referenced by GLOBAL_EDIT_TOOL::ExchangeFootprints(), EDIT_TOOL::Init(), and GLOBAL_EDIT_TOOL::setTransitions().
|
static |
Definition at line 431 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), GLOBAL_EDIT_TOOL::ExchangeFootprints(), EDIT_TOOL::Init(), and GLOBAL_EDIT_TOOL::setTransitions().
|
static |
Update selected tracks & vias to the current track & via dimensions.
Definition at line 152 of file pcb_actions.h.
Referenced by EDIT_TOOL::setTransitions().
|
static |
Definition at line 481 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), FOOTPRINT_EDITOR_CONTROL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 427 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDITOR_CONTROL::setTransitions(), GLOBAL_EDIT_TOOL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 426 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), BOARD_INSPECTION_TOOL::InspectDRCError(), BOARD_INSPECTION_TOOL::InspectDRCErrorMenuText(), and GLOBAL_EDIT_TOOL::setTransitions().
|
static |
Definition at line 557 of file pcb_actions.h.
Referenced by ROUTER_TOOL::Init(), DRAWING_TOOL::Init(), PCB_SELECTION_TOOL::Init(), NET_CONTEXT_MENU::NET_CONTEXT_MENU(), and BOARD_INSPECTION_TOOL::setTransitions().
|
static |
Definition at line 232 of file pcb_actions.h.
Referenced by DRAWING_TOOL::DrawZone(), and DRAWING_TOOL::Init().
|
staticinherited |
Definition at line 84 of file actions.h.
Referenced by LIB_TREE::LIB_TREE(), HIERARCHY_PANE::onCharHook(), LIB_TREE::onQueryCharHook(), and HIERARCHY_PANE::onRightClick().
|
staticinherited |
Definition at line 228 of file actions.h.
Referenced by CVPCB_MAINFRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), KICAD_MANAGER_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), and COMMON_CONTROL::setTransitions().
|
static |
Definition at line 585 of file pcb_actions.h.
Referenced by CONVERT_TOOL::Init(), and CONVERT_TOOL::setTransitions().
|
static |
Definition at line 583 of file pcb_actions.h.
Referenced by CONVERT_TOOL::CreatePolys(), CONVERT_TOOL::Init(), and CONVERT_TOOL::setTransitions().
|
static |
Definition at line 584 of file pcb_actions.h.
Referenced by CONVERT_TOOL::Init(), and CONVERT_TOOL::setTransitions().
|
static |
Definition at line 581 of file pcb_actions.h.
Referenced by CONVERT_TOOL::CreatePolys(), CONVERT_TOOL::Init(), and CONVERT_TOOL::setTransitions().
|
static |
Definition at line 586 of file pcb_actions.h.
Referenced by CONVERT_TOOL::Init(), and CONVERT_TOOL::setTransitions().
|
static |
Definition at line 582 of file pcb_actions.h.
Referenced by CONVERT_TOOL::Init(), and CONVERT_TOOL::setTransitions().
|
staticinherited |
Definition at line 71 of file actions.h.
Referenced by CVPCB_MAINFRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), KICAD_MANAGER_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), EDA_BASE_FRAME::HandleUpdateUIEvent(), SCH_EDIT_TOOL::Init(), SYMBOL_EDITOR_EDIT_TOOL::Init(), PL_EDIT_TOOL::Init(), EDIT_TOOL::Init(), PCB_VIEWER_TOOLS::Init(), ROUTER_TOOL::InlineDrag(), PCB_VIEWER_TOOLS::MeasureTool(), ROUTER_TOOL::performDragging(), CVPCB_ASSOCIATION_TOOL::setTransitions(), SCH_EDITOR_CONTROL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), PL_EDIT_TOOL::setTransitions(), EDIT_TOOL::setTransitions(), CVPCB_MAINFRAME::setupTools(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), KICAD_MANAGER_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 72 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_TOOL::Init(), SYMBOL_EDITOR_EDIT_TOOL::Init(), EDIT_TOOL::Init(), SCH_EDITOR_CONTROL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), EDIT_TOOL::setTransitions(), SCH_EDIT_FRAME::setupUIConditions(), and SYMBOL_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 473 of file pcb_actions.h.
Referenced by FOOTPRINT_EDITOR_CONTROL::Init(), and FOOTPRINT_EDITOR_CONTROL::setTransitions().
|
static |
Copy the selected pad's settings to the board design settings.
Definition at line 504 of file pcb_actions.h.
Referenced by PAD_TOOL::Init(), and PAD_TOOL::setTransitions().
|
static |
copy command with manual reference point selection
Definition at line 129 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), makePositioningToolsMenu(), and EDIT_TOOL::setTransitions().
|
static |
Tool for creating an array of objects.
Definition at line 493 of file pcb_actions.h.
Referenced by CONVERT_TOOL::Init(), ARRAY_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 466 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDITOR_CONTROL::Init(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), and FOOTPRINT_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 169 of file actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), SYMBOL_EDITOR_MOVE_TOOL::doMoveSelection(), SCH_MOVE_TOOL::doMoveSelection(), EDIT_TOOL::DragArcTrack(), DRAWING_TOOL::DrawDimension(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 170 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 160 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 165 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 161 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 166 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 162 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 167 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Cursor control with keyboard.
Definition at line 159 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 164 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 70 of file actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), CVPCB_MAINFRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), KICAD_MANAGER_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), EDA_BASE_FRAME::HandleUpdateUIEvent(), SCH_EDIT_TOOL::Init(), SYMBOL_EDITOR_EDIT_TOOL::Init(), PL_EDIT_TOOL::Init(), EDIT_TOOL::Init(), ROUTER_TOOL::InlineDrag(), ROUTER_TOOL::performDragging(), CVPCB_ASSOCIATION_TOOL::setTransitions(), SCH_EDITOR_CONTROL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), PL_EDIT_TOOL::setTransitions(), EDIT_TOOL::setTransitions(), CVPCB_MAINFRAME::setupTools(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), KICAD_MANAGER_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 472 of file pcb_actions.h.
Referenced by FOOTPRINT_EDITOR_CONTROL::CutCopyFootprint(), FOOTPRINT_EDITOR_CONTROL::Init(), and FOOTPRINT_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 222 of file actions.h.
Referenced by PCB_POINT_EDITOR::changeArcEditMode(), and PCB_POINT_EDITOR::setTransitions().
|
static |
Definition at line 279 of file pcb_actions.h.
Referenced by ROUTER_TOOL::setTransitions().
|
staticinherited |
Definition at line 60 of file actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::FOOTPRINT_EDIT_FRAME(), SYMBOL_EDITOR_CONTROL::setTransitions(), PCB_CONTROL::setTransitions(), and SYMBOL_EDIT_FRAME::SYMBOL_EDIT_FRAME().
|
static |
Drag and drop.
Definition at line 589 of file pcb_actions.h.
Referenced by EVT_UPDATE_UI_RANGE(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 590 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::FOOTPRINT_EDIT_FRAME(), and PCB_CONTROL::setTransitions().
|
staticinherited |
Definition at line 89 of file actions.h.
Referenced by SCH_EDIT_TOOL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), and EDIT_TOOL::setTransitions().
|
staticinherited |
Definition at line 91 of file actions.h.
Referenced by SCH_EDIT_TOOL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), and EDIT_TOOL::setTransitions().
|
static |
Decrease width of currently drawn line.
Definition at line 238 of file pcb_actions.h.
Referenced by DRAWING_TOOL::drawArc(), DRAWING_TOOL::DrawDimension(), DRAWING_TOOL::drawOneBezier(), and DRAWING_TOOL::drawShape().
|
static |
Definition at line 479 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), and FOOTPRINT_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 102 of file actions.h.
Referenced by EDIT_TABLE_TOOL_BASE< T_TABLE, T_TABLECELL, T_COMMIT >::addMenus(), SCH_EDIT_TABLE_TOOL::setTransitions(), and PCB_EDIT_TABLE_TOOL::setTransitions().
|
static |
Definition at line 471 of file pcb_actions.h.
Referenced by FOOTPRINT_EDITOR_CONTROL::Init(), and FOOTPRINT_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 190 of file pcb_actions.h.
Referenced by EDIT_TOOL::setTransitions().
|
static |
Definition at line 231 of file pcb_actions.h.
Referenced by DRAWING_TOOL::drawArc(), DRAWING_TOOL::drawOneBezier(), DRAWING_TOOL::drawShape(), DRAWING_TOOL::DrawZone(), and DRAWING_TOOL::Init().
|
staticinherited |
Definition at line 101 of file actions.h.
Referenced by EDIT_TABLE_TOOL_BASE< T_TABLE, T_TABLECELL, T_COMMIT >::addMenus(), SCH_EDIT_TABLE_TOOL::setTransitions(), and PCB_EDIT_TABLE_TOOL::setTransitions().
|
staticinherited |
Definition at line 79 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::ReCreateVToolbar(), SYMBOL_EDIT_FRAME::ReCreateVToolbar(), PL_EDITOR_FRAME::ReCreateVToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), SCH_EDIT_TOOL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), PL_EDIT_TOOL::setTransitions(), PCB_CONTROL::setTransitions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Remove all connections belonging to a single net from the active selection.
Definition at line 99 of file pcb_actions.h.
Referenced by APPEARANCE_CONTROLS::onNetclassContextMenu(), APPEARANCE_CONTROLS::onNetContextMenu(), PCB_SELECTION_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 553 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), BOARD_INSPECTION_TOOL::InspectDRCErrorMenuText(), and BOARD_INSPECTION_TOOL::setTransitions().
|
static |
Definition at line 321 of file pcb_actions.h.
Referenced by ALIGN_DISTRIBUTE_TOOL::DistributeItems(), ALIGN_DISTRIBUTE_TOOL::Init(), and ALIGN_DISTRIBUTE_TOOL::setTransitions().
|
static |
Definition at line 322 of file pcb_actions.h.
Referenced by ALIGN_DISTRIBUTE_TOOL::DistributeItems(), ALIGN_DISTRIBUTE_TOOL::Init(), and ALIGN_DISTRIBUTE_TOOL::setTransitions().
|
static |
Definition at line 323 of file pcb_actions.h.
Referenced by ALIGN_DISTRIBUTE_TOOL::DistributeItems(), ALIGN_DISTRIBUTE_TOOL::Init(), and ALIGN_DISTRIBUTE_TOOL::setTransitions().
|
static |
Definition at line 324 of file pcb_actions.h.
Referenced by ALIGN_DISTRIBUTE_TOOL::DistributeItems(), ALIGN_DISTRIBUTE_TOOL::Init(), and ALIGN_DISTRIBUTE_TOOL::setTransitions().
|
staticinherited |
Definition at line 78 of file actions.h.
Referenced by SCH_EDITOR_CONTROL::Cut(), SCH_LINE_WIRE_BUS_TOOL::doDrawSegments(), EDIT_TOOL::doMoveSelection(), SYMBOL_EDITOR_MOVE_TOOL::doMoveSelection(), SCH_MOVE_TOOL::doMoveSelection(), SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_DRAWING_TOOLS::doSyncSheetsPins(), SCH_DRAWING_TOOLS::DrawRuleArea(), DRAWING_TOOL::drawShape(), DRAWING_TOOL::DrawZone(), SCH_EDIT_TOOL::Init(), SYMBOL_EDITOR_EDIT_TOOL::Init(), PL_EDIT_TOOL::Init(), EDIT_TOOL::Init(), SCH_EDIT_TOOL::InteractiveDelete(), SYMBOL_EDITOR_EDIT_TOOL::InteractiveDelete(), PL_EDIT_TOOL::InteractiveDelete(), PL_EDIT_TOOL::Main(), ROUTER_TOOL::performRouting(), SCH_DRAWING_TOOLS::PlaceImage(), DRAWING_TOOL::PlaceReferenceImage(), SCH_DRAWING_TOOLS::PlaceSymbol(), SCH_EDIT_TOOL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), PL_EDIT_TOOL::setTransitions(), EDIT_TOOL::setTransitions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), PCB_EDIT_FRAME::setupUIConditions(), SCH_DRAWING_TOOLS::TwoClickPlace(), and PCB_SELECTION_TOOL::unrouteSelected().
|
static |
Add "dogbone" corners to selected lines to allow routing with a cutter radius.
Definition at line 162 of file pcb_actions.h.
Referenced by makeShapeModificationMenu(), and EDIT_TOOL::setTransitions().
|
staticinherited |
Definition at line 236 of file actions.h.
Referenced by EDA_BASE_FRAME::AddStandardHelpMenu(), and COMMON_CONTROL::setTransitions().
|
staticinherited |
Definition at line 47 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::ReCreateHToolbar(), PL_EDITOR_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), SCH_EDITOR_CONTROL::setTransitions(), PL_EDITOR_CONTROL::setTransitions(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 197 of file pcb_actions.h.
Referenced by ROUTER_TOOL::Init(), EDIT_TOOL::Init(), PCB_SELECTION_TOOL::Main(), ROUTER_TOOL::MainLoop(), ROUTER_TOOL::performDragging(), and EDIT_TOOL::setTransitions().
|
static |
Definition at line 198 of file pcb_actions.h.
Referenced by EDIT_TOOL::Drag(), ROUTER_TOOL::Init(), EDIT_TOOL::Init(), PCB_SELECTION_TOOL::Main(), ROUTER_TOOL::MainLoop(), and EDIT_TOOL::setTransitions().
|
static |
Definition at line 216 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DRAWING_TOOL::DrawDimension(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 205 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 206 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 217 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DRAWING_TOOL::DrawDimension(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 204 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 220 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DRAWING_TOOL::DrawDimension(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 201 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 219 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DRAWING_TOOL::DrawDimension(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 202 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DRAWING_TOOL::DrawZone(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 218 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DRAWING_TOOL::DrawDimension(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 203 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 223 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DRAWING_TOOL::DrawZone(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 225 of file pcb_actions.h.
Referenced by DRAWING_TOOL::setTransitions(), PCB_EDIT_FRAME::setupUIConditions(), and ZONE_CONTEXT_MENU::ZONE_CONTEXT_MENU().
|
static |
Definition at line 210 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 209 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DRAWING_TOOL::DrawRectangle(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 222 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 221 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 224 of file pcb_actions.h.
Referenced by DRAWING_TOOL::setTransitions(), PCB_EDIT_FRAME::setupUIConditions(), and ZONE_CONTEXT_MENU::ZONE_CONTEXT_MENU().
|
static |
Definition at line 542 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateVToolbar(), BOARD_EDITOR_CONTROL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 543 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), BOARD_EDITOR_CONTROL::DrillOrigin(), and BOARD_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 77 of file actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), SYMBOL_EDITOR_MOVE_TOOL::doMoveSelection(), SCH_MOVE_TOOL::doMoveSelection(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), SCH_DRAWING_TOOLS::DrawShape(), SCH_DRAWING_TOOLS::DrawSheet(), SCH_DRAWING_TOOLS::ImportSheet(), SCH_EDIT_TOOL::Init(), SYMBOL_EDITOR_EDIT_TOOL::Init(), EDIT_TOOL::Init(), PL_EDIT_TOOL::Main(), SCH_EDITOR_CONTROL::Paste(), SCH_DRAWING_TOOLS::PlaceImage(), SCH_DRAWING_TOOLS::PlaceSymbol(), SCH_EDITOR_CONTROL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), EDIT_TOOL::setTransitions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), PCB_EDIT_FRAME::setupUIConditions(), and SCH_DRAWING_TOOLS::TwoClickPlace().
|
static |
Definition at line 469 of file pcb_actions.h.
Referenced by FOOTPRINT_EDITOR_CONTROL::Init(), and FOOTPRINT_EDITOR_CONTROL::setTransitions().
|
static |
Activation of the duplication tool with incrementing (e.g. pad number)
Definition at line 186 of file pcb_actions.h.
Referenced by EDIT_TOOL::Duplicate(), and EDIT_TOOL::setTransitions().
|
static |
Definition at line 468 of file pcb_actions.h.
Referenced by FOOTPRINT_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 451 of file pcb_actions.h.
Referenced by BOARD_EDITOR_CONTROL::EditFpInFpEditor(), EDIT_TOOL::Init(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 452 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), BOARD_EDITOR_CONTROL::EditFpInFpEditor(), FOOTPRINT_EDIT_FRAME::ReloadFootprint(), BOARD_EDITOR_CONTROL::setTransitions(), FOOTPRINT_EDITOR_CONTROL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 105 of file actions.h.
Referenced by EDIT_TABLE_TOOL_BASE< T_TABLE, T_TABLECELL, T_COMMIT >::addMenus(), SCH_EDIT_TABLE_TOOL::setTransitions(), and PCB_EDIT_TABLE_TOOL::setTransitions().
|
static |
Definition at line 424 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and GLOBAL_EDIT_TOOL::setTransitions().
|
static |
Definition at line 423 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDITOR_CONTROL::setTransitions(), GLOBAL_EDIT_TOOL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 422 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and GLOBAL_EDIT_TOOL::setTransitions().
|
staticinherited |
Definition at line 244 of file actions.h.
Referenced by EMBED_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Tool for quick pad enumeration.
Definition at line 490 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PAD_TOOL::Init(), and PAD_TOOL::setTransitions().
|
staticinherited |
Definition at line 121 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), EE_INSPECTION_TOOL::Init(), EE_INSPECTION_TOOL::setTransitions(), and DRC_TOOL::setTransitions().
|
staticinherited |
Definition at line 83 of file actions.h.
Referenced by LIB_TREE::LIB_TREE(), HIERARCHY_PANE::onCharHook(), LIB_TREE::onQueryCharHook(), and HIERARCHY_PANE::onRightClick().
|
static |
Definition at line 486 of file pcb_actions.h.
Referenced by PAD_TOOL::enterPadEditMode(), PAD_TOOL::Init(), and PAD_TOOL::setTransitions().
|
static |
Definition at line 476 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDITOR_CONTROL::Init(), FOOTPRINT_EDITOR_CONTROL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 438 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Extend selected lines to meet at a point.
Definition at line 166 of file pcb_actions.h.
Referenced by makeShapeModificationMenu(), and EDIT_TOOL::setTransitions().
|
staticinherited |
|
static |
Fillet (i.e. adds an arc tangent to) all selected straight lines by a user defined radius.
Definition at line 158 of file pcb_actions.h.
Referenced by makeShapeModificationMenu(), and EDIT_TOOL::setTransitions().
|
static |
Fillet (i.e. adds an arc tangent to) all selected straight tracks by a user defined radius.
Definition at line 155 of file pcb_actions.h.
Referenced by EDIT_TOOL::Init(), and EDIT_TOOL::setTransitions().
|
static |
Filter the items in the current selection (invokes dialog)
Definition at line 117 of file pcb_actions.h.
Referenced by SELECT_MENU::SELECT_MENU(), and PCB_SELECTION_TOOL::setTransitions().
|
static |
Find an item.
Definition at line 572 of file pcb_actions.h.
|
staticinherited |
Definition at line 110 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), SCH_FIND_REPLACE_TOOL::FindAndReplace(), SCH_EDIT_FRAME::ReCreateHToolbar(), SCH_FIND_REPLACE_TOOL::setTransitions(), and SCH_FIND_REPLACE_TOOL::UpdateFind().
|
staticinherited |
Definition at line 111 of file actions.h.
Referenced by DIALOG_SCH_FIND::OnFind(), SCH_FIND_REPLACE_TOOL::ReplaceAndFindNext(), SCH_FIND_REPLACE_TOOL::setTransitions(), and BOARD_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 113 of file actions.h.
Referenced by SCH_FIND_REPLACE_TOOL::FindNext(), and SCH_FIND_REPLACE_TOOL::setTransitions().
|
staticinherited |
Definition at line 112 of file actions.h.
Referenced by SCH_FIND_REPLACE_TOOL::FindNext(), BOARD_EDITOR_CONTROL::FindNext(), SCH_FIND_REPLACE_TOOL::setTransitions(), and BOARD_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 66 of file actions.h.
Referenced by SCH_LINE_WIRE_BUS_TOOL::doDrawSegments(), SYMBOL_EDITOR_DRAWING_TOOLS::doDrawShape(), SCH_DRAWING_TOOLS::DrawShape(), SCH_DRAWING_TOOLS::DrawSheet(), SCH_DRAWING_TOOLS::DrawTable(), EE_SELECTION_TOOL::Init(), SCH_LINE_WIRE_BUS_TOOL::Init(), SYMBOL_EDITOR_DRAWING_TOOLS::Init(), ROUTER_TOOL::Init(), and ROUTER_TOOL::performRouting().
|
static |
Flipping of selected objects.
Definition at line 136 of file pcb_actions.h.
Referenced by PCB_TOOL_BASE::doInteractiveItemPlacement(), EDIT_TOOL::doMoveSelection(), EDIT_TOOL::Init(), PAD_TOOL::Init(), and EDIT_TOOL::setTransitions().
|
static |
|
static |
Definition at line 478 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), EDIT_TOOL::Properties(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), FOOTPRINT_EDITOR_CONTROL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 447 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), BOARD_EDITOR_CONTROL::GenerateFabFiles(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 446 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), BOARD_EDITOR_CONTROL::GenerateFabFiles(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 441 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 440 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), BOARD_EDITOR_CONTROL::GenerateFabFiles(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 444 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), BOARD_EDITOR_CONTROL::GenerateFabFiles(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 445 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), BOARD_EDITOR_CONTROL::GenerateFabFiles(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 593 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and MULTICHANNEL_TOOL::setTransitions().
|
static |
Definition at line 442 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 443 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), BOARD_EDITOR_CONTROL::GenerateFabFiles(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 295 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and GENERATOR_TOOL::setTransitions().
|
static |
Definition at line 291 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), GENERATOR_TOOL::GenEditAction(), PCB_POINT_EDITOR::OnSelectionChange(), and GENERATOR_TOOL::setTransitions().
|
static |
Definition at line 293 of file pcb_actions.h.
Referenced by EDIT_TOOL::DeleteItems(), GENERATOR_TOOL::GenEditAction(), and GENERATOR_TOOL::setTransitions().
|
static |
Definition at line 292 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), GENERATOR_TOOL::GenEditAction(), PCB_POINT_EDITOR::OnSelectionChange(), and GENERATOR_TOOL::setTransitions().
|
static |
Definition at line 289 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), GENERATOR_TOOL::GenEditAction(), PCB_POINT_EDITOR::OnSelectionChange(), and GENERATOR_TOOL::setTransitions().
|
static |
Definition at line 290 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), GENERATOR_TOOL::GenEditAction(), GENERATOR_TOOL::setTransitions(), and PCB_POINT_EDITOR::updateItem().
|
static |
Find an item and start moving.
Definition at line 575 of file pcb_actions.h.
Referenced by BOARD_EDITOR_CONTROL::Init(), and EDIT_TOOL::setTransitions().
|
staticinherited |
Definition at line 237 of file actions.h.
Referenced by EDA_BASE_FRAME::AddStandardHelpMenu(), and COMMON_CONTROL::setTransitions().
|
staticinherited |
Definition at line 232 of file actions.h.
Referenced by EDA_BASE_FRAME::AddStandardHelpMenu(), COMMON_CONTROL::setTransitions(), and COMMON_CONTROL::ShowHelp().
|
static |
Definition at line 425 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and GLOBAL_EDIT_TOOL::setTransitions().
|
static |
Select and move nearest unconnected footprint from ratsnest of selection.
Definition at line 105 of file pcb_actions.h.
Referenced by SELECT_MENU::SELECT_MENU(), and PCB_SELECTION_TOOL::setTransitions().
|
static |
Display footprint graphics as outlines.
Definition at line 496 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateOptToolbar(), PCB_VIEWER_TOOLS::setTransitions(), DISPLAY_FOOTPRINTS_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), FOOTPRINT_VIEWER_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 179 of file actions.h.
Referenced by PANEL_GRID_SETTINGS::PANEL_GRID_SETTINGS(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 180 of file actions.h.
Referenced by PANEL_GRID_SETTINGS::PANEL_GRID_SETTINGS(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 181 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 182 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 190 of file actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), COMMON_TOOLS::setTransitions(), and GRID_MENU::update().
|
staticinherited |
Definition at line 186 of file actions.h.
Referenced by EDA_DRAW_FRAME::CommonSettingsChanged(), GRID_MENU::eventHandler(), EDA_DRAW_FRAME::OnSelectGrid(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 183 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 189 of file actions.h.
Referenced by EDA_DRAW_FRAME::OnSelectGrid(), SCH_EDIT_FRAME::ReCreateOptToolbar(), SYMBOL_EDIT_FRAME::ReCreateOptToolbar(), PL_EDITOR_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 185 of file actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), and PCB_CONTROL::setTransitions().
|
staticinherited |
Definition at line 184 of file actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), COMMON_TOOLS::GridOrigin(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), PCB_CONTROL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 532 of file pcb_actions.h.
Referenced by GROUP_CONTEXT_MENU::GROUP_CONTEXT_MENU(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), GROUP_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), PCB_EDIT_FRAME::setupUIConditions(), and GROUP_CONTEXT_MENU::update().
|
static |
Definition at line 535 of file pcb_actions.h.
Referenced by PCB_SELECTION_TOOL::Init(), and GROUP_TOOL::setTransitions().
|
static |
Definition at line 536 of file pcb_actions.h.
Referenced by PCB_SELECTION_TOOL::Init(), and GROUP_TOOL::setTransitions().
|
static |
Definition at line 310 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::OnEditItemRequest(), PCB_EDIT_FRAME::OnEditItemRequest(), and GROUP_TOOL::setTransitions().
|
static |
Connect selected shapes, possibly extending or cutting them, or adding extra geometry.
Definition at line 164 of file pcb_actions.h.
Referenced by makeShapeModificationMenu(), and EDIT_TOOL::setTransitions().
|
staticinherited |
Definition at line 233 of file actions.h.
Referenced by EDA_BASE_FRAME::AddStandardHelpMenu(), and COMMON_CONTROL::setTransitions().
|
staticinherited |
Definition at line 155 of file actions.h.
Referenced by LIBRARY_EDITOR_CONTROL::AddContextMenuItems(), SCH_DESIGN_BLOCK_CONTROL::Init(), LIBRARY_EDITOR_CONTROL::setTransitions(), and SCH_DESIGN_BLOCK_CONTROL::setTransitions().
|
static |
Definition at line 568 of file pcb_actions.h.
Referenced by PCB_SELECTION_TOOL::ClearSelection(), EDIT_TOOL::doMoveSelection(), and BOARD_INSPECTION_TOOL::setTransitions().
|
static |
Definition at line 565 of file pcb_actions.h.
Referenced by NET_CONTEXT_MENU::NET_CONTEXT_MENU(), BOARD_INSPECTION_TOOL::setTransitions(), PCB_EDIT_FRAME::setupUIConditions(), APPEARANCE_CONTROLS::showNetclass(), and NET_GRID_TABLE::updateNetVisibility().
|
staticinherited |
Definition at line 145 of file actions.h.
Referenced by GERBVIEW_CONTROL::DisplayControl(), GERBVIEW_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), GERBVIEW_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), GERBVIEW_CONTROL::setTransitions(), PCB_CONTROL::setTransitions(), GERBVIEW_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 146 of file actions.h.
Referenced by APPEARANCE_CONTROLS::createControls(), GERBVIEW_CONTROL::DisplayControl(), APPEARANCE_CONTROLS::rebuildLayers(), GERBVIEW_CONTROL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 562 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::ExecuteRemoteCommand(), and BOARD_INSPECTION_TOOL::setTransitions().
|
static |
Definition at line 558 of file pcb_actions.h.
Referenced by PCB_SELECTION_TOOL::Main(), APPEARANCE_CONTROLS::onNetContextMenu(), BOARD_INSPECTION_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 561 of file pcb_actions.h.
Referenced by BOARD_INSPECTION_TOOL::HighlightNet(), NET_CONTEXT_MENU::NET_CONTEXT_MENU(), BOARD_INSPECTION_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 475 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDITOR_CONTROL::Init(), and FOOTPRINT_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 435 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateHToolbar(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 437 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and BOARD_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 193 of file actions.h.
Referenced by GERBVIEW_FRAME::doReCreateMenuBar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateOptToolbar(), SCH_EDIT_FRAME::ReCreateOptToolbar(), SYMBOL_EDIT_FRAME::ReCreateOptToolbar(), GERBVIEW_FRAME::ReCreateOptToolbar(), PL_EDITOR_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), COMMON_TOOLS::setTransitions(), DISPLAY_FOOTPRINTS_FRAME::setupUIConditions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), GERBVIEW_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), FOOTPRINT_VIEWER_FRAME::setupUIConditions(), PCB_EDIT_FRAME::setupUIConditions(), and EDA_DRAW_FRAME::setupUnits().
|
staticinherited |
Definition at line 87 of file actions.h.
Referenced by EE_SELECTION_TOOL::Main(), PCB_SELECTION_TOOL::Main(), SCH_EDIT_TOOL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), and EDIT_TOOL::setTransitions().
|
staticinherited |
Definition at line 88 of file actions.h.
Referenced by SCH_EDIT_TOOL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), and EDIT_TOOL::setTransitions().
|
staticinherited |
Definition at line 90 of file actions.h.
Referenced by SCH_EDIT_TOOL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), and EDIT_TOOL::setTransitions().
|
static |
Increase width of currently drawn line.
Definition at line 235 of file pcb_actions.h.
Referenced by DRAWING_TOOL::drawArc(), DRAWING_TOOL::DrawDimension(), DRAWING_TOOL::drawOneBezier(), and DRAWING_TOOL::drawShape().
|
static |
Definition at line 551 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), EDIT_TOOL::Init(), BOARD_INSPECTION_TOOL::InspectDRCErrorMenuText(), and BOARD_INSPECTION_TOOL::setTransitions().
|
static |
Definition at line 552 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), BOARD_INSPECTION_TOOL::InspectDRCErrorMenuText(), and BOARD_INSPECTION_TOOL::setTransitions().
|
static |
Intersection of multiple polygons.
Definition at line 177 of file pcb_actions.h.
Referenced by makeShapeModificationMenu(), and EDIT_TOOL::setTransitions().
|
static |
Definition at line 385 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 384 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 381 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 392 of file pcb_actions.h.
Referenced by DRAWING_TOOL::drawArc(), DRAWING_TOOL::DrawDimension(), DRAWING_TOOL::drawOneBezier(), DRAWING_TOOL::drawShape(), DRAWING_TOOL::DrawZone(), ROUTER_TOOL::MainLoop(), PCB_POINT_EDITOR::OnSelectionChange(), FOOTPRINT_EDIT_FRAME::SetActiveLayer(), and PCB_EDIT_FRAME::SetActiveLayer().
|
static |
Definition at line 351 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 360 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 361 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 362 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 363 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 364 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 365 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 366 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 367 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 368 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 369 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 352 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 370 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 371 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 372 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 373 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 374 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 375 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 376 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 377 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 378 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 379 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 353 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 380 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 354 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 355 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 356 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 357 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 358 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 359 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 382 of file pcb_actions.h.
Referenced by ROUTER_TOOL::handleLayerSwitch(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 387 of file pcb_actions.h.
Referenced by PCB_CONTROL::setTransitions().
|
static |
Definition at line 383 of file pcb_actions.h.
Referenced by ROUTER_TOOL::handleLayerSwitch(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 386 of file pcb_actions.h.
Referenced by ROUTER_TOOL::handleLayerSwitch(), ROUTER_TOOL::MainLoop(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 350 of file pcb_actions.h.
Referenced by LayerIDToAction(), ROUTER_TOOL::setTransitions(), and PCB_CONTROL::setTransitions().
|
staticinherited |
Definition at line 80 of file actions.h.
Referenced by SCH_EDIT_TOOL::JustifyText(), EDIT_TOOL::JustifyText(), SCH_EDIT_TOOL::setTransitions(), and EDIT_TOOL::setTransitions().
|
static |
Definition at line 215 of file pcb_actions.h.
Referenced by DRAWING_TOOL::Init(), and DRAWING_TOOL::PlaceTuningPattern().
|
staticinherited |
Definition at line 156 of file actions.h.
Referenced by LIBRARY_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 235 of file actions.h.
Referenced by EDA_BASE_FRAME::AddStandardHelpMenu(), and COMMON_CONTROL::setTransitions().
|
static |
Definition at line 567 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::ReCreateVToolbar(), BOARD_INSPECTION_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 528 of file pcb_actions.h.
Referenced by LOCK_CONTEXT_MENU::LOCK_CONTEXT_MENU(), PCB_EDIT_FRAME::ReCreateHToolbar(), BOARD_EDITOR_CONTROL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Snapping controls.
Definition at line 247 of file pcb_actions.h.
Referenced by PCB_PICKER_TOOL::Init(), PCB_CONTROL::setTransitions(), and PCB_CONTROL::SnapMode().
|
static |
Definition at line 248 of file pcb_actions.h.
Referenced by PCB_PICKER_TOOL::Init(), PCB_CONTROL::setTransitions(), and PCB_CONTROL::SnapMode().
|
static |
Definition at line 249 of file pcb_actions.h.
Referenced by PCB_CONTROL::setTransitions().
|
static |
Definition at line 541 of file pcb_actions.h.
|
staticinherited |
Definition at line 103 of file actions.h.
Referenced by EDIT_TABLE_TOOL_BASE< T_TABLE, T_TABLECELL, T_COMMIT >::addMenus(), SCH_EDIT_TABLE_TOOL::setTransitions(), and PCB_EDIT_TABLE_TOOL::setTransitions().
|
static |
Merge multiple polygons into a single polygon.
Definition at line 173 of file pcb_actions.h.
Referenced by makeShapeModificationMenu(), and EDIT_TOOL::setTransitions().
|
static |
Definition at line 519 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), MICROWAVE_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 513 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), MICROWAVE_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 521 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), MICROWAVE_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 515 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), MICROWAVE_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 517 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), MICROWAVE_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 195 of file actions.h.
Referenced by GERBVIEW_FRAME::doReCreateMenuBar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateOptToolbar(), SCH_EDIT_FRAME::ReCreateOptToolbar(), SYMBOL_EDIT_FRAME::ReCreateOptToolbar(), GERBVIEW_FRAME::ReCreateOptToolbar(), PL_EDITOR_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), COMMON_TOOLS::setTransitions(), DISPLAY_FOOTPRINTS_FRAME::setupUIConditions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), GERBVIEW_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), FOOTPRINT_VIEWER_FRAME::setupUIConditions(), PCB_EDIT_FRAME::setupUIConditions(), and EDA_DRAW_FRAME::setupUnits().
|
staticinherited |
Definition at line 194 of file actions.h.
Referenced by GERBVIEW_FRAME::doReCreateMenuBar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateOptToolbar(), SCH_EDIT_FRAME::ReCreateOptToolbar(), SYMBOL_EDIT_FRAME::ReCreateOptToolbar(), GERBVIEW_FRAME::ReCreateOptToolbar(), PL_EDITOR_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), COMMON_TOOLS::setTransitions(), DISPLAY_FOOTPRINTS_FRAME::setupUIConditions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), GERBVIEW_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), FOOTPRINT_VIEWER_FRAME::setupUIConditions(), PCB_EDIT_FRAME::setupUIConditions(), and EDA_DRAW_FRAME::setupUnits().
|
static |
Mirroring of selected items.
Definition at line 139 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), EDIT_TOOL::Init(), PAD_TOOL::Init(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), EDIT_TOOL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 140 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), EDIT_TOOL::Init(), PAD_TOOL::Init(), EDIT_TOOL::Mirror(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), EDIT_TOOL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
move or drag an item
Definition at line 120 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), EDIT_TOOL::GetAndPlace(), API_HANDLER_PCB::handleInteractiveMoveItems(), EDIT_TOOL::Init(), PCB_SELECTION_TOOL::Main(), PCB_CONTROL::placeBoardItems(), EDIT_TOOL::setTransitions(), DIALOG_IMPORT_NETLIST::~DIALOG_IMPORT_NETLIST(), and DIALOG_UPDATE_PCB::~DIALOG_UPDATE_PCB().
|
static |
Activation of the exact move tool.
Definition at line 183 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), makePositioningToolsMenu(), and EDIT_TOOL::setTransitions().
|
static |
move items one-by-one
Definition at line 123 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), PCB_SELECTION_TOOL::grabUnconnected(), EDIT_TOOL::Init(), and EDIT_TOOL::setTransitions().
|
static |
move with a reference point
Definition at line 126 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), makePositioningToolsMenu(), and EDIT_TOOL::setTransitions().
|
static |
Definition at line 337 of file pcb_actions.h.
Referenced by APPEARANCE_CONTROLS::createControls(), APPEARANCE_CONTROLS::rebuildNets(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 463 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDITOR_CONTROL::Init(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), and FOOTPRINT_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 48 of file actions.h.
Referenced by SYMBOL_EDITOR_CONTROL::AddLibrary(), PCB_CONTROL::AddLibrary(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), SCH_DESIGN_BLOCK_CONTROL::Init(), SCH_DESIGN_BLOCK_CONTROL::setTransitions(), SYMBOL_EDITOR_CONTROL::setTransitions(), and PCB_CONTROL::setTransitions().
|
staticinherited |
Definition at line 120 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), EE_INSPECTION_TOOL::setTransitions(), and DRC_TOOL::setTransitions().
|
staticinherited |
Definition at line 50 of file actions.h.
Referenced by BITMAP2CMP_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::ReCreateHToolbar(), PL_EDITOR_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), BITMAP2CMP_CONTROL::setTransitions(), SCH_EDITOR_CONTROL::setTransitions(), PL_EDITOR_CONTROL::setTransitions(), and BOARD_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 62 of file actions.h.
Referenced by SYMBOL_EDITOR_CONTROL::Init(), FOOTPRINT_EDITOR_CONTROL::Init(), SYMBOL_EDITOR_CONTROL::setTransitions(), and FOOTPRINT_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 227 of file actions.h.
Referenced by EDA_3D_VIEWER_FRAME::doReCreateMenuBar(), BITMAP2CMP_FRAME::doReCreateMenuBar(), CVPCB_MAINFRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::doReCreateMenuBar(), SIMULATOR_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), GERBVIEW_FRAME::doReCreateMenuBar(), KICAD_MANAGER_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), PCB_CALCULATOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), and COMMON_CONTROL::setTransitions().
|
staticinherited |
Definition at line 61 of file actions.h.
Referenced by SYMBOL_EDITOR_CONTROL::Init(), FOOTPRINT_EDITOR_CONTROL::Init(), SYMBOL_EDITOR_CONTROL::setTransitions(), and FOOTPRINT_EDITOR_CONTROL::setTransitions().
|
static |
Create outset items from selection.
Definition at line 170 of file pcb_actions.h.
Referenced by CONVERT_TOOL::Init(), and CONVERT_TOOL::setTransitions().
|
static |
Pack and start moving selected footprints.
Definition at line 146 of file pcb_actions.h.
Referenced by EDIT_TOOL::Init(), and EDIT_TOOL::setTransitions().
|
static |
Definition at line 340 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), PCB_VIEWER_TOOLS::setTransitions(), DISPLAY_FOOTPRINTS_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), FOOTPRINT_VIEWER_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 56 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_TOOL::Properties(), EDIT_TOOL::Properties(), SCH_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), SCH_EDITOR_CONTROL::setTransitions(), and BOARD_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 174 of file actions.h.
Referenced by EDA_3D_CONTROLLER::setTransitions(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 175 of file actions.h.
Referenced by EDA_3D_CONTROLLER::setTransitions(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 176 of file actions.h.
Referenced by EDA_3D_CONTROLLER::setTransitions(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 173 of file actions.h.
Referenced by EDA_3D_CONTROLLER::setTransitions(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 73 of file actions.h.
Referenced by CVPCB_MAINFRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), KICAD_MANAGER_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SIMULATOR_CONTROL::ExportPlotToSchematic(), EDA_BASE_FRAME::HandleUpdateUIEvent(), SCH_EDIT_TOOL::Init(), SYMBOL_EDITOR_EDIT_TOOL::Init(), PL_EDIT_TOOL::Init(), EDIT_TOOL::Init(), ROUTER_TOOL::InlineDrag(), ROUTER_TOOL::performDragging(), SCH_EDIT_FRAME::ReCreateHToolbar(), CVPCB_ASSOCIATION_TOOL::setTransitions(), SCH_EDITOR_CONTROL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), PL_EDIT_TOOL::setTransitions(), PCB_CONTROL::setTransitions(), CVPCB_MAINFRAME::setupTools(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), KICAD_MANAGER_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 474 of file pcb_actions.h.
Referenced by FOOTPRINT_EDITOR_CONTROL::Init(), and FOOTPRINT_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 74 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_TOOL::Init(), EDIT_TOOL::Init(), ROUTER_TOOL::InlineDrag(), SCH_EDITOR_CONTROL::Paste(), PCB_CONTROL::Paste(), ROUTER_TOOL::performDragging(), SCH_EDITOR_CONTROL::setTransitions(), PCB_CONTROL::setTransitions(), SCH_EDIT_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 205 of file actions.h.
Referenced by EDIT_TOOL::pickReferencePoint(), and PCB_PICKER_TOOL::setTransitions().
|
static |
Definition at line 540 of file pcb_actions.h.
|
static |
Definition at line 311 of file pcb_actions.h.
Referenced by DIALOG_GROUP_PROPERTIES::OnAddMember(), and GROUP_TOOL::setTransitions().
|
staticinherited |
Definition at line 152 of file actions.h.
Referenced by LIBRARY_EDITOR_CONTROL::AddContextMenuItems(), SCH_DESIGN_BLOCK_CONTROL::Init(), LIB_TREE::onItemContextMenu(), LIBRARY_EDITOR_CONTROL::setTransitions(), and SCH_DESIGN_BLOCK_CONTROL::setTransitions().
|
static |
Definition at line 226 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and DRAWING_TOOL::setTransitions().
|
static |
Definition at line 544 of file pcb_actions.h.
|
static |
Definition at line 228 of file pcb_actions.h.
Referenced by FOOTPRINT_VIEWER_FRAME::AddFootprintToPCB(), PCB_EDIT_FRAME::doReCreateMenuBar(), BOARD_EDITOR_CONTROL::Init(), PCB_EDIT_FRAME::ReCreateVToolbar(), FOOTPRINT_EDIT_FRAME::SaveFootprintToBoard(), BOARD_EDITOR_CONTROL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 229 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DRAWING_TOOL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
Activation of the drawing tool (placing a PAD)
Definition at line 484 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PAD_TOOL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 207 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 227 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and DRAWING_TOOL::setTransitions().
|
static |
Definition at line 208 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 58 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), SCH_EDITOR_CONTROL::setTransitions(), PL_EDITOR_CONTROL::setTransitions(), and BOARD_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 241 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), EVT_UPDATE_UI_RANGE(), PCB_EDIT_FRAME::KiwayMailIn(), FOOTPRINT_WIZARD_FRAME::PythonPluginsReload(), SCH_EDITOR_CONTROL::setTransitions(), SCRIPTING_TOOL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupTools().
|
static |
Scripting Actions.
Definition at line 418 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and SCRIPTING_TOOL::setTransitions().
|
static |
Definition at line 298 of file pcb_actions.h.
Referenced by PCB_POINT_EDITOR::Init(), and PCB_POINT_EDITOR::setTransitions().
|
static |
Definition at line 302 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), PCB_POINT_EDITOR::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 303 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), PCB_EDIT_FRAME::ReCreateVToolbar(), PCB_POINT_EDITOR::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 300 of file pcb_actions.h.
Referenced by PCB_POINT_EDITOR::Init(), and PCB_POINT_EDITOR::setTransitions().
|
static |
Definition at line 305 of file pcb_actions.h.
Referenced by makeShapeModificationMenu(), and PCB_POINT_EDITOR::setTransitions().
|
static |
Definition at line 306 of file pcb_actions.h.
Referenced by makeShapeModificationMenu(), and PCB_POINT_EDITOR::setTransitions().
|
static |
Definition at line 299 of file pcb_actions.h.
Referenced by PCB_POINT_EDITOR::Init(), and PCB_POINT_EDITOR::setTransitions().
|
static |
Definition at line 327 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), makePositioningToolsMenu(), and POSITION_RELATIVE_TOOL::setTransitions().
|
static |
Definition at line 328 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), makePositioningToolsMenu(), and POSITION_RELATIVE_TOOL::setTransitions().
|
staticinherited |
Definition at line 119 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), EE_INSPECTION_TOOL::setTransitions(), and DRC_TOOL::setTransitions().
|
staticinherited |
Definition at line 57 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), GERBVIEW_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::ReCreateHToolbar(), GERBVIEW_FRAME::ReCreateHToolbar(), PL_EDITOR_FRAME::ReCreateHToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), SCH_EDITOR_CONTROL::setTransitions(), GERBVIEW_CONTROL::setTransitions(), PL_EDITOR_CONTROL::setTransitions(), PCB_CONTROL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
Activation of the edit tool.
Definition at line 180 of file pcb_actions.h.
Referenced by PCB_SEARCH_HANDLER::ActivateItem(), PCB_TOOL_BASE::doInteractiveItemPlacement(), DRAWING_TOOL::drawArc(), DRAWING_TOOL::DrawDimension(), DRAWING_TOOL::drawOneBezier(), DRAWING_TOOL::drawShape(), DRAWING_TOOL::DrawTable(), DRAWING_TOOL::DrawZone(), EDIT_TOOL::Init(), PAD_TOOL::Init(), PCB_SELECTION_TOOL::Main(), ROUTER_TOOL::performRouting(), BOARD_EDITOR_CONTROL::PlaceFootprint(), DRAWING_TOOL::PlaceText(), DRAWING_TOOL::PlaceTuningPattern(), and EDIT_TOOL::setTransitions().
|
static |
Copy the current pad's settings to other pads in the footprint or on the board.
Definition at line 510 of file pcb_actions.h.
Referenced by PAD_TOOL::Init(), and PAD_TOOL::setTransitions().
|
staticinherited |
Definition at line 59 of file actions.h.
Referenced by BITMAP2CMP_CONTROL::setTransitions(), SCH_EDITOR_CONTROL::setTransitions(), SIMULATOR_CONTROL::setTransitions(), PCB_CALCULATOR_CONTROL::setTransitions(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 336 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::ReCreateOptToolbar(), PCB_CONTROL::setTransitions(), PCB_EDIT_FRAME::setupUIConditions(), and PCB_CONTROL::ToggleRatsnest().
|
static |
Definition at line 338 of file pcb_actions.h.
Referenced by APPEARANCE_CONTROLS::createControls(), APPEARANCE_CONTROLS::rebuildNets(), and PCB_CONTROL::setTransitions().
|
static |
Definition at line 487 of file pcb_actions.h.
Referenced by PAD_TOOL::enterPadEditMode(), PAD_TOOL::Init(), FOOTPRINT_EDIT_FRAME::SaveFootprint(), and PAD_TOOL::setTransitions().
|
staticinherited |
Definition at line 69 of file actions.h.
Referenced by SCH_LINE_WIRE_BUS_TOOL::doDrawSegments(), EDIT_TOOL::doMoveSelection(), CVPCB_MAINFRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DRAWING_TOOL::drawArc(), DRAWING_TOOL::DrawDimension(), DRAWING_TOOL::drawOneBezier(), SCH_DRAWING_TOOLS::DrawShape(), DRAWING_TOOL::drawShape(), SCH_DRAWING_TOOLS::DrawSheet(), SCH_DRAWING_TOOLS::DrawTable(), DRAWING_TOOL::DrawTable(), DRAWING_TOOL::DrawZone(), EDA_BASE_FRAME::HandleUpdateUIEvent(), BOARD_EDITOR_CONTROL::PlaceFootprint(), SCH_DRAWING_TOOLS::PlaceImage(), DRAWING_TOOL::PlaceReferenceImage(), SCH_DRAWING_TOOLS::PlaceSymbol(), DRAWING_TOOL::PlaceText(), CVPCB_MAINFRAME::ReCreateHToolbar(), SCH_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_EDIT_FRAME::ReCreateHToolbar(), PL_EDITOR_FRAME::ReCreateHToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), CVPCB_ASSOCIATION_TOOL::setTransitions(), SCH_EDITOR_CONTROL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), PL_EDIT_TOOL::setTransitions(), PCB_CONTROL::setTransitions(), CVPCB_MAINFRAME::setupUIConditions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), PCB_EDIT_FRAME::setupUIConditions(), and SCH_DRAWING_TOOLS::TwoClickPlace().
|
staticinherited |
Definition at line 149 of file actions.h.
Referenced by SCH_EDIT_TOOL::AutoplaceFields(), SCH_EDIT_TOOL::ChangeBodyStyle(), SCH_EDITOR_CONTROL::ChangeLineMode(), COMMON_TOOLS::CursorControl(), SCH_LINE_WIRE_BUS_TOOL::doDrawSegments(), SYMBOL_EDITOR_DRAWING_TOOLS::doDrawShape(), PCB_TOOL_BASE::doInteractiveItemPlacement(), EDIT_TOOL::doMoveSelection(), SYMBOL_EDITOR_MOVE_TOOL::doMoveSelection(), SCH_MOVE_TOOL::doMoveSelection(), DRAWING_TOOL::drawArc(), DRAWING_TOOL::DrawDimension(), DRAWING_TOOL::drawOneBezier(), SCH_DRAWING_TOOLS::DrawShape(), PL_DRAWING_TOOLS::DrawShape(), DRAWING_TOOL::drawShape(), SCH_DRAWING_TOOLS::DrawSheet(), SCH_DRAWING_TOOLS::DrawTable(), DRAWING_TOOL::DrawTable(), SCH_EDIT_TOOL::JustifyText(), PL_EDIT_TOOL::Main(), SCH_EDIT_TOOL::Mirror(), SYMBOL_EDITOR_EDIT_TOOL::Mirror(), SCH_EDITOR_CONTROL::NextLineMode(), BOARD_EDITOR_CONTROL::PlaceFootprint(), SCH_DRAWING_TOOLS::PlaceImage(), PL_DRAWING_TOOLS::PlaceItem(), DRAWING_TOOL::PlaceReferenceImage(), SCH_DRAWING_TOOLS::PlaceSymbol(), DRAWING_TOOL::PlaceText(), SCH_EDIT_TOOL::Rotate(), SYMBOL_EDITOR_EDIT_TOOL::Rotate(), SCH_DRAWING_TOOLS::SingleClickPlace(), SCH_EDIT_TOOL::Swap(), SYMBOL_EDITOR_EDIT_TOOL::Swap(), SCH_DRAWING_TOOLS::TwoClickPlace(), and SYMBOL_EDITOR_DRAWING_TOOLS::TwoClickPlace().
|
static |
Definition at line 286 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), DIALOG_GENERATORS::OnRebuildAllClick(), and GENERATOR_TOOL::setTransitions().
|
static |
Generator tool.
Definition at line 285 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), GENERATOR_TOOL::Init(), and GENERATOR_TOOL::setTransitions().
|
static |
Definition at line 288 of file pcb_actions.h.
|
static |
Definition at line 287 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), DIALOG_GENERATORS::OnRebuildTypeClick(), and GENERATOR_TOOL::setTransitions().
|
static |
Deleting a BOARD_ITEM.
Definition at line 189 of file pcb_actions.h.
|
staticinherited |
Cursor control event types.
Definition at line 246 of file actions.h.
Referenced by EMBED_TOOL::setTransitions().
|
static |
Definition at line 534 of file pcb_actions.h.
Referenced by GROUP_CONTEXT_MENU::GROUP_CONTEXT_MENU(), GROUP_TOOL::setTransitions(), and GROUP_CONTEXT_MENU::update().
|
static |
Definition at line 433 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and GLOBAL_EDIT_TOOL::setTransitions().
|
static |
Definition at line 470 of file pcb_actions.h.
Referenced by FOOTPRINT_EDITOR_CONTROL::Init(), and FOOTPRINT_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 549 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::OpenProjectFiles(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 550 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDITOR_CONTROL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 592 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and MULTICHANNEL_TOOL::setTransitions().
|
staticinherited |
Definition at line 115 of file actions.h.
Referenced by DIALOG_SCH_FIND::OnReplace(), and SCH_FIND_REPLACE_TOOL::setTransitions().
|
staticinherited |
Definition at line 114 of file actions.h.
Referenced by DIALOG_SCH_FIND::OnReplace(), and SCH_FIND_REPLACE_TOOL::setTransitions().
|
staticinherited |
Definition at line 238 of file actions.h.
Referenced by EDA_BASE_FRAME::AddStandardHelpMenu(), and COMMON_CONTROL::setTransitions().
|
static |
Definition at line 73 of file pcb_actions.h.
Referenced by PCB_POINT_EDITOR::OnSelectionChange(), and PCB_SELECTION_TOOL::setTransitions().
|
staticinherited |
Definition at line 199 of file actions.h.
Referenced by DRAWING_TOOL::drawShape(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 55 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDITOR_CONTROL::Init(), FOOTPRINT_EDITOR_CONTROL::Init(), SCH_EDITOR_CONTROL::setTransitions(), SYMBOL_EDITOR_CONTROL::setTransitions(), BOARD_EDITOR_CONTROL::setTransitions(), FOOTPRINT_EDITOR_CONTROL::setTransitions(), SYMBOL_EDIT_FRAME::setupUIConditions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 82 of file actions.h.
Referenced by SCH_EDIT_TOOL::setTransitions(), and EDIT_TOOL::setTransitions().
|
static |
Definition at line 133 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), EDIT_TOOL::Init(), PAD_TOOL::Init(), TOOL_EVT_UTILS::IsRotateToolEvt(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), EDIT_TOOL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
Rotation of selected objects.
Definition at line 132 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), EDIT_TOOL::Init(), PAD_TOOL::Init(), TOOL_EVT_UTILS::IsRotateToolEvt(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), EDIT_TOOL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
Activation of the Push and Shove router (differential pair mode)
Definition at line 257 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), ROUTER_TOOL::Init(), ROUTER_TOOL::MainLoop(), PCB_EDIT_FRAME::ReCreateVToolbar(), ROUTER_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 266 of file pcb_actions.h.
Referenced by ROUTER_TOOL::Init(), ROUTER_TOOL::performRouting(), and ROUTER_TOOL::RouteSelected().
|
static |
Definition at line 269 of file pcb_actions.h.
Referenced by ROUTER_TOOL::RouteSelected(), and ROUTER_TOOL::setTransitions().
|
static |
Definition at line 265 of file pcb_actions.h.
Referenced by ROUTER_TOOL::Init(), ROUTER_TOOL::performRouting(), and ROUTER_TOOL::RouteSelected().
|
static |
Definition at line 273 of file pcb_actions.h.
Referenced by DIFF_PAIR_MENU::eventHandler(), and ROUTER_TOOL::setTransitions().
|
static |
Actions to enable switching modes via hotkey assignments.
Definition at line 276 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::ReCreateVToolbar(), ROUTER_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Activation of the Push and Shove router (inline dragging mode)
Definition at line 282 of file pcb_actions.h.
Referenced by EDIT_TOOL::invokeInlineRouter(), ROUTER_TOOL::performRouting(), and ROUTER_TOOL::setTransitions().
|
static |
Definition at line 267 of file pcb_actions.h.
Referenced by ROUTER_TOOL::setTransitions().
|
static |
Definition at line 268 of file pcb_actions.h.
Referenced by ROUTER_TOOL::RouteSelected(), and ROUTER_TOOL::setTransitions().
|
static |
Activation of the Push and Shove settings dialogs.
Definition at line 272 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), ROUTER_TOOL::Init(), PCB_EDIT_FRAME::ReCreateVToolbar(), and ROUTER_TOOL::setTransitions().
|
static |
Definition at line 277 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::ReCreateVToolbar(), ROUTER_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 263 of file pcb_actions.h.
Referenced by ROUTER_TOOL::Init(), and ROUTER_TOOL::performRouting().
|
static |
Definition at line 278 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::ReCreateVToolbar(), ROUTER_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Activation of the Push and Shove router.
Definition at line 254 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), ROUTER_TOOL::Init(), ROUTER_TOOL::MainLoop(), ROUTER_TOOL::performRouting(), PCB_EDIT_FRAME::ReCreateVToolbar(), ROUTER_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 449 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ExecuteRemoteCommand(), PCB_EDIT_FRAME::ReCreateHToolbar(), and DRC_TOOL::setTransitions().
|
staticinherited |
Definition at line 51 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDITOR_CONTROL::Init(), FOOTPRINT_EDITOR_CONTROL::Init(), SCH_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_EDIT_FRAME::ReCreateHToolbar(), PL_EDITOR_FRAME::ReCreateHToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_EDITOR_CONTROL::Save(), SCH_EDITOR_CONTROL::setTransitions(), SYMBOL_EDITOR_CONTROL::setTransitions(), PL_EDITOR_CONTROL::setTransitions(), BOARD_EDITOR_CONTROL::setTransitions(), FOOTPRINT_EDITOR_CONTROL::setTransitions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 54 of file actions.h.
Referenced by SYMBOL_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_EDITOR_CONTROL::Save(), SYMBOL_EDITOR_CONTROL::setTransitions(), and SYMBOL_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 52 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), KICAD_MANAGER_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDITOR_CONTROL::Init(), SCH_EDITOR_CONTROL::setTransitions(), KICAD_MANAGER_CONTROL::setTransitions(), PL_EDITOR_CONTROL::setTransitions(), BOARD_EDITOR_CONTROL::setTransitions(), FOOTPRINT_EDITOR_CONTROL::setTransitions(), KICAD_MANAGER_FRAME::setupUIConditions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 53 of file actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and BOARD_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 75 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_TOOL::Init(), SYMBOL_EDITOR_EDIT_TOOL::Init(), EDIT_TOOL::Init(), EE_SELECTION_TOOL::setTransitions(), PCB_SELECTION_TOOL::setTransitions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 95 of file actions.h.
Referenced by EE_SELECTION_TOOL::Init(), PCB_SELECTION_TOOL::Init(), EE_SELECTION_TOOL::setTransitions(), and PCB_SELECTION_TOOL::setTransitions().
|
static |
Select tracks between junctions or expands an existing selection to pads or the entire connection.
Definition at line 90 of file pcb_actions.h.
Referenced by EDIT_TOOL::Remove(), SELECT_MENU::SELECT_MENU(), and PCB_SELECTION_TOOL::setTransitions().
|
static |
Activation of the selection tool.
Definition at line 62 of file pcb_actions.h.
Referenced by PCB_SELECTION_TOOL::setTransitions(), and PCB_TEST_SELECTION_TOOL::setTransitions().
|
static |
Clear the current selection.
Definition at line 68 of file pcb_actions.h.
Referenced by FOOTPRINT_VIEWER_FRAME::AddFootprintToPCB(), EDIT_TOOL::ChangeTrackWidth(), PCB_EDIT_TABLE_TOOL::clearSelection(), DIALOG_FOOTPRINT_CHECKER::deleteAllMarkers(), DIALOG_DRC::deleteAllMarkers(), EDIT_TOOL::DeleteItems(), DIALOG_CLEANUP_GRAPHICS::doCleanup(), DIALOG_GLOBAL_DELETION::DoGlobalDeletions(), PCB_TOOL_BASE::doInteractiveItemPlacement(), EDIT_TOOL::doMoveSelection(), DRAWING_TOOL::drawArc(), DRAWING_TOOL::DrawDimension(), DRAWING_TOOL::drawOneBezier(), DRAWING_TOOL::drawShape(), DRAWING_TOOL::DrawTable(), EDIT_TOOL::Duplicate(), BOARD_EDITOR_CONTROL::EditFpInFpEditor(), PAD_TOOL::EditPad(), PCB_EDIT_TABLE_TOOL::EditTable(), PAD_TOOL::EnumeratePads(), EDIT_TOOL::Flip(), EDIT_TOOL::GetAndPlace(), DRAWING_TOOL::getSourceZoneForAction(), API_HANDLER_PCB::handleInteractiveMoveItems(), BOARD_INSPECTION_TOOL::HighlightItem(), ROUTER_TOOL::InlineBreakTrack(), ROUTER_TOOL::InlineDrag(), PCB_CONTROL::InteractiveDelete(), DRAWING_TOOL::InteractivePlaceWithPreview(), EDIT_TOOL::JustifyText(), BOARD_INSPECTION_TOOL::LocalRatsnestTool(), ROUTER_TOOL::MainLoop(), EDIT_TOOL::Mirror(), EDIT_TOOL::MoveExact(), DIALOG_DRC::OnDeleteOneClick(), DIALOG_FOOTPRINT_CHECKER::OnDeleteOneClick(), ARRAY_TOOL::onDialogClosed(), ZONE_CREATE_HELPER::OnFirstPoint(), DIALOG_GENERATORS::OnItemSelected(), PCB_EDIT_FRAME::OnNetlistChanged(), DIALOG_GENERATORS::OnRebuildTypeClick(), DIALOG_UPDATE_PCB::PerformUpdate(), ZONE_CREATE_HELPER::performZoneCutout(), GROUP_TOOL::PickNewMember(), PCB_CONTROL::placeBoardItems(), BOARD_EDITOR_CONTROL::PlaceFootprint(), DRAWING_TOOL::PlaceImportedGraphics(), DRAWING_TOOL::PlaceReferenceImage(), DRAWING_TOOL::PlaceText(), DRAWING_TOOL::PlaceTuningPattern(), PCB_CONTROL::Print(), EDIT_TOOL::Properties(), PAD_TOOL::RecombinePad(), POSITION_RELATIVE_TOOL::RelativeItemSelectionMove(), PCB_POINT_EDITOR::removeCorner(), EDIT_TOOL::Rotate(), ROUTER_TOOL::RouteSelected(), FOOTPRINT_EDIT_FRAME::SaveFootprintToBoard(), DIALOG_FIND::search(), PCB_PICKER_TOOL::SelectItemInteractively(), PCB_SEARCH_HANDLER::SelectItems(), DRAWING_TOOL::SetAnchor(), PCB_SELECTION_TOOL::setTransitions(), DRC_TOOL::ShowDRCDialog(), DIALOG_GROUP_PROPERTIES::TransferDataFromWindow(), PANEL_SETUP_LAYERS::TransferDataFromWindow(), GROUP_TOOL::Ungroup(), and BOARD_EDITOR_CONTROL::ZoneMerge().
|
static |
Select a single item under the cursor position.
Definition at line 65 of file pcb_actions.h.
Referenced by ROUTER_TOOL::CanInlineDrag(), DRAWING_TOOL::getSourceZoneForAction(), ROUTER_TOOL::InlineDrag(), BOARD_INSPECTION_TOOL::LocalRatsnestTool(), BOARD_EDITOR_CONTROL::modifyLockSelected(), GROUP_TOOL::RemoveFromGroup(), PCB_SELECTION_TOOL::RequestSelection(), PCB_SELECTION_TOOL::setTransitions(), and GROUP_TOOL::Ungroup().
|
static |
Run a selection menu to select from a list of items.
Definition at line 86 of file pcb_actions.h.
Referenced by PCB_SELECTION_TOOL::setTransitions().
|
static |
Definition at line 539 of file pcb_actions.h.
|
static |
Select an item (specified as the event parameter).
Definition at line 71 of file pcb_actions.h.
Referenced by ZONE_CREATE_HELPER::commitZone(), MICROWAVE_TOOL::createInductorBetween(), EDIT_TOOL::DeleteItems(), DRAWING_TOOL::DrawArc(), DRAWING_TOOL::DrawBezier(), DRAWING_TOOL::DrawCircle(), DRAWING_TOOL::DrawDimension(), DRAWING_TOOL::DrawRectangle(), DRAWING_TOOL::drawShape(), DRAWING_TOOL::DrawTable(), EDIT_TOOL::GetAndPlace(), BOARD_INSPECTION_TOOL::HighlightItem(), ZONE_CREATE_HELPER::performZoneCutout(), BOARD_EDITOR_CONTROL::PlaceFootprint(), DRAWING_TOOL::PlaceReferenceImage(), DRAWING_TOOL::PlaceText(), DIALOG_FIND::search(), PCB_SELECTION_TOOL::setTransitions(), DIALOG_GROUP_PROPERTIES::TransferDataFromWindow(), and BOARD_EDITOR_CONTROL::ZoneMerge().
|
static |
Selection of reference points/items.
Definition at line 331 of file pcb_actions.h.
Referenced by DIALOG_CREATE_ARRAY::OnSelectCenterButton(), DIALOG_POSITION_RELATIVE::OnSelectItemClick(), and PCB_PICKER_TOOL::setTransitions().
|
static |
Select a list of items (specified as the event parameter)
Definition at line 76 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), EDIT_TOOL::Duplicate(), API_HANDLER_PCB::handleInteractiveMoveItems(), ROUTER_TOOL::InlineDrag(), ARRAY_TOOL::onDialogClosed(), PCB_BASE_FRAME::OnFpChangeDebounceTimer(), DIALOG_GENERATORS::OnItemSelected(), PCB_EDIT_FRAME::OnNetlistChanged(), DIALOG_GENERATORS::OnRebuildTypeClick(), PCB_CONTROL::placeBoardItems(), DRAWING_TOOL::PlaceImportedGraphics(), ROUTER_TOOL::restoreSelection(), PCB_SEARCH_HANDLER::SelectItems(), PCB_SELECTION_TOOL::setTransitions(), and GROUP_TOOL::Ungroup().
|
static |
Definition at line 192 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::PrepareLayerIndicator(), PCB_EDIT_FRAME::ReCreateAuxiliaryToolbar(), and ROUTER_TOOL::setTransitions().
|
staticinherited |
Definition at line 224 of file actions.h.
Referenced by LIB_TREE::onHeaderContextMenu().
|
static |
Select all connections belonging to a single net.
Definition at line 96 of file pcb_actions.h.
Referenced by BOARD_EDITOR_CONTROL::AssignNetclass(), APPEARANCE_CONTROLS::onNetclassContextMenu(), APPEARANCE_CONTROLS::onNetContextMenu(), SELECT_MENU::SELECT_MENU(), PCB_SELECTION_TOOL::selectNet(), PCB_SELECTION_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Select symbols/pins on schematic corresponding to selected footprints/pads.
Definition at line 114 of file pcb_actions.h.
Referenced by SELECT_MENU::SELECT_MENU(), BOARD_EDITOR_CONTROL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Select all components on sheet from Eeschema crossprobing.
Definition at line 108 of file pcb_actions.h.
Referenced by PCB_SELECTION_TOOL::setTransitions().
|
static |
Definition at line 332 of file pcb_actions.h.
Referenced by DIALOG_CREATE_ARRAY::OnSelectCenterButton(), DIALOG_POSITION_RELATIVE::OnSelectPointClick(), and PCB_PICKER_TOOL::setTransitions().
|
staticinherited |
Definition at line 94 of file actions.h.
Referenced by EE_SELECTION_TOOL::Init(), PCB_SELECTION_TOOL::Init(), EE_SELECTION_TOOL::setTransitions(), and PCB_SELECTION_TOOL::setTransitions().
|
static |
Select all components on the same sheet as the selected footprint.
Definition at line 111 of file pcb_actions.h.
Referenced by SELECT_MENU::SELECT_MENU(), PCB_SELECTION_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 96 of file actions.h.
Referenced by EE_SELECTION_TOOL::Init(), PCB_SELECTION_TOOL::Init(), EE_SELECTION_TOOL::setTransitions(), and PCB_SELECTION_TOOL::setTransitions().
|
static |
Select unconnected footprints from ratsnest of selection.
Definition at line 102 of file pcb_actions.h.
Referenced by SELECT_MENU::SELECT_MENU(), PCB_SELECTION_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 230 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 209 of file actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_VIEWER_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateHToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateHToolbar(), FOOTPRINT_WIZARD_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), and PCB_VIEWER_TOOLS::setTransitions().
|
staticinherited |
Definition at line 67 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 217 of file actions.h.
Referenced by SYMBOL_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), EE_INSPECTION_TOOL::Init(), SYMBOL_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_VIEWER_FRAME::ReCreateHToolbar(), EE_INSPECTION_TOOL::setTransitions(), FOOTPRINT_EDITOR_CONTROL::setTransitions(), SYMBOL_EDIT_FRAME::setupUIConditions(), SYMBOL_VIEWER_FRAME::setupUIConditions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 231 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), KICAD_MANAGER_FRAME::doReCreateMenuBar(), COMMON_CONTROL::setTransitions(), and COMMON_CONTROL::ShowLibraryTable().
|
static |
Definition at line 546 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateHToolbar(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 554 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and BOARD_INSPECTION_TOOL::setTransitions().
|
staticinherited |
Definition at line 212 of file actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateHToolbar(), and COMMON_CONTROL::setTransitions().
|
staticinherited |
Definition at line 213 of file actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), and COMMON_CONTROL::setTransitions().
|
staticinherited |
Definition at line 230 of file actions.h.
Referenced by CVPCB_MAINFRAME::doReCreateMenuBar(), KICAD_MANAGER_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ExecuteRemoteCommand(), CVPCB_MAINFRAME::ReCreateHToolbar(), COMMON_CONTROL::setTransitions(), and COMMON_CONTROL::ShowLibraryTable().
|
static |
Definition at line 454 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), BOARD_EDITOR_CONTROL::setTransitions(), FOOTPRINT_EDITOR_CONTROL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 154 of file actions.h.
Referenced by SYMBOL_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), LIBRARY_EDITOR_CONTROL::setTransitions(), SYMBOL_EDIT_FRAME::setupUIConditions(), and FOOTPRINT_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 566 of file pcb_actions.h.
Referenced by NET_CONTEXT_MENU::NET_CONTEXT_MENU(), BOARD_INSPECTION_TOOL::setTransitions(), PCB_EDIT_FRAME::setupUIConditions(), APPEARANCE_CONTROLS::showNetclass(), and NET_GRID_TABLE::updateNetVisibility().
|
static |
Definition at line 455 of file pcb_actions.h.
Referenced by APPEARANCE_CONTROLS::APPEARANCE_CONTROLS(), PCB_EDIT_FRAME::doReCreateMenuBar(), BOARD_EDITOR_CONTROL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 347 of file pcb_actions.h.
Referenced by DISPLAY_FOOTPRINTS_FRAME::ReCreateOptToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateOptToolbar(), PCB_VIEWER_TOOLS::setTransitions(), DISPLAY_FOOTPRINTS_FRAME::setupUIConditions(), and FOOTPRINT_VIEWER_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 208 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), and COMMON_CONTROL::setTransitions().
|
staticinherited |
Definition at line 216 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::ReCreateOptToolbar(), SYMBOL_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), SCH_EDITOR_CONTROL::setTransitions(), SYMBOL_EDITOR_CONTROL::setTransitions(), BOARD_EDITOR_CONTROL::setTransitions(), FOOTPRINT_EDITOR_CONTROL::setTransitions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 456 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateHToolbar(), BOARD_EDITOR_CONTROL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 335 of file pcb_actions.h.
Referenced by DIALOG_DRC::OnDRCItemSelected(), PCB_EDIT_FRAME::ReCreateOptToolbar(), PCB_CONTROL::setTransitions(), PCB_EDIT_FRAME::setupUIConditions(), and PCB_CONTROL::ToggleRatsnest().
|
staticinherited |
Definition at line 108 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_EDITOR_CONTROL::setTransitions(), BOARD_EDITOR_CONTROL::setTransitions(), SCH_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 210 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::ReCreateHToolbar(), and COMMON_CONTROL::setTransitions().
|
staticinherited |
Definition at line 211 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), SCH_EDITOR_CONTROL::EditWithSymbolEditor(), SCH_EDIT_FRAME::ReCreateHToolbar(), and COMMON_CONTROL::setTransitions().
|
staticinherited |
Definition at line 229 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), KICAD_MANAGER_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::ExecuteRemoteCommand(), COMMON_CONTROL::setTransitions(), and COMMON_CONTROL::ShowLibraryTable().
|
static |
Simplify polygon outlines.
Definition at line 168 of file pcb_actions.h.
Referenced by makeShapeModificationMenu(), and EDIT_TOOL::setTransitions().
|
static |
Definition at line 149 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), and EDIT_TOOL::Init().
|
static |
Definition at line 212 of file pcb_actions.h.
Referenced by DRAWING_TOOL::Init(), and DRAWING_TOOL::PlaceTuningPattern().
|
static |
Definition at line 211 of file pcb_actions.h.
Referenced by DRAWING_TOOL::Init(), and DRAWING_TOOL::PlaceTuningPattern().
|
static |
Subtract polygons from other polygons.
Definition at line 175 of file pcb_actions.h.
Referenced by makeShapeModificationMenu(), and EDIT_TOOL::setTransitions().
|
static |
Swapping of selected items.
Definition at line 143 of file pcb_actions.h.
Referenced by EDIT_TOOL::Init(), and EDIT_TOOL::setTransitions().
|
static |
Definition at line 432 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), and GLOBAL_EDIT_TOOL::setTransitions().
|
static |
Sets selection to specified items, zooms to fit, if enabled.
Definition at line 80 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::KiwayMailIn(), and PCB_SELECTION_TOOL::setTransitions().
|
static |
Sets selection to specified items with connected nets, zooms to fit, if enabled.
Definition at line 83 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::KiwayMailIn(), and PCB_SELECTION_TOOL::setTransitions().
|
static |
Display texts as lines.
Definition at line 499 of file pcb_actions.h.
Referenced by FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateOptToolbar(), PCB_VIEWER_TOOLS::setTransitions(), DISPLAY_FOOTPRINTS_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), FOOTPRINT_VIEWER_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 147 of file actions.h.
Referenced by SCH_EDIT_FRAME::ReCreateOptToolbar(), SYMBOL_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), COMMON_TOOLS::setTransitions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), FOOTPRINT_VIEWER_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 143 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 144 of file actions.h.
Referenced by DISPLAY_FOOTPRINTS_FRAME::ReCreateOptToolbar(), SCH_EDIT_FRAME::ReCreateOptToolbar(), SYMBOL_EDIT_FRAME::ReCreateOptToolbar(), GERBVIEW_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), COMMON_TOOLS::setTransitions(), DISPLAY_FOOTPRINTS_FRAME::setupUIConditions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), GERBVIEW_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), FOOTPRINT_VIEWER_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 187 of file actions.h.
Referenced by SIMULATOR_FRAME::doReCreateMenuBar(), GERBVIEW_FRAME::doReCreateMenuBar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateOptToolbar(), SCH_EDIT_FRAME::ReCreateOptToolbar(), SYMBOL_EDIT_FRAME::ReCreateOptToolbar(), GERBVIEW_FRAME::ReCreateOptToolbar(), PL_EDITOR_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), SIMULATOR_CONTROL::setTransitions(), COMMON_TOOLS::setTransitions(), DISPLAY_FOOTPRINTS_FRAME::setupUIConditions(), SCH_EDIT_FRAME::setupUIConditions(), SIMULATOR_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), SYMBOL_VIEWER_FRAME::setupUIConditions(), GERBVIEW_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), FOOTPRINT_VIEWER_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 188 of file actions.h.
Referenced by SCH_EDIT_FRAME::ReCreateOptToolbar(), SYMBOL_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), COMMON_TOOLS::setTransitions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 524 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), DRAWING_TOOL::Init(), PCB_VIEWER_TOOLS::Init(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), DRAWING_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 559 of file pcb_actions.h.
Referenced by BOARD_INSPECTION_TOOL::HighlightNet(), and BOARD_INSPECTION_TOOL::setTransitions().
|
static |
Definition at line 527 of file pcb_actions.h.
Referenced by LOCK_CONTEXT_MENU::LOCK_CONTEXT_MENU(), and BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 560 of file pcb_actions.h.
Referenced by BOARD_INSPECTION_TOOL::HighlightNet(), PCB_EDIT_FRAME::ReCreateOptToolbar(), BOARD_INSPECTION_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 198 of file actions.h.
Referenced by GERBVIEW_FRAME::doReCreateMenuBar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateOptToolbar(), GERBVIEW_FRAME::ReCreateOptToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateOptToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateOptToolbar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), COMMON_TOOLS::setTransitions(), GERBVIEW_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 197 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
static |
Definition at line 339 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), PCB_CONTROL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 402 of file pcb_actions.h.
Referenced by PCB_TOOL_BASE::doInteractiveItemPlacement(), TRACK_WIDTH_MENU::eventHandler(), DIFF_PAIR_MENU::eventHandler(), VIA_SIZE_MENU::eventHandler(), ROUTER_TOOL::setTransitions(), PCB_EDIT_FRAME::Tracks_and_Vias_Size_Event(), BOARD_EDITOR_CONTROL::TrackWidthDec(), BOARD_EDITOR_CONTROL::TrackWidthInc(), BOARD_EDITOR_CONTROL::ViaSizeDec(), and BOARD_EDITOR_CONTROL::ViaSizeInc().
|
static |
Definition at line 398 of file pcb_actions.h.
Referenced by BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 397 of file pcb_actions.h.
Referenced by BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 260 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 259 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 261 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateVToolbar(), DRAWING_TOOL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 68 of file actions.h.
Referenced by SCH_LINE_WIRE_BUS_TOOL::doDrawSegments(), EDIT_TOOL::doMoveSelection(), CVPCB_MAINFRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), EDIT_TOOL::DragArcTrack(), DRAWING_TOOL::drawArc(), DRAWING_TOOL::DrawDimension(), DRAWING_TOOL::drawOneBezier(), SCH_DRAWING_TOOLS::DrawRuleArea(), SCH_DRAWING_TOOLS::DrawShape(), PL_DRAWING_TOOLS::DrawShape(), DRAWING_TOOL::drawShape(), SCH_DRAWING_TOOLS::DrawSheet(), SCH_DRAWING_TOOLS::DrawTable(), DRAWING_TOOL::DrawTable(), DRAWING_TOOL::DrawZone(), EDA_BASE_FRAME::HandleUpdateUIEvent(), SCH_DRAWING_TOOLS::ImportSheet(), ROUTER_TOOL::InlineDrag(), ROUTER_TOOL::performDragging(), ROUTER_TOOL::performRouting(), BOARD_EDITOR_CONTROL::PlaceFootprint(), SCH_DRAWING_TOOLS::PlaceImage(), PL_DRAWING_TOOLS::PlaceItem(), DRAWING_TOOL::PlaceReferenceImage(), SCH_DRAWING_TOOLS::PlaceSymbol(), DRAWING_TOOL::PlaceText(), DRAWING_TOOL::PlaceTuningPattern(), CVPCB_MAINFRAME::ReCreateHToolbar(), SCH_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_EDIT_FRAME::ReCreateHToolbar(), PL_EDITOR_FRAME::ReCreateHToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), CVPCB_ASSOCIATION_TOOL::setTransitions(), SCH_EDITOR_CONTROL::setTransitions(), SYMBOL_EDITOR_EDIT_TOOL::setTransitions(), PL_EDIT_TOOL::setTransitions(), PCB_CONTROL::setTransitions(), CVPCB_MAINFRAME::setupUIConditions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), PCB_EDIT_FRAME::setupUIConditions(), and SCH_DRAWING_TOOLS::TwoClickPlace().
|
static |
Definition at line 533 of file pcb_actions.h.
Referenced by GROUP_CONTEXT_MENU::GROUP_CONTEXT_MENU(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), GROUP_TOOL::setTransitions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), PCB_EDIT_FRAME::setupUIConditions(), and GROUP_CONTEXT_MENU::update().
|
static |
Definition at line 529 of file pcb_actions.h.
Referenced by LOCK_CONTEXT_MENU::LOCK_CONTEXT_MENU(), PCB_EDIT_FRAME::ReCreateHToolbar(), BOARD_EDITOR_CONTROL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 104 of file actions.h.
Referenced by EDIT_TABLE_TOOL_BASE< T_TABLE, T_TABLECELL, T_COMMIT >::addMenus(), SCH_EDIT_TABLE_TOOL::setTransitions(), and PCB_EDIT_TABLE_TOOL::setTransitions().
|
staticinherited |
Definition at line 153 of file actions.h.
Referenced by LIBRARY_EDITOR_CONTROL::AddContextMenuItems(), SCH_DESIGN_BLOCK_CONTROL::Init(), LIB_TREE::onItemContextMenu(), LIBRARY_EDITOR_CONTROL::setTransitions(), and SCH_DESIGN_BLOCK_CONTROL::setTransitions().
|
static |
Removes all tracks from the selected items to the first pad.
Definition at line 93 of file pcb_actions.h.
Referenced by EDIT_TOOL::Init(), and PCB_SELECTION_TOOL::setTransitions().
|
staticinherited |
Definition at line 76 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_TOOL::Init(), SYMBOL_EDITOR_EDIT_TOOL::Init(), EDIT_TOOL::Init(), EE_SELECTION_TOOL::setTransitions(), PCB_SELECTION_TOOL::setTransitions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 72 of file pcb_actions.h.
Referenced by PCB_SELECTION_TOOL::setTransitions().
|
static |
Definition at line 77 of file pcb_actions.h.
Referenced by PCB_SELECTION_TOOL::setTransitions().
|
staticinherited |
Definition at line 116 of file actions.h.
Referenced by SCH_EDIT_FRAME::OnFindDialogClose(), DIALOG_SCH_FIND::OnIdle(), DIALOG_SCH_FIND::OnSearchForSelect(), SCH_FIND_REPLACE_TOOL::setTransitions(), and SCH_FIND_REPLACE_TOOL::UpdateFind().
|
static |
Definition at line 428 of file pcb_actions.h.
Referenced by GLOBAL_EDIT_TOOL::ExchangeFootprints(), EDIT_TOOL::Init(), and GLOBAL_EDIT_TOOL::setTransitions().
|
static |
Definition at line 429 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), GLOBAL_EDIT_TOOL::ExchangeFootprints(), EDIT_TOOL::Init(), and GLOBAL_EDIT_TOOL::setTransitions().
|
static |
Definition at line 569 of file pcb_actions.h.
Referenced by EDIT_TOOL::doMoveSelection(), EDIT_TOOL::Flip(), EDIT_TOOL::JustifyText(), EDIT_TOOL::Mirror(), EDIT_TOOL::MoveExact(), EDIT_TOOL::Rotate(), and BOARD_INSPECTION_TOOL::setTransitions().
|
staticinherited |
Definition at line 220 of file actions.h.
Referenced by ACTION_MENU::OnMenuEvent(), EDA_3D_CONTROLLER::setTransitions(), CVPCB_CONTROL::setTransitions(), CVPCB_FOOTPRINT_VIEWER_SELECTION_TOOL::setTransitions(), EE_SELECTION_TOOL::setTransitions(), GERBVIEW_SELECTION_TOOL::setTransitions(), KICAD_MANAGER_CONTROL::setTransitions(), PL_SELECTION_TOOL::setTransitions(), and PCB_SELECTION_TOOL::setTransitions().
|
staticinherited |
Definition at line 214 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::KiwayMailIn(), PCB_EDIT_FRAME::ReCreateHToolbar(), SCH_EDITOR_CONTROL::setTransitions(), and BOARD_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 223 of file actions.h.
Referenced by EDA_DRAW_FRAME::CommonSettingsChanged(), PCB_VIEWER_TOOLS::MeasureTool(), and POSITION_RELATIVE_TOOL::PositionRelativeInteractively().
|
staticinherited |
Definition at line 215 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::KiwayMailIn(), SCH_EDITOR_CONTROL::setTransitions(), and BOARD_EDITOR_CONTROL::setTransitions().
|
staticinherited |
Definition at line 196 of file actions.h.
Referenced by DRAWING_TOOL::drawArc(), DRAWING_TOOL::drawOneBezier(), DRAWING_TOOL::drawShape(), GERBVIEW_INSPECTION_TOOL::MeasureTool(), PCB_VIEWER_TOOLS::MeasureTool(), POSITION_RELATIVE_TOOL::PositionRelativeInteractively(), GERBVIEW_CONTROL::setTransitions(), and EDA_DRAW_FRAME::unitsChangeRefresh().
|
static |
Definition at line 341 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), PCB_CONTROL::setTransitions(), and PCB_EDIT_FRAME::setupUIConditions().
|
static |
Definition at line 400 of file pcb_actions.h.
Referenced by BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 399 of file pcb_actions.h.
Referenced by BOARD_EDITOR_CONTROL::setTransitions().
|
static |
Definition at line 342 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), PCB_CONTROL::setTransitions(), PCB_EDIT_FRAME::setupUIConditions(), and PCB_CONTROL::ZoneDisplayMode().
|
static |
Definition at line 344 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), PCB_CONTROL::setTransitions(), PCB_EDIT_FRAME::setupUIConditions(), and PCB_CONTROL::ZoneDisplayMode().
|
static |
Definition at line 343 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), PCB_CONTROL::setTransitions(), PCB_EDIT_FRAME::setupUIConditions(), and PCB_CONTROL::ZoneDisplayMode().
|
static |
Definition at line 346 of file pcb_actions.h.
Referenced by PCB_CONTROL::setTransitions(), and PCB_CONTROL::ZoneDisplayMode().
|
static |
Definition at line 345 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::ReCreateOptToolbar(), PCB_CONTROL::setTransitions(), PCB_EDIT_FRAME::setupUIConditions(), and PCB_CONTROL::ZoneDisplayMode().
|
static |
Duplicate zone onto another layer.
Definition at line 415 of file pcb_actions.h.
Referenced by BOARD_EDITOR_CONTROL::setTransitions(), PCB_EDIT_FRAME::setupUIConditions(), and ZONE_CONTEXT_MENU::ZONE_CONTEXT_MENU().
|
static |
Definition at line 407 of file pcb_actions.h.
Referenced by ZONE_FILLER_TOOL::IsZoneFillAction(), ZONE_FILLER_TOOL::setTransitions(), and ZONE_CONTEXT_MENU::ZONE_CONTEXT_MENU().
|
static |
Definition at line 408 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), API_HANDLER_PCB::handleRefillZones(), ZONE_FILLER_TOOL::IsZoneFillAction(), PCB_EDIT_FRAME::ReCreateVToolbar(), ZONE_FILLER_TOOL::setTransitions(), PCB_CONTROL::unfilledZoneCheck(), ZONE_CONTEXT_MENU::ZONE_CONTEXT_MENU(), and GLOBAL_EDIT_TOOL::ZonesManager().
|
static |
Definition at line 409 of file pcb_actions.h.
Referenced by BOARD_COMMIT::Push(), and ZONE_FILLER_TOOL::setTransitions().
|
static |
Definition at line 412 of file pcb_actions.h.
Referenced by BOARD_EDITOR_CONTROL::setTransitions(), PCB_EDIT_FRAME::setupUIConditions(), and ZONE_CONTEXT_MENU::ZONE_CONTEXT_MENU().
|
static |
Definition at line 457 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), GLOBAL_EDIT_TOOL::setTransitions(), and ZONE_CONTEXT_MENU::ZONE_CONTEXT_MENU().
|
static |
Definition at line 410 of file pcb_actions.h.
Referenced by ZONE_FILLER_TOOL::IsZoneFillAction(), ZONE_FILLER_TOOL::setTransitions(), and ZONE_CONTEXT_MENU::ZONE_CONTEXT_MENU().
|
static |
Definition at line 411 of file pcb_actions.h.
Referenced by PCB_EDIT_FRAME::doReCreateMenuBar(), ZONE_FILLER_TOOL::IsZoneFillAction(), PCB_EDIT_FRAME::ReCreateVToolbar(), ZONE_FILLER_TOOL::setTransitions(), and ZONE_CONTEXT_MENU::ZONE_CONTEXT_MENU().
|
staticinherited |
Definition at line 133 of file actions.h.
Referenced by COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 135 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), EE_SELECTION_TOOL::Main(), PCB_SELECTION_TOOL::Main(), SCH_EDIT_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 134 of file actions.h.
Referenced by GERBVIEW_CONTROL::ClearAllLayers(), DIALOG_MIGRATE_BUSES::DIALOG_MIGRATE_BUSES(), EDA_3D_VIEWER_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::doReCreateMenuBar(), SIMULATOR_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_VIEWER_FRAME::doReCreateMenuBar(), GERBVIEW_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_VIEWER_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::emptyScreen(), EVT_GRID_CMD_CELL_CHANGED(), EVT_UPDATE_UI_RANGE(), FOOTPRINT_EDIT_FRAME::FOOTPRINT_EDIT_FRAME(), GERBVIEW_FRAME::GERBVIEW_FRAME(), SCH_EDIT_FRAME::importFile(), FOOTPRINT_EDITOR_CONTROL::ImportFootprint(), SCH_EDIT_FRAME::initScreenZoom(), SYMBOL_EDIT_FRAME::LoadSymbolFromCurrentLib(), CVPCB_FOOTPRINT_VIEWER_SELECTION_TOOL::Main(), EE_SELECTION_TOOL::Main(), GERBVIEW_SELECTION_TOOL::Main(), PL_SELECTION_TOOL::Main(), PCB_SELECTION_TOOL::Main(), PL_EDITOR_FRAME::OnNewDrawingSheet(), SCH_EDIT_FRAME::onSize(), PCB_EDIT_FRAME::onSize(), SCH_EDIT_FRAME::OpenProjectFiles(), SIMULATOR_FRAME::ReCreateHToolbar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateHToolbar(), SCH_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_VIEWER_FRAME::ReCreateHToolbar(), GERBVIEW_FRAME::ReCreateHToolbar(), PL_EDITOR_FRAME::ReCreateHToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateHToolbar(), FOOTPRINT_WIZARD_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), EDA_3D_VIEWER_FRAME::ReCreateMainToolbar(), PL_EDITOR_FRAME::RollbackFromUndo(), SYMBOL_EDIT_FRAME::SetCurSymbol(), EDA_3D_CONTROLLER::setTransitions(), SIMULATOR_CONTROL::setTransitions(), COMMON_TOOLS::setTransitions(), SYMBOL_DIFF_FRAME::SYMBOL_DIFF_FRAME(), SYMBOL_EDIT_FRAME::SYMBOL_EDIT_FRAME(), SYMBOL_VIEWER_FRAME::SYMBOL_VIEWER_FRAME(), SYMBOL_VIEWER_FRAME::updatePreviewSymbol(), DISPLAY_FOOTPRINTS_FRAME::updateView(), FOOTPRINT_VIEWER_FRAME::updateView(), FOOTPRINT_WIZARD_FRAME::updateView(), SIMULATOR_CONTROL::Zoom(), and EDA_DRAW_FRAME::Zoom_Automatique().
|
staticinherited |
Definition at line 136 of file actions.h.
Referenced by SCH_SEARCH_HANDLER::SelectItems(), PCB_SEARCH_HANDLER::SelectItems(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 125 of file actions.h.
Referenced by EDA_3D_CONTROLLER::setTransitions(), COMMON_TOOLS::setTransitions(), EDA_3D_CONTROLLER::ZoomInOut(), and COMMON_TOOLS::ZoomInOut().
|
staticinherited |
Definition at line 127 of file actions.h.
Referenced by EDA_3D_VIEWER_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::doReCreateMenuBar(), SIMULATOR_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_VIEWER_FRAME::doReCreateMenuBar(), GERBVIEW_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_VIEWER_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), EDA_3D_CONTROLLER::Init(), SIMULATOR_FRAME::ReCreateHToolbar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateHToolbar(), SCH_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_VIEWER_FRAME::ReCreateHToolbar(), GERBVIEW_FRAME::ReCreateHToolbar(), PL_EDITOR_FRAME::ReCreateHToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateHToolbar(), FOOTPRINT_WIZARD_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), EDA_3D_VIEWER_FRAME::ReCreateMainToolbar(), EDA_3D_CONTROLLER::setTransitions(), SIMULATOR_CONTROL::setTransitions(), COMMON_TOOLS::setTransitions(), SIMULATOR_CONTROL::Zoom(), EDA_3D_CONTROLLER::ZoomInOutCenter(), and COMMON_TOOLS::ZoomInOutCenter().
|
staticinherited |
Definition at line 129 of file actions.h.
Referenced by SIMULATOR_FRAME::doReCreateMenuBar(), SIMULATOR_FRAME::ReCreateHToolbar(), SIMULATOR_CONTROL::setTransitions(), and SIMULATOR_CONTROL::Zoom().
|
staticinherited |
Definition at line 131 of file actions.h.
Referenced by SIMULATOR_FRAME::doReCreateMenuBar(), SIMULATOR_FRAME::ReCreateHToolbar(), SIMULATOR_CONTROL::setTransitions(), and SIMULATOR_CONTROL::Zoom().
|
staticinherited |
Definition at line 126 of file actions.h.
Referenced by EDA_3D_CONTROLLER::setTransitions(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 128 of file actions.h.
Referenced by EDA_3D_VIEWER_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::doReCreateMenuBar(), SIMULATOR_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_VIEWER_FRAME::doReCreateMenuBar(), GERBVIEW_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_VIEWER_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), EDA_3D_CONTROLLER::Init(), SIMULATOR_FRAME::ReCreateHToolbar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateHToolbar(), SCH_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_VIEWER_FRAME::ReCreateHToolbar(), GERBVIEW_FRAME::ReCreateHToolbar(), PL_EDITOR_FRAME::ReCreateHToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateHToolbar(), FOOTPRINT_WIZARD_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), EDA_3D_VIEWER_FRAME::ReCreateMainToolbar(), EDA_3D_CONTROLLER::setTransitions(), SIMULATOR_CONTROL::setTransitions(), COMMON_TOOLS::setTransitions(), and SIMULATOR_CONTROL::Zoom().
|
staticinherited |
Definition at line 130 of file actions.h.
Referenced by SIMULATOR_FRAME::doReCreateMenuBar(), SIMULATOR_FRAME::ReCreateHToolbar(), SIMULATOR_CONTROL::setTransitions(), and SIMULATOR_CONTROL::Zoom().
|
staticinherited |
Definition at line 132 of file actions.h.
Referenced by SIMULATOR_FRAME::doReCreateMenuBar(), SIMULATOR_FRAME::ReCreateHToolbar(), SIMULATOR_CONTROL::setTransitions(), and SIMULATOR_CONTROL::Zoom().
|
staticinherited |
Definition at line 137 of file actions.h.
Referenced by ZOOM_MENU::eventHandler(), EDA_DRAW_FRAME::OnSelectZoom(), and COMMON_TOOLS::setTransitions().
|
staticinherited |
Definition at line 140 of file actions.h.
Referenced by SIMULATOR_FRAME::doReCreateMenuBar(), SIMULATOR_CONTROL::setTransitions(), and SIMULATOR_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 124 of file actions.h.
Referenced by EDA_3D_VIEWER_FRAME::doReCreateMenuBar(), SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_VIEWER_FRAME::doReCreateMenuBar(), GERBVIEW_FRAME::doReCreateMenuBar(), KICAD_MANAGER_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), FOOTPRINT_VIEWER_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), KICAD_MANAGER_FRAME::RecreateBaseLeftToolbar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateHToolbar(), SCH_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_VIEWER_FRAME::ReCreateHToolbar(), GERBVIEW_FRAME::ReCreateHToolbar(), PL_EDITOR_FRAME::ReCreateHToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateHToolbar(), FOOTPRINT_WIZARD_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), EDA_3D_VIEWER_FRAME::ReCreateMainToolbar(), EDA_3D_CONTROLLER::setTransitions(), COMMON_TOOLS::setTransitions(), and KICAD_MANAGER_CONTROL::setTransitions().
|
staticinherited |
Definition at line 138 of file actions.h.
Referenced by SCH_EDIT_FRAME::doReCreateMenuBar(), SYMBOL_EDIT_FRAME::doReCreateMenuBar(), GERBVIEW_FRAME::doReCreateMenuBar(), PL_EDITOR_FRAME::doReCreateMenuBar(), FOOTPRINT_EDIT_FRAME::doReCreateMenuBar(), PCB_EDIT_FRAME::doReCreateMenuBar(), DISPLAY_FOOTPRINTS_FRAME::ReCreateHToolbar(), SCH_EDIT_FRAME::ReCreateHToolbar(), SYMBOL_EDIT_FRAME::ReCreateHToolbar(), GERBVIEW_FRAME::ReCreateHToolbar(), PL_EDITOR_FRAME::ReCreateHToolbar(), FOOTPRINT_EDIT_FRAME::ReCreateHToolbar(), FOOTPRINT_VIEWER_FRAME::ReCreateHToolbar(), PCB_EDIT_FRAME::ReCreateHToolbar(), ZOOM_TOOL::setTransitions(), DISPLAY_FOOTPRINTS_FRAME::setupUIConditions(), SCH_EDIT_FRAME::setupUIConditions(), SYMBOL_EDIT_FRAME::setupUIConditions(), GERBVIEW_FRAME::setupUIConditions(), PL_EDITOR_FRAME::setupUIConditions(), FOOTPRINT_EDIT_FRAME::setupUIConditions(), FOOTPRINT_VIEWER_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
|
staticinherited |
Definition at line 139 of file actions.h.
Referenced by SIMULATOR_FRAME::doReCreateMenuBar(), SIMULATOR_CONTROL::setTransitions(), and SIMULATOR_FRAME::setupUIConditions().