KiCad PCB EDA Suite
|
#include "dialog_sim_command.h"
#include <sim/ngspice_circuit_model.h>
#include <sim/ngspice.h>
#include <confirm.h>
#include <wx/tokenzr.h>
#include <vector>
#include <utility>
Go to the source code of this file.
Functions | |
static bool | empty (const wxTextEntryBase *aCtrl) |
static void | setStringSelection (wxChoice *aCtrl, const wxString &aStr) |
static wxString | getStringSelection (const wxChoice *aCtrl) |
|
static |
Definition at line 41 of file dialog_sim_command.cpp.
Referenced by NETLIST::AnyFootprintsLinked(), BOOST_AUTO_TEST_CASE(), PROPERTY_BASE::Choices(), DSN::SPECCTRA_DB::doNET(), DSN::SPECCTRA_DB::doSUPPLY_PIN(), DSN::SPECCTRA_DB::doWAS_IS(), PAD_TOOL::EnumeratePads(), KIFONT::STROKE_GLYPH::Finalize(), DSN::SPECCTRA_DB::FromBOARD(), SCHEMATIC::GetContextualTextVars(), PROPERTY_MANAGER::GetDisplayOrder(), PROPERTY_MANAGER::GetGroupDisplayOrder(), NL_3D_VIEWER_PLUGIN_IMPL::GetIsSelectionEmpty(), NL_SCHEMATIC_PLUGIN_IMPL::GetIsSelectionEmpty(), NL_PCBNEW_PLUGIN_IMPL::GetIsSelectionEmpty(), PNS::ROUTER::getNearestRatnestAnchor(), PROPERTY_MANAGER::GetProperties(), PLUGIN_CONTENT_MANAGER::GetRepositoryPackages(), FOOTPRINT_EDIT_FRAME::GetTargetFPID(), SYMBOL_EDIT_FRAME::GetTargetLibId(), SPICE_GENERATOR_RAW_SPICE::ItemPins(), SIM_MODEL_SOURCE::makeParamInfos(), FOOTPRINT_EDIT_FRAME::OnSaveFootprintAsPng(), DIALOG_SIM_COMMAND::parseCommand(), PCB_EDIT_FRAME::RecreateBOMFileFromBoard(), SCHEMATIC::ResolveTextVar(), SYMBOL_EDIT_FRAME::Save(), SYMBOL_EDIT_FRAME::SaveLibraryAs(), SHAPE_POLY_SET::Simplify(), SCH_SHEET_LIST::TestForRecursion(), DIALOG_SIM_COMMAND::TransferDataFromWindow(), DIALOG_SIM_COMMAND::TransferDataToWindow(), and EDIT_POINTS::ViewBBox().
|
static |
Definition at line 53 of file dialog_sim_command.cpp.
Referenced by DIALOG_SIM_COMMAND::onDCEnableSecondSource(), DIALOG_SIM_COMMAND::onSwapDCSources(), and DIALOG_SIM_COMMAND::TransferDataToWindow().
|
static |
Definition at line 47 of file dialog_sim_command.cpp.
Referenced by DIALOG_SIM_COMMAND::parseCommand().