|
KiCad PCB EDA Suite
|
This is the complete list of members for DRAWING_TOOL, including all inherited members.
| Activate() | TOOL_INTERACTIVE | |
| attachManager(TOOL_MANAGER *aManager) | TOOL_BASE | protected |
| board() const | PCB_TOOL_BASE | inlineprotected |
| canvas() const | PCB_TOOL_BASE | protected |
| constrainDimension(PCB_DIMENSION_BASE *aDim) | DRAWING_TOOL | private |
| controls() const | PCB_TOOL_BASE | inlineprotected |
| COORDS_PADDING | DRAWING_TOOL | privatestatic |
| displayOptions() const | PCB_TOOL_BASE | protected |
| doInteractiveItemPlacement(const TOOL_EVENT &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) | PCB_TOOL_BASE | protected |
| DRAW_ONE_RESULT enum name | DRAWING_TOOL | private |
| DrawArc(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| drawArc(const TOOL_EVENT &aTool, PCB_SHAPE **aGraphic, std::optional< VECTOR2D > aStartingPoint) | DRAWING_TOOL | private |
| DrawBarcode(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| DrawBezier(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| DrawCircle(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| DrawDimension(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| DRAWING_TOOL() | DRAWING_TOOL | |
| DrawLine(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| drawOneBezier(const TOOL_EVENT &aTool, const OPT_VECTOR2I &aStartingPoint, const OPT_VECTOR2I &aStartingControl1Point, DRAW_ONE_RESULT &aResult) | DRAWING_TOOL | private |
| DrawRectangle(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| drawShape(const TOOL_EVENT &aTool, PCB_SHAPE **aGraphic, std::optional< VECTOR2D > aStartingPoint, std::stack< PCB_SHAPE * > *aCommittedGraphics) | DRAWING_TOOL | private |
| DrawSpecificationStackup(const VECTOR2I &origin, PCB_LAYER_ID aLayer, bool aDrawNow, VECTOR2I *tablesize) | DRAWING_TOOL | |
| DrawTable(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| DrawVia(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| DrawZone(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| footprint() const | PCB_TOOL_BASE | inlineprotected |
| frame() const | PCB_TOOL_BASE | inlineprotected |
| GAL_SWITCH enum value | TOOL_BASE | |
| GetAngleSnapMode() const | PCB_TOOL_BASE | |
| getClampedDifferenceEnd(const VECTOR2I &aOrigin, const VECTOR2I &aEnd) | DRAWING_TOOL | inlineprivate |
| getClampedRadiusEnd(const VECTOR2I &aOrigin, const VECTOR2I &aEnd) | DRAWING_TOOL | inlineprivate |
| GetDrawingMode() const | DRAWING_TOOL | |
| getEditFrame() const | TOOL_BASE | inlineprotected |
| GetId() const | TOOL_BASE | inline |
| GetManager() const | TOOL_BASE | inline |
| getModel() const | TOOL_BASE | inlineprotected |
| getModelInternal() const | TOOL_BASE | private |
| GetName() const | TOOL_BASE | inline |
| getSourceZoneForAction(ZONE_MODE aMode, ZONE **aZone) | DRAWING_TOOL | private |
| getToolHolderInternal() const | TOOL_BASE | private |
| GetToolMenu() | TOOL_INTERACTIVE | |
| GetType() const | TOOL_BASE | inline |
| getView() const | TOOL_BASE | protected |
| getViewControls() const | TOOL_BASE | protected |
| Go(int(T::*aStateFunc)(const TOOL_EVENT &), const TOOL_EVENT_LIST &aConditions=TOOL_EVENT(TC_ANY, TA_ANY)) | TOOL_INTERACTIVE | |
| goInternal(TOOL_STATE_FUNC &aState, const TOOL_EVENT_LIST &aConditions) | TOOL_INTERACTIVE | private |
| Init() override | DRAWING_TOOL | virtual |
| INTERACTIVE_PLACEMENT_OPTIONS enum name | PCB_TOOL_BASE | protected |
| InteractivePlaceWithPreview(const TOOL_EVENT &aEvent, std::vector< BOARD_ITEM * > &aItems, std::vector< BOARD_ITEM * > &aPreview, LSET *aLayers) | DRAWING_TOOL | |
| IPO_FLIP enum value | PCB_TOOL_BASE | protected |
| IPO_REPEAT enum value | PCB_TOOL_BASE | protected |
| IPO_ROTATE enum value | PCB_TOOL_BASE | protected |
| IPO_SINGLE_CLICK enum value | PCB_TOOL_BASE | protected |
| Is45Limited() const | PCB_TOOL_BASE | virtual |
| Is90Limited() const | PCB_TOOL_BASE | virtual |
| IsBoardEditor() const | PCB_TOOL_BASE | inline |
| IsFootprintEditor() const | PCB_TOOL_BASE | inline |
| IsToolActive() const | TOOL_BASE | |
| m_board | DRAWING_TOOL | private |
| m_controls | DRAWING_TOOL | private |
| m_frame | DRAWING_TOOL | private |
| m_inDrawingTool | DRAWING_TOOL | private |
| m_isBoardEditor | PCB_TOOL_BASE | protected |
| m_isFootprintEditor | PCB_TOOL_BASE | protected |
| m_layer | DRAWING_TOOL | private |
| m_menu | TOOL_INTERACTIVE | protected |
| m_mode | DRAWING_TOOL | private |
| m_pickerItem | DRAWING_TOOL | private |
| m_preview | DRAWING_TOOL | private |
| m_stroke | DRAWING_TOOL | private |
| m_textAttrs | DRAWING_TOOL | private |
| m_toolId | TOOL_BASE | protected |
| m_toolMgr | TOOL_BASE | protected |
| m_toolName | TOOL_BASE | protected |
| m_tuningPattern | DRAWING_TOOL | private |
| m_type | TOOL_BASE | protected |
| m_view | DRAWING_TOOL | private |
| MODE enum name | DRAWING_TOOL | |
| MODEL_RELOAD enum value | TOOL_BASE | |
| PCB_TOOL_BASE(TOOL_ID aId, const std::string &aName) | PCB_TOOL_BASE | inline |
| PCB_TOOL_BASE(const std::string &aName) | PCB_TOOL_BASE | inline |
| PlaceImportedGraphics(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| PlacePoint(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| PlaceReferenceImage(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| PlaceStackup(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| PlaceText(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| PlaceTuningPattern(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| REDRAW enum value | TOOL_BASE | |
| Reset(RESET_REASON aReason) override | DRAWING_TOOL | virtual |
| RESET_REASON enum name | TOOL_BASE | |
| resetTransitions() | TOOL_INTERACTIVE | private |
| RUN enum value | TOOL_BASE | |
| RunMainStack(std::function< void()> aFunc) | TOOL_INTERACTIVE | |
| selection() const | PCB_TOOL_BASE | protected |
| selection() | PCB_TOOL_BASE | protected |
| SetAnchor(const TOOL_EVENT &aEvent) | DRAWING_TOOL | |
| SetContextMenu(ACTION_MENU *aMenu, CONTEXT_MENU_TRIGGER aTrigger=CMENU_BUTTON) | TOOL_INTERACTIVE | |
| SetIsBoardEditor(bool aEnabled) | PCB_TOOL_BASE | inline |
| SetIsFootprintEditor(bool aEnabled) | PCB_TOOL_BASE | inline |
| SetStroke(const STROKE_PARAMS &aStroke, PCB_LAYER_ID aLayer) | DRAWING_TOOL | inline |
| setTransitions() override | DRAWING_TOOL | virtual |
| SHUTDOWN enum value | TOOL_BASE | |
| SUPERMODEL_RELOAD enum value | TOOL_BASE | |
| TOOL_BASE(TOOL_TYPE aType, TOOL_ID aId, const std::string &aName=std::string("")) | TOOL_BASE | inline |
| TOOL_INTERACTIVE(TOOL_ID aId, const std::string &aName) | TOOL_INTERACTIVE | |
| TOOL_INTERACTIVE(const std::string &aName) | TOOL_INTERACTIVE | |
| UpdateStatusBar() const | DRAWING_TOOL | |
| view() const | PCB_TOOL_BASE | inlineprotected |
| Wait(const TOOL_EVENT_LIST &aEventList=TOOL_EVENT(TC_ANY, TA_ANY)) | TOOL_INTERACTIVE | |
| WIDTH_STEP | DRAWING_TOOL | privatestatic |
| ZONE_CREATE_HELPER class | DRAWING_TOOL | friend |
| ~DRAWING_TOOL() | DRAWING_TOOL | |
| ~PCB_TOOL_BASE() | PCB_TOOL_BASE | inlinevirtual |
| ~TOOL_BASE() | TOOL_BASE | inlinevirtual |
| ~TOOL_INTERACTIVE() | TOOL_INTERACTIVE | virtual |