#include "sim_types.h"
#include <map>
#include <vector>
#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.
|
| | wxDECLARE_EVENT (EVT_SIM_CURSOR_UPDATE, wxCommandEvent) |
| | Fired whenever a view is added to or removed from a SIM_PLOT_TAB, so the Signals grid can refresh its "Plot" column dropdown choices.
|
| |
| | wxDECLARE_EVENT (EVT_SIM_VIEWS_CHANGED, wxCommandEvent) |
| |
◆ wxDECLARE_EVENT() [1/2]
| wxDECLARE_EVENT |
( |
EVT_SIM_CURSOR_UPDATE | , |
|
|
wxCommandEvent | ) |
Fired whenever a view is added to or removed from a SIM_PLOT_TAB, so the Signals grid can refresh its "Plot" column dropdown choices.
◆ wxDECLARE_EVENT() [2/2]
| wxDECLARE_EVENT |
( |
EVT_SIM_VIEWS_CHANGED | , |
|
|
wxCommandEvent | ) |