|
KiCad PCB EDA Suite
|
#include <sim/simulator_frame_ui_base.h>#include <sim/sim_types.h>#include <kiway_player.h>#include <dialogs/dialog_sim_command.h>#include <wx/event.h>#include <list>#include <memory>#include <map>Go to the source code of this file.
Classes | |
| class | SIMULATOR_INIT_ERR |
| Simple error container for failure to init the simulation engine and ultimately abort the frame construction. More... | |
| class | SIMULATOR_FRAME |
| The SIMULATOR_FRAME holds the main user-interface for running simulations. More... | |
Functions | |
| wxDECLARE_EVENT (EVT_SIM_UPDATE, wxCommandEvent) | |
| wxDECLARE_EVENT (EVT_SIM_STARTED, wxCommandEvent) | |
| wxDECLARE_EVENT (EVT_SIM_FINISHED, wxCommandEvent) | |
| wxDECLARE_EVENT | ( | EVT_SIM_FINISHED | , |
| wxCommandEvent | ) |
References wxDECLARE_EVENT().
| wxDECLARE_EVENT | ( | EVT_SIM_STARTED | , |
| wxCommandEvent | ) |
References wxDECLARE_EVENT().
| wxDECLARE_EVENT | ( | EVT_SIM_UPDATE | , |
| wxCommandEvent | ) |
References wxDECLARE_EVENT().