KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eda_draw_frame.h File Reference
#include <eda_base_frame.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"

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" )
 

Macro Definition Documentation

◆ FOOTPRINT_CHOOSER_FRAME_NAME

#define FOOTPRINT_CHOOSER_FRAME_NAME   wxT( "FootprintChooserFrame" )

Definition at line 66 of file eda_draw_frame.h.

◆ FOOTPRINT_EDIT_FRAME_NAME

#define FOOTPRINT_EDIT_FRAME_NAME   wxT( "ModEditFrame" )

Definition at line 67 of file eda_draw_frame.h.

◆ FOOTPRINT_VIEWER_FRAME_NAME

#define FOOTPRINT_VIEWER_FRAME_NAME   wxT( "ModViewFrame" )

Definition at line 68 of file eda_draw_frame.h.

◆ FOOTPRINT_WIZARD_FRAME_NAME

#define FOOTPRINT_WIZARD_FRAME_NAME   wxT( "FootprintWizard" )

Definition at line 65 of file eda_draw_frame.h.

◆ LIB_EDIT_FRAME_NAME

#define LIB_EDIT_FRAME_NAME   wxT( "LibeditFrame" )

Definition at line 60 of file eda_draw_frame.h.

◆ LIB_VIEW_FRAME_NAME

#define LIB_VIEW_FRAME_NAME   wxT( "ViewlibFrame" )

Definition at line 61 of file eda_draw_frame.h.

◆ PCB_EDIT_FRAME_NAME

#define PCB_EDIT_FRAME_NAME   wxT( "PcbFrame" )

Definition at line 69 of file eda_draw_frame.h.

◆ PL_EDITOR_FRAME_NAME

#define PL_EDITOR_FRAME_NAME   wxT( "PlEditorFrame" )

Definition at line 64 of file eda_draw_frame.h.

◆ SCH_EDIT_FRAME_NAME

#define SCH_EDIT_FRAME_NAME   wxT( "SchematicFrame" )

Definition at line 62 of file eda_draw_frame.h.

◆ SYMBOL_CHOOSER_FRAME_NAME

#define SYMBOL_CHOOSER_FRAME_NAME   wxT( "SymbolChooserFrame" )

Definition at line 63 of file eda_draw_frame.h.