KiCad PCB EDA Suite
|
#include <core/kicad_algo.h>
#include <optional>
#include <map>
#include <stack>
#include <trace_helpers.h>
#include <kiplatform/ui.h>
#include <wx/event.h>
#include <wx/clipbrd.h>
#include <wx/app.h>
#include <math/vector2wx.h>
#include <view/view.h>
#include <view/view_controls.h>
#include <eda_base_frame.h>
#include <tool/tool_base.h>
#include <tool/tool_interactive.h>
#include <tool/tool_manager.h>
#include <tool/action_menu.h>
#include <tool/coroutine.h>
#include <tool/action_manager.h>
#include <class_draw_panel_gal.h>
Go to the source code of this file.
Classes | |
struct | TOOL_MANAGER::TOOL_STATE |
Struct describing the current execution state of a TOOL. More... | |