|
KiCad PCB EDA Suite
|
#include "sim_types.h"#include <map>#include <limits>#include <widgets/mathplot.h>#include <math/util.h>#include <wx/colour.h>#include <wx/sizer.h>#include "sim_tab.h"#include "smith_math.h"#include "sim_plot_colors.h"Go to the source code of this file.
Classes | |
| class | CURSOR |
| The SIMULATOR_FRAME holds the main user-interface for running simulations. More... | |
| class | TRACE |
| Overlay layer drawing the Smith chart grid (constant resistance and reactance circles) More... | |
| class | SMITH_GRID |
| Reflection coefficient locus, Re in X and Im in Y, drawn on the Smith chart. More... | |
| class | SMITH_TRACE |
| Cursor that snaps along a Smith chart locus, keyed by frequency. More... | |
| class | SMITH_CURSOR |
| Trace hidden while the tab is in Smith mode, kept so leaving the mode restores it. More... | |
| struct | SMITH_STASHED_TRACE |
| Cursor recorded when entering Smith mode, so leaving restores it to its original trace. More... | |
| struct | SMITH_STASHED_CURSOR |
| class | SIM_PLOT_TAB |
Functions | |
| wxDECLARE_EVENT (EVT_SIM_CURSOR_UPDATE, wxCommandEvent) | |
| wxDECLARE_EVENT | ( | EVT_SIM_CURSOR_UPDATE | , |
| wxCommandEvent | ) |