KiCad PCB EDA Suite
Loading...
Searching...
No Matches
symbol_chooser_frame.cpp File Reference
#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_SYMBOLs_SymbolHistoryList
 
static unsigned s_SymbolHistoryMaxCount = 8
 

Macro Definition Documentation

◆ MODAL_FRAME

#define MODAL_FRAME
Value:
( wxRESIZE_BORDER | wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX | wxCLIP_CHILDREN \
| wxWANTS_CHARS | wxFRAME_NO_TASKBAR | wxSTAY_ON_TOP )

Definition at line 65 of file symbol_chooser_frame.cpp.

Function Documentation

◆ AddSymbolToHistory()

static void AddSymbolToHistory ( const PICKED_SYMBOL aSymbol)
static

Variable Documentation

◆ s_SymbolHistoryList

std::vector<PICKED_SYMBOL> s_SymbolHistoryList
static

◆ s_SymbolHistoryMaxCount

unsigned s_SymbolHistoryMaxCount = 8
static

Definition at line 34 of file symbol_chooser_frame.cpp.

Referenced by AddSymbolToHistory().