|
KiCad PCB EDA Suite
|
#include <wx/tokenzr.h>#include <widgets/std_bitmap_button.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) | |
| wxDEFINE_EVENT (EVT_SIM_VIEWS_CHANGED, wxCommandEvent) | |
|
static |
Definition at line 101 of file sim_plot_tab.cpp.
Referenced by LIN_SCALE< T_PARENT >::formatLabels(), and LOG_SCALE< T_PARENT >::formatLabels().
|
static |
Definition at line 37 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 52 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 285 of file sim_plot_tab.cpp.
References SMITH_GRID::GetChartView(), SIM_VIEW::GetSmithPan(), SIM_VIEW::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 | ) |
| wxDEFINE_EVENT | ( | EVT_SIM_VIEWS_CHANGED | , |
| wxCommandEvent | ) |