#include "sim_plot_frame_base.h"
#include "sim_types.h"
#include <kiway_player.h>
#include <dialogs/dialog_sim_command.h>
#include <wx/event.h>
#include <list>
#include <memory>
#include <map>
#include "sim_plot_panel.h"
#include "sim_panel_base.h"
#include "sim_workbook.h"
Go to the source code of this file.
◆ wxDECLARE_EVENT() [1/4]
wxDECLARE_EVENT |
( |
EVT_SIM_FINISHED |
, |
|
|
wxCommandEvent |
|
|
) |
| |
◆ wxDECLARE_EVENT() [2/4]
wxDECLARE_EVENT |
( |
EVT_SIM_REPORT |
, |
|
|
wxCommandEvent |
|
|
) |
| |
◆ wxDECLARE_EVENT() [3/4]
wxDECLARE_EVENT |
( |
EVT_SIM_STARTED |
, |
|
|
wxCommandEvent |
|
|
) |
| |
◆ wxDECLARE_EVENT() [4/4]
wxDECLARE_EVENT |
( |
EVT_SIM_UPDATE |
, |
|
|
wxCommandEvent |
|
|
) |
| |