KiCad PCB EDA Suite
Loading...
Searching...
No Matches
plugin_action_scope.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) 2024 Jon Evans <
[email protected]
>
5
* Copyright The KiCad Developers, see AUTHORS.txt for contributors.
6
*
7
* This program is free software: you can redistribute it and/or modify it
8
* under the terms of the GNU General Public License as published by the
9
* Free Software Foundation, either version 3 of the License, or (at your
10
* option) any later version.
11
*
12
* This program is distributed in the hope that it will be useful, but
13
* WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
* General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License along
18
* with this program. If not, see <http://www.gnu.org/licenses/>.
19
*/
20
21
#ifndef KICAD_PLUGIN_ACTION_SCOPE_H
22
#define KICAD_PLUGIN_ACTION_SCOPE_H
23
24
25
enum class
PLUGIN_ACTION_SCOPE
26
{
27
INVALID
,
28
PCB
,
29
SCHEMATIC
,
30
FOOTPRINT
,
31
SYMBOL
,
32
PROJECT_MANAGER
33
};
34
35
36
#endif
// KICAD_PLUGIN_ACTION_SCOPE_H
PLUGIN_RUNTIME_TYPE::INVALID
@ INVALID
Definition
api_plugin.h:50
FOOTPRINT
Definition
footprint.h:219
SCHEMATIC
Holds all the data relating to one schematic.
Definition
schematic.h:88
SYMBOL
A base class for LIB_SYMBOL and SCH_SYMBOL.
Definition
symbol.h:63
PCB
Definition
footprint_chooser_frame.h:43
PLUGIN_ACTION_SCOPE
PLUGIN_ACTION_SCOPE
Definition
plugin_action_scope.h:26
PLUGIN_ACTION_SCOPE::PROJECT_MANAGER
@ PROJECT_MANAGER
Definition
plugin_action_scope.h:32
src
include
api
plugin_action_scope.h
Generated on Sat Feb 21 2026 00:08:01 for KiCad PCB EDA Suite by
1.13.2