#include "wx/notebook.h"
#include "wx/statline.h"
#include "main_frame.h"
Include dependency graph for options_dialog.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DialogOptions |
Defines | |
#define | ID_OPTIONS 10010 |
#define | SYMBOL_DIALOGOPTIONS_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX |
#define | SYMBOL_DIALOGOPTIONS_TITLE _("Preferences...") |
#define | SYMBOL_DIALOGOPTIONS_IDNAME ID_OPTIONS |
#define | SYMBOL_DIALOGOPTIONS_SIZE wxDefaultSize |
#define | SYMBOL_DIALOGOPTIONS_POSITION wxDefaultPosition |
#define | ID_NOTEBOOK 10000 |
#define | ID_PANEL_STREAMER 10005 |
#define | ID_TEXTCTRL8 10017 |
#define | ID_CHECKBOX6 10040 |
#define | ID_TEXTCTRL5 10011 |
#define | ID_TEXTCTRL 10023 |
#define | ID_COMBOBOX1 10009 |
#define | ID_CHECKBOX1 10015 |
#define | ID_TEXTCTRL3 10018 |
#define | ID_CHECKBOX7 10041 |
#define | ID_TEXTCTRL6 10042 |
#define | ID_CHECKBOX8 10043 |
#define | ID_TEXTCTRL7 10044 |
#define | ID_BUTTON2 10045 |
#define | ID_CHECKBOX5 10028 |
#define | ID_TEXTCTRL4 10029 |
#define | ID_TEXTCTRL2 10006 |
#define | ID_TEXTCTRL1 10014 |
#define | ID_PANEL_CLIENT_STREAM 10016 |
#define | ID_TEXTCTRL10 10019 |
#define | ID_CHECKBOX2 10012 |
#define | ID_CHECKBOX4 10027 |
#define | ID_PANEL_PREFERENCES 10002 |
#define | ID_CHECKBOX 10004 |
#define | ID_COMBOBOX 10001 |
#define | ID_CHECKBOX9 10048 |
#define | ID_TEXTCTRL11 10020 |
#define | ID_BUTTON1 10025 |
#define | ID_CHECK_XML1 10026 |
#define | ID_TEXTCTRL9 10021 |
#define | ID_BUTTON 10024 |
#define | ID_CHECK_XML2 10013 |
#define | ID_TEXTCTRL13 10030 |
#define | ID_TEXTCTRL14 10031 |
#define | ID_CHECKBOX3 10003 |
#define | ID_TEXTCTRL15 10032 |
#define | ID_TEXTCTRL16 10033 |
#define | ID_TEXTCTRL17 10034 |
#define | ID_TEXTCTRL18 10035 |
#define | ID_OPTIONS_BUTTON_CANCEL 10008 |
#define | ID_OPTIONS_BUTTON_OK 10007 |
#define ID_BUTTON 10024 |
#define ID_BUTTON1 10025 |
#define ID_BUTTON2 10045 |
#define ID_CHECK_XML1 10026 |
#define ID_CHECK_XML2 10013 |
#define ID_CHECKBOX 10004 |
#define ID_CHECKBOX1 10015 |
#define ID_CHECKBOX2 10012 |
#define ID_CHECKBOX3 10003 |
#define ID_CHECKBOX4 10027 |
#define ID_CHECKBOX5 10028 |
#define ID_CHECKBOX6 10040 |
#define ID_CHECKBOX7 10041 |
#define ID_CHECKBOX8 10043 |
#define ID_CHECKBOX9 10048 |
#define ID_COMBOBOX 10001 |
#define ID_COMBOBOX1 10009 |
#define ID_NOTEBOOK 10000 |
#define ID_OPTIONS 10010 |
Control identifiers
Definition at line 52 of file options_dialog.h.
Referenced by MainFrame::OnMenuPreferencesClick().
#define ID_OPTIONS_BUTTON_CANCEL 10008 |
#define ID_OPTIONS_BUTTON_OK 10007 |
#define ID_PANEL_CLIENT_STREAM 10016 |
#define ID_PANEL_PREFERENCES 10002 |
#define ID_PANEL_STREAMER 10005 |
#define ID_TEXTCTRL 10023 |
#define ID_TEXTCTRL1 10014 |
#define ID_TEXTCTRL10 10019 |
#define ID_TEXTCTRL11 10020 |
#define ID_TEXTCTRL13 10030 |
#define ID_TEXTCTRL14 10031 |
#define ID_TEXTCTRL15 10032 |
#define ID_TEXTCTRL16 10033 |
#define ID_TEXTCTRL17 10034 |
#define ID_TEXTCTRL18 10035 |
#define ID_TEXTCTRL2 10006 |
#define ID_TEXTCTRL3 10018 |
#define ID_TEXTCTRL4 10029 |
#define ID_TEXTCTRL5 10011 |
#define ID_TEXTCTRL6 10042 |
#define ID_TEXTCTRL7 10044 |
#define ID_TEXTCTRL8 10017 |
#define ID_TEXTCTRL9 10021 |
#define SYMBOL_DIALOGOPTIONS_IDNAME ID_OPTIONS |
Definition at line 55 of file options_dialog.h.
#define SYMBOL_DIALOGOPTIONS_POSITION wxDefaultPosition |
Definition at line 57 of file options_dialog.h.
#define SYMBOL_DIALOGOPTIONS_SIZE wxDefaultSize |
Definition at line 56 of file options_dialog.h.
#define SYMBOL_DIALOGOPTIONS_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX |
Definition at line 53 of file options_dialog.h.
#define SYMBOL_DIALOGOPTIONS_TITLE _("Preferences...") |
Definition at line 54 of file options_dialog.h.