KiCad PCB EDA Suite
|
#include <pgm_base.h>
#include <kiplatform/ui.h>
#include <wx/button.h>
#include <sch_base_frame.h>
#include <eeschema_settings.h>
#include <widgets/panel_symbol_chooser.h>
#include <symbol_chooser_frame.h>
Go to the source code of this file.
Macros | |
#define | MODAL_FRAME |
Functions | |
static void | AddSymbolToHistory (const PICKED_SYMBOL &aSymbol) |
Variables | |
static std::vector< PICKED_SYMBOL > | s_SymbolHistoryList |
static unsigned | s_SymbolHistoryMaxCount = 8 |
#define MODAL_FRAME |
Definition at line 65 of file symbol_chooser_frame.cpp.
|
static |
Definition at line 36 of file symbol_chooser_frame.cpp.
References PICKED_SYMBOL::Convert, alg::delete_if(), PICKED_SYMBOL::LibId, s_SymbolHistoryList, s_SymbolHistoryMaxCount, and PICKED_SYMBOL::Unit.
Referenced by SYMBOL_CHOOSER_FRAME::OnOK().
|
static |
Definition at line 33 of file symbol_chooser_frame.cpp.
Referenced by AddSymbolToHistory(), and SYMBOL_CHOOSER_FRAME::SYMBOL_CHOOSER_FRAME().
|
static |
Definition at line 34 of file symbol_chooser_frame.cpp.
Referenced by AddSymbolToHistory().