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 71 of file eda_draw_frame.h.
#define FOOTPRINT_EDIT_FRAME_NAME wxT( "ModEditFrame" ) |
Definition at line 72 of file eda_draw_frame.h.
#define FOOTPRINT_VIEWER_FRAME_NAME wxT( "ModViewFrame" ) |
Definition at line 73 of file eda_draw_frame.h.
#define FOOTPRINT_WIZARD_FRAME_NAME wxT( "FootprintWizard" ) |
Definition at line 70 of file eda_draw_frame.h.
#define LIB_EDIT_FRAME_NAME wxT( "LibeditFrame" ) |
Definition at line 65 of file eda_draw_frame.h.
#define LIB_VIEW_FRAME_NAME wxT( "ViewlibFrame" ) |
Definition at line 66 of file eda_draw_frame.h.
#define PCB_EDIT_FRAME_NAME wxT( "PcbFrame" ) |
Definition at line 74 of file eda_draw_frame.h.
#define PL_EDITOR_FRAME_NAME wxT( "PlEditorFrame" ) |
Definition at line 69 of file eda_draw_frame.h.
#define SCH_EDIT_FRAME_NAME wxT( "SchematicFrame" ) |
Definition at line 67 of file eda_draw_frame.h.
#define SYMBOL_CHOOSER_FRAME_NAME wxT( "SymbolChooserFrame" ) |
Definition at line 68 of file eda_draw_frame.h.