|
KiCad PCB EDA Suite
|
#include <wx/tokenzr.h>#include "sim_plot_colors.h"#include "sim_plot_tab.h"#include "simulator_frame.h"#include "core/kicad_algo.h"#include <algorithm>#include <cmath>#include <limits>Go to the source code of this file.
Classes | |
| class | LIN_SCALE< T_PARENT > |
| class | TIME_SCALE |
| class | LOG_SCALE< T_PARENT > |
Functions | |
| static wxString | formatFloat (double x, int nDigits) |
| static void | getSISuffix (double x, const wxString &unit, int &power, wxString &suffix) |
| static int | countDecimalDigits (double x, int maxDigits) |
| static bool | smithView (mpWindow &aWindow, SMITH_VIEW &aView) |
| wxDEFINE_EVENT (EVT_SIM_CURSOR_UPDATE, wxCommandEvent) | |
|
static |
Definition at line 99 of file sim_plot_tab.cpp.
Referenced by LIN_SCALE< T_PARENT >::formatLabels(), and LOG_SCALE< T_PARENT >::formatLabels().
|
static |
Definition at line 35 of file sim_plot_tab.cpp.
Referenced by LIN_SCALE< T_PARENT >::formatLabels(), LOG_SCALE< T_PARENT >::formatLabels(), and SMITH_CURSOR::Plot().
|
static |
Definition at line 50 of file sim_plot_tab.cpp.
Referenced by LIN_SCALE< T_PARENT >::formatLabels(), LOG_SCALE< T_PARENT >::formatLabels(), and SMITH_CURSOR::Plot().
|
static |
Definition at line 283 of file sim_plot_tab.cpp.
References SMITH_GRID::GetChartView(), SIM_PLOT_TAB::GetSmithPan(), SIM_PLOT_TAB::GetSmithZoom(), and zoom.
Referenced by SMITH_CURSOR::Inside(), SMITH_CURSOR::Plot(), SMITH_GRID::Plot(), and SMITH_TRACE::Plot().
| wxDEFINE_EVENT | ( | EVT_SIM_CURSOR_UPDATE | , |
| wxCommandEvent | ) |