#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.
◆ countDecimalDigits()
| static int countDecimalDigits |
( |
double | x, |
|
|
int | maxDigits ) |
|
static |
◆ formatFloat()
| static wxString formatFloat |
( |
double | x, |
|
|
int | nDigits ) |
|
static |
◆ getSISuffix()
| static void getSISuffix |
( |
double | x, |
|
|
const wxString & | unit, |
|
|
int & | power, |
|
|
wxString & | suffix ) |
|
static |
◆ wxDEFINE_EVENT()
| wxDEFINE_EVENT |
( |
EVT_SIM_CURSOR_UPDATE | , |
|
|
wxCommandEvent | ) |