KiCad PCB EDA Suite
Loading...
Searching...
No Matches
frame_type.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) 2014 CERN
5 * Copyright The KiCad Developers, see AUTHORS.txt for contributors.
6 * @author Maciej Suminski <[email protected]>
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see <https://www.gnu.org/licenses/>.
20 */
21
22#ifndef FRAME_T_H_
23#define FRAME_T_H_
24
29{
37
47
50
52
54
56
58
60
65
66 KIWAY_PLAYER_COUNT, // counts subset of FRAME_T's which are KIWAY_PLAYER derivatives
67
68 // Kicad project manager is not a KIWAY_PLAYER
70
72
78
87
97
105
110
117
122
123 // Library table dialogs are transient and are never returned
128};
129
130//TEXT_EDITOR_FRAME_T,
131
132
133#endif // FRAME_T_H_
FRAME_T
The set of EDA_BASE_FRAME derivatives, typically stored in EDA_BASE_FRAME::m_Ident.
Definition frame_type.h:29
@ PANEL_PCB_GRIDS
Definition frame_type.h:99
@ FRAME_PCB_EDITOR
Definition frame_type.h:38
@ PANEL_SYM_EDIT_GRIDS
Definition frame_type.h:74
@ FRAME_CALC
Definition frame_type.h:59
@ FRAME_SCH_SYMBOL_EDITOR
Definition frame_type.h:31
@ PANEL_3DV_TOOLBARS
Definition frame_type.h:109
@ FRAME_CVPCB_DISPLAY
Definition frame_type.h:49
@ PANEL_SCH_FIELD_NAME_TEMPLATES
Definition frame_type.h:84
@ PANEL_DS_TOOLBARS
Definition frame_type.h:121
@ PANEL_SCH_TOOLBARS
Definition frame_type.h:83
@ PANEL_GBR_DISPLAY_OPTIONS
Definition frame_type.h:111
@ FRAME_FOOTPRINT_VIEWER
Definition frame_type.h:41
@ FRAME_SYM_DIFF
Definition frame_type.h:36
@ PANEL_3DV_OPENGL
Definition frame_type.h:107
@ FRAME_FOOTPRINT_DIFF
Definition frame_type.h:46
@ PANEL_FP_DEFAULT_GRAPHICS_VALUES
Definition frame_type.h:94
@ PANEL_PCB_TOOLBARS
Definition frame_type.h:102
@ PANEL_PCB_ORIGINS_AXES
Definition frame_type.h:104
@ FRAME_BM2CMP
Definition frame_type.h:57
@ FRAME_FOOTPRINT_WIZARD
Definition frame_type.h:42
@ FRAME_SCH_VIEWER
Definition frame_type.h:32
@ PANEL_PCB_EDIT_OPTIONS
Definition frame_type.h:100
@ PANEL_SCH_DISP_OPTIONS
Definition frame_type.h:79
@ PANEL_FP_DISPLAY_OPTIONS
Definition frame_type.h:88
@ PANEL_SCH_SIMULATOR
Definition frame_type.h:85
@ FRAME_SCH
Definition frame_type.h:30
@ PANEL_DS_COLORS
Definition frame_type.h:120
@ PANEL_PCB_COLORS
Definition frame_type.h:101
@ FRAME_MERGETOOL
Top-level host for the 3-way merge resolution dialog.
Definition frame_type.h:64
@ PANEL_SYM_TOOLBARS
Definition frame_type.h:77
@ FRAME_T_COUNT
Definition frame_type.h:71
@ FRAME_SIMULATOR
Definition frame_type.h:34
@ PANEL_3DV_RAYTRACING
Definition frame_type.h:108
@ DIALOG_PCB_LIBRARY_TABLE
Definition frame_type.h:127
@ KIWAY_PLAYER_COUNT
Definition frame_type.h:66
@ PANEL_SYM_EDIT_OPTIONS
Definition frame_type.h:75
@ FRAME_FOOTPRINT_PREVIEW
Definition frame_type.h:44
@ FRAME_FOOTPRINT_CHOOSER
Definition frame_type.h:40
@ PANEL_FP_GRIDS
Definition frame_type.h:89
@ PANEL_SCH_EDIT_OPTIONS
Definition frame_type.h:81
@ PANEL_FP_ORIGINS_AXES
Definition frame_type.h:96
@ PANEL_SYM_DISP_OPTIONS
Definition frame_type.h:73
@ DIALOG_SCH_LIBRARY_TABLE
Definition frame_type.h:126
@ PANEL_PCB_DISPLAY_OPTS
Definition frame_type.h:98
@ DIALOG_CONFIGUREPATHS
Definition frame_type.h:124
@ PANEL_FP_COLORS
Definition frame_type.h:91
@ PANEL_FP_DEFAULT_FIELDS
Definition frame_type.h:93
@ PANEL_SYM_COLORS
Definition frame_type.h:76
@ FRAME_PL_EDITOR
Definition frame_type.h:55
@ PANEL_GBR_GRIDS
Definition frame_type.h:114
@ FRAME_FOOTPRINT_EDITOR
Definition frame_type.h:39
@ FRAME_GERBER
Definition frame_type.h:53
@ FRAME_PYTHON
Definition frame_type.h:51
@ FRAME_SCH_DIFF
Definition frame_type.h:35
@ PANEL_DS_GRIDS
Definition frame_type.h:119
@ FRAME_PCB_DISPLAY3D
Definition frame_type.h:43
@ PANEL_GBR_TOOLBARS
Definition frame_type.h:116
@ PANEL_FP_EDIT_OPTIONS
Definition frame_type.h:90
@ PANEL_SCH_GRIDS
Definition frame_type.h:80
@ FRAME_PCB_DIFF
Definition frame_type.h:45
@ PANEL_FP_TOOLBARS
Definition frame_type.h:92
@ PANEL_PCB_ACTION_PLUGINS
Definition frame_type.h:103
@ PANEL_3DV_DISPLAY_OPTIONS
Definition frame_type.h:106
@ PANEL_DS_DISPLAY_OPTIONS
Definition frame_type.h:118
@ PANEL_SCH_COLORS
Definition frame_type.h:82
@ FRAME_CVPCB
Definition frame_type.h:48
@ PANEL_GBR_COLORS
Definition frame_type.h:115
@ PANEL_GBR_EXCELLON_OPTIONS
Definition frame_type.h:113
@ DIALOG_DESIGN_BLOCK_LIBRARY_TABLE
Definition frame_type.h:125
@ PANEL_GBR_EDIT_OPTIONS
Definition frame_type.h:112
@ KICAD_MAIN_FRAME_T
Definition frame_type.h:69
@ FRAME_SYMBOL_CHOOSER
Definition frame_type.h:33