| 
    KiCad PCB EDA Suite
    
   | 
 
#include <api/api_plugin.h>#include <eda_base_frame.h>#include <eda_search_data.h>#include <kiway_player.h>#include <gal/gal_display_options.h>#include <gal_display_options_common.h>#include <gal/color4d.h>#include <class_draw_panel_gal.h>#include <kiid.h>#include <hotkeys_basic.h>#include <widgets/lib_tree.h>Go to the source code of this file.
Classes | |
| class | EDA_DRAW_FRAME | 
| The base class for create windows for drawing purpose.  More... | |
Namespaces | |
| namespace | KIGFX | 
| The Cairo implementation of the graphics abstraction layer.  | |
Macros | |
| #define | LIB_EDIT_FRAME_NAME wxT( "LibeditFrame" ) | 
| #define | LIB_VIEW_FRAME_NAME wxT( "ViewlibFrame" ) | 
| #define | SCH_EDIT_FRAME_NAME wxT( "SchematicFrame" ) | 
| #define | SYMBOL_CHOOSER_FRAME_NAME wxT( "SymbolChooserFrame" ) | 
| #define | PL_EDITOR_FRAME_NAME wxT( "PlEditorFrame" ) | 
| #define | FOOTPRINT_WIZARD_FRAME_NAME wxT( "FootprintWizard" ) | 
| #define | FOOTPRINT_CHOOSER_FRAME_NAME wxT( "FootprintChooserFrame" ) | 
| #define | FOOTPRINT_EDIT_FRAME_NAME wxT( "ModEditFrame" ) | 
| #define | FOOTPRINT_VIEWER_FRAME_NAME wxT( "ModViewFrame" ) | 
| #define | PCB_EDIT_FRAME_NAME wxT( "PcbFrame" ) | 
| #define FOOTPRINT_CHOOSER_FRAME_NAME wxT( "FootprintChooserFrame" ) | 
Definition at line 72 of file eda_draw_frame.h.
Referenced by FOOTPRINT_CHOOSER_FRAME::FOOTPRINT_CHOOSER_FRAME().
| #define FOOTPRINT_EDIT_FRAME_NAME wxT( "ModEditFrame" ) | 
Definition at line 73 of file eda_draw_frame.h.
Referenced by FOOTPRINT_EDIT_FRAME::GetFootprintEditorFrameName(), PAD::GetMsgPanelInfo(), and ReadLegacyHotkeyConfig().
| #define FOOTPRINT_VIEWER_FRAME_NAME wxT( "ModViewFrame" ) | 
Definition at line 74 of file eda_draw_frame.h.
Referenced by FOOTPRINT_VIEWER_FRAME::FOOTPRINT_VIEWER_FRAME().
| #define FOOTPRINT_WIZARD_FRAME_NAME wxT( "FootprintWizard" ) | 
Definition at line 71 of file eda_draw_frame.h.
Referenced by EVT_GRID_CMD_CELL_CHANGED().
| #define LIB_EDIT_FRAME_NAME wxT( "LibeditFrame" ) | 
Definition at line 66 of file eda_draw_frame.h.
Referenced by ReadLegacyHotkeyConfig(), and SYMBOL_EDIT_FRAME::SYMBOL_EDIT_FRAME().
| #define LIB_VIEW_FRAME_NAME wxT( "ViewlibFrame" ) | 
Definition at line 67 of file eda_draw_frame.h.
Referenced by SYMBOL_VIEWER_FRAME::SYMBOL_VIEWER_FRAME().
| #define PCB_EDIT_FRAME_NAME wxT( "PcbFrame" ) | 
Definition at line 75 of file eda_draw_frame.h.
Referenced by EVT_UPDATE_UI_RANGE(), PAD::GetMsgPanelInfo(), PCB_BARCODE::GetMsgPanelInfo(), PCB_DIMENSION_BASE::GetMsgPanelInfo(), PCB_GROUP::GetMsgPanelInfo(), PCB_SHAPE::GetMsgPanelInfo(), PCB_TABLECELL::GetMsgPanelInfo(), PCB_TEXT::GetMsgPanelInfo(), PCB_TEXTBOX::GetMsgPanelInfo(), ZONE::GetMsgPanelInfo(), PCB_TRACK::GetMsgPanelInfoBase_Common(), DIALOG_FIND::onShowSearchPanel(), and ReadLegacyHotkeyConfig().
| #define PL_EDITOR_FRAME_NAME wxT( "PlEditorFrame" ) | 
Definition at line 70 of file eda_draw_frame.h.
Referenced by DIALOG_PAGES_SETTINGS::DIALOG_PAGES_SETTINGS(), and PL_EDITOR_FRAME::PL_EDITOR_FRAME().
| #define SCH_EDIT_FRAME_NAME wxT( "SchematicFrame" ) | 
Definition at line 68 of file eda_draw_frame.h.
Referenced by DIALOG_SCH_FIND::onShowSearchPanel(), ReadLegacyHotkeyConfig(), and SCH_EDIT_FRAME::SCH_EDIT_FRAME().
| #define SYMBOL_CHOOSER_FRAME_NAME wxT( "SymbolChooserFrame" ) | 
Definition at line 69 of file eda_draw_frame.h.
Referenced by SYMBOL_CHOOSER_FRAME::SYMBOL_CHOOSER_FRAME().