#include <wx/intl.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/statusbr.h>#include <wx/sizer.h>#include <wx/scrolwin.h>#include <wx/stattext.h>#include <wx/spinctrl.h>#include <wx/textctrl.h>#include <wx/button.h>#include <wx/notebook.h>#include <wx/panel.h>#include <wx/richtext/richtextctrl.h>#include <wx/imaglist.h>#include <wx/splitter.h>#include <wx/frame.h>#include <wx/statbmp.h>#include <wx/hyperlink.h>#include <wx/dialog.h>#include <wx/choice.h>#include <wx/checkbox.h>Go to the source code of this file.
Classes | |
| class | GUIFrame |
| class | AboutDialog |
| class | ChannelPanel |
| class | SettingsDialog |
Defines | |
| #define | wxID_MAIN_FRAME 1000 |
| #define | ID_FILE_QUIT_MENU 1001 |
| #define | ID_TOOLS_CONNECT_MENU 1002 |
| #define | ID_TOOLS_EXPORT_MENU 1003 |
| #define | ID_TOOLS_DOWNLOAD_MENU 1004 |
| #define | ID_TOOLS_SETTINGS_MENU 1005 |
| #define | ID_HELP_ABOUT_MENU 1006 |
| #define | wxID_MAIN_TOOLBAR 1007 |
| #define | ID_FILE_QUIT_TOOL 1008 |
| #define | ID_TOOLS_CONNECT_TOOL 1009 |
| #define | ID_TOOLS_EXPORT_TOOL 1010 |
| #define | ID_TOOLS_DOWNLOAD_TOOL 1011 |
| #define | ID_TOOLS_SETTINGS_TOOL 1012 |
| #define | ID_HELP_ABOUT_TOOL 1013 |
| #define | wxID_MODULE_ADDRESS 1014 |
| #define | wxID_MUX_OUT_SPINCTRL 1015 |
| #define | wxID_COMMAND_TEXT_CTRL 1016 |
| #define | wxID_CMD_SEND_BUTTON 1017 |
| #define | ID_CF_TH 1018 |
| #define | ID_CFD30_OUT_WIDTH 1019 |
| #define | ID_POLE_ZERO_ADJ 1020 |
| #define | ID_FINE_GAIN 1021 |
| #define | ID_SHAPING_TIME 1022 |
| #define | ID_COARSE_GAIN 1023 |
| #define | ID_GAIN_TIMING 1024 |
| #define | ID_WRITE_BUTTON 1025 |
| #define | ID_READ_BUTTON 1026 |
| #define ID_CF_TH 1018 |
| #define ID_CFD30_OUT_WIDTH 1019 |
| #define ID_COARSE_GAIN 1023 |
| #define ID_FILE_QUIT_MENU 1001 |
| #define ID_FILE_QUIT_TOOL 1008 |
Definition at line 52 of file GUIFrame.h.
Referenced by GUIFrame::GUIFrame(), and GUIFrame::~GUIFrame().
| #define ID_FINE_GAIN 1021 |
| #define ID_GAIN_TIMING 1024 |
| #define ID_HELP_ABOUT_MENU 1006 |
| #define ID_HELP_ABOUT_TOOL 1013 |
Definition at line 57 of file GUIFrame.h.
Referenced by GUIFrame::GUIFrame(), and GUIFrame::~GUIFrame().
| #define ID_POLE_ZERO_ADJ 1020 |
| #define ID_READ_BUTTON 1026 |
| #define ID_SHAPING_TIME 1022 |
| #define ID_TOOLS_CONNECT_MENU 1002 |
| #define ID_TOOLS_CONNECT_TOOL 1009 |
Definition at line 53 of file GUIFrame.h.
Referenced by N1568DemoFrame::ConnectToDevice(), GUIFrame::GUIFrame(), and GUIFrame::~GUIFrame().
| #define ID_TOOLS_DOWNLOAD_MENU 1004 |
| #define ID_TOOLS_DOWNLOAD_TOOL 1011 |
Definition at line 55 of file GUIFrame.h.
Referenced by N1568DemoFrame::ConnectToDevice(), GUIFrame::GUIFrame(), N1568DemoFrame::N1568DemoFrame(), and GUIFrame::~GUIFrame().
| #define ID_TOOLS_EXPORT_MENU 1003 |
| #define ID_TOOLS_EXPORT_TOOL 1010 |
Definition at line 54 of file GUIFrame.h.
Referenced by N1568DemoFrame::ConnectToDevice(), GUIFrame::GUIFrame(), N1568DemoFrame::N1568DemoFrame(), and GUIFrame::~GUIFrame().
| #define ID_TOOLS_SETTINGS_MENU 1005 |
| #define ID_TOOLS_SETTINGS_TOOL 1012 |
Definition at line 56 of file GUIFrame.h.
Referenced by GUIFrame::GUIFrame(), and GUIFrame::~GUIFrame().
| #define ID_WRITE_BUTTON 1025 |
| #define wxID_CMD_SEND_BUTTON 1017 |
| #define wxID_COMMAND_TEXT_CTRL 1016 |
| #define wxID_MAIN_FRAME 1000 |
Definition at line 44 of file GUIFrame.h.
| #define wxID_MAIN_TOOLBAR 1007 |
| #define wxID_MODULE_ADDRESS 1014 |
| #define wxID_MUX_OUT_SPINCTRL 1015 |
1.5.6