KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pl_actions.h
Go to the documentation of this file.
1/*
2 * This program source code file is part of KiCad, a free EDA CAD application.
3 *
4 * Copyright (C) 2019 CERN
5 * Copyright The KiCad Developers, see AUTHORS.txt for contributors.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 2
10 * of the License, or (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <https://www.gnu.org/licenses/>.
19 */
20
21#ifndef PL_ACTIONS_H
22#define PL_ACTIONS_H
23
24#include <tool/tool_action.h>
25#include <tool/actions.h>
26
53
54
55#endif
Gather all the actions that are shared by tools.
Definition actions.h:44
Gather all the actions that are shared by tools.
Definition pl_actions.h:32
static TOOL_ACTION placeImage
Definition pl_actions.h:37
static TOOL_ACTION refreshPreview
Definition pl_actions.h:49
static TOOL_ACTION drawRectangle
Definition pl_actions.h:38
static TOOL_ACTION showInspector
Definition pl_actions.h:50
static TOOL_ACTION previewSettings
Definition pl_actions.h:51
static TOOL_ACTION layoutNormalMode
Definition pl_actions.h:45
static TOOL_ACTION placeText
Definition pl_actions.h:36
static TOOL_ACTION layoutEditMode
Definition pl_actions.h:46
static TOOL_ACTION appendImportedDrawingSheet
Definition pl_actions.h:40
static TOOL_ACTION move
Definition pl_actions.h:43
static TOOL_ACTION drawLine
Definition pl_actions.h:39
static TOOL_ACTION pickerTool
Definition pl_actions.h:35
Represent a single user action.