KiCad PCB EDA Suite
|
#include <wx/debug.h>
#include <wx/menu.h>
#include <project/project_file.h>
#include <sch_edit_frame.h>
#include <kiway.h>
#include <confirm.h>
#include <bitmaps.h>
#include <wildcards_and_files_ext.h>
#include <widgets/tuner_slider.h>
#include <widgets/grid_color_swatch_helpers.h>
#include <widgets/wx_grid.h>
#include <tool/tool_manager.h>
#include <tool/tool_dispatcher.h>
#include <tool/action_manager.h>
#include <tool/action_toolbar.h>
#include <tool/common_control.h>
#include <tools/simulator_control.h>
#include <tools/ee_actions.h>
#include <string_utils.h>
#include <pgm_base.h>
#include "ngspice.h"
#include <sim/simulator_frame.h>
#include <sim/simulator_frame_ui.h>
#include <sim/sim_plot_tab.h>
#include <sim/spice_simulator.h>
#include <sim/simulator_reporter.h>
#include <eeschema_settings.h>
#include <advanced_config.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | SIM_THREAD_REPORTER |
Macros | |
#define | MAX_MESSAGES 20 |
#define | ENABLE(x) ACTION_CONDITIONS().Enable( x ) |
#define | CHECK(x) ACTION_CONDITIONS().Check( x ) |
Functions | |
wxDEFINE_EVENT (EVT_SIM_UPDATE, wxCommandEvent) | |
wxDEFINE_EVENT (EVT_SIM_REPORT, wxCommandEvent) | |
wxDEFINE_EVENT (EVT_SIM_STARTED, wxCommandEvent) | |
wxDEFINE_EVENT (EVT_SIM_FINISHED, wxCommandEvent) | |
Variables | |
static WX_STRING_REPORTER | s_reporter |
#define CHECK | ( | x | ) | ACTION_CONDITIONS().Check( x ) |
#define ENABLE | ( | x | ) | ACTION_CONDITIONS().Enable( x ) |
#define MAX_MESSAGES 20 |
Definition at line 353 of file simulator_frame.cpp.
wxDEFINE_EVENT | ( | EVT_SIM_FINISHED | , |
wxCommandEvent | |||
) |
wxDEFINE_EVENT | ( | EVT_SIM_REPORT | , |
wxCommandEvent | |||
) |
wxDEFINE_EVENT | ( | EVT_SIM_STARTED | , |
wxCommandEvent | |||
) |
wxDEFINE_EVENT | ( | EVT_SIM_UPDATE | , |
wxCommandEvent | |||
) |
|
static |
Definition at line 65 of file simulator_frame.cpp.
Referenced by SIMULATOR_FRAME::EditAnalysis(), SIMULATOR_FRAME::LoadSimulator(), SIMULATOR_FRAME::ReloadSimulator(), and fontconfig::FONTCONFIG::SetReporter().