#include <wx/artprov.h>
#include <wx/xrc/xmlres.h>
#include <wx/intl.h>
#include "sim_workbook.h"
#include "kiway_player.h"
#include <wx/string.h>
#include <wx/bitmap.h>
#include <wx/image.h>
#include <wx/icon.h>
#include <wx/menu.h>
#include <wx/gdicmn.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/toolbar.h>
#include <wx/aui/auibook.h>
#include <wx/sizer.h>
#include <wx/panel.h>
#include <wx/textctrl.h>
#include <wx/splitter.h>
#include <wx/stattext.h>
#include <wx/listctrl.h>
#include <wx/frame.h>
Go to the source code of this file.
◆ ID_MENU_ADD_SIGNAL
#define ID_MENU_ADD_SIGNAL 1003 |
◆ ID_MENU_DOTTED
#define ID_MENU_DOTTED 1010 |
◆ ID_MENU_PROBE_SIGNALS
#define ID_MENU_PROBE_SIGNALS 1004 |
◆ ID_MENU_RUN_SIM
#define ID_MENU_RUN_SIM 1002 |
◆ ID_MENU_SET_SIMUL
#define ID_MENU_SET_SIMUL 1007 |
◆ ID_MENU_SHOW_GRID
#define ID_MENU_SHOW_GRID 1008 |
◆ ID_MENU_SHOW_LEGEND
#define ID_MENU_SHOW_LEGEND 1009 |
◆ ID_MENU_SHOW_NETLIST
#define ID_MENU_SHOW_NETLIST 1006 |
◆ ID_MENU_TUNE_SIGNALS
#define ID_MENU_TUNE_SIGNALS 1005 |
◆ ID_MENU_WHITE_BG
#define ID_MENU_WHITE_BG 1011 |
◆ ID_SAVE_AS_CSV
#define ID_SAVE_AS_CSV 1001 |
◆ ID_SAVE_AS_IMAGE
#define ID_SAVE_AS_IMAGE 1000 |