KiCad PCB EDA Suite
|
#include "sim_plot_colors.h"
#include "sim_plot_tab.h"
#include "simulator_frame.h"
#include "core/kicad_algo.h"
#include <algorithm>
#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) |
wxDEFINE_EVENT (EVT_SIM_CURSOR_UPDATE, 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(), and LOG_SCALE< T_PARENT >::formatLabels().
|
static |
Definition at line 52 of file sim_plot_tab.cpp.
Referenced by LIN_SCALE< T_PARENT >::formatLabels(), and LOG_SCALE< T_PARENT >::formatLabels().
wxDEFINE_EVENT | ( | EVT_SIM_CURSOR_UPDATE | , |
wxCommandEvent | |||
) |