1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
|
//////////////////////////////////////////////////////////////////////
// This file was auto-generated by codelite's wxCrafter Plugin
// wxCrafter project file: SyntaxHighlightBaseDlg.wxcp
// Do not modify this file by hand!
//////////////////////////////////////////////////////////////////////
#ifndef SYNTAXHIGHLIGHTBASEDLG_BASE_CLASSES_H
#define SYNTAXHIGHLIGHTBASEDLG_BASE_CLASSES_H
#include <wx/settings.h>
#include <wx/xrc/xmlres.h>
#include <wx/xrc/xh_bmp.h>
#include <wx/dialog.h>
#include <wx/iconbndl.h>
#include <wx/artprov.h>
#include <wx/sizer.h>
#include <wx/pen.h>
#include <wx/aui/auibar.h>
#include <map>
#include <wx/menu.h>
#include <wx/toolbar.h>
#include <wx/notebook.h>
#include <wx/panel.h>
#include <wx/imaglist.h>
#include <wx/listbox.h>
#include <wx/stattext.h>
#include <wx/choice.h>
#include <wx/arrstr.h>
#include <wx/fontpicker.h>
#include <wx/clrpicker.h>
#include <wx/textctrl.h>
#include <wx/checkbox.h>
#include <wx/statline.h>
#include <wx/button.h>
class SyntaxHighlightBaseDlg : public wxDialog
{
public:
enum {
ID_EXPORT_ALL = 1001,
ID_EXPORT_SELECTIVE = 1002,
ID_MENU_ECLIPSE_WEBSITE = 1003,
ID_TOOL_IMPORT_ECLIPSE_THEME = 1004,
};
protected:
wxAuiToolBar* m_auibar;
std::map<int, wxMenu*> m_dropdownMenus;
wxMenu* m_menu142;
wxMenuItem* m_menuItemExportAll;
wxMenuItem* m_menuItemExportSelective;
wxMenu* m_menu151;
wxMenuItem* m_menuItem153;
wxNotebook* m_notebook76;
wxPanel* m_panelSyntaxHighlight;
wxListBox* m_listBox;
wxPanel* m_panel25;
wxNotebook* m_notebook2;
wxPanel* m_panelGlobalSettings;
wxStaticText* m_staticText70;
wxChoice* m_choiceLexerThemes;
wxStaticText* m_staticText6;
wxFontPickerCtrl* m_globalFontPicker;
wxStaticText* m_staticText7;
wxColourPickerCtrl* m_globalBgColourPicker;
wxStaticText* m_staticText8;
wxTextCtrl* m_fileSpec;
wxPanel* m_panelCustomize;
wxListBox* m_properties;
wxStaticText* m_staticText2;
wxFontPickerCtrl* m_fontPicker;
wxStaticText* m_staticText3;
wxColourPickerCtrl* m_colourPicker;
wxStaticText* m_staticText4;
wxColourPickerCtrl* m_bgColourPicker;
wxCheckBox* m_eolFilled;
wxCheckBox* m_styleWithinPreProcessor;
wxStaticLine* m_staticline1;
wxStaticText* m_staticText1;
wxButton* m_button5;
wxButton* m_button6;
wxButton* m_button7;
wxButton* m_button8;
wxButton* m_button9;
wxPanel* m_panelTextSelection;
wxStaticText* m_staticText9;
wxColourPickerCtrl* m_colourPickerSelTextBgColour;
wxStaticText* m_staticText94;
wxCheckBox* m_checkBoxCustomSelectionFgColour;
wxStaticText* m_staticText84;
wxColourPickerCtrl* m_colourPickerSelTextFgColour;
wxPanel* m_panelGlobalColours;
wxStaticText* m_staticText91;
wxColourPickerCtrl* m_colourPickerOutputPanesFgColour;
wxStaticText* m_staticText911;
wxColourPickerCtrl* m_colourPickerOutputPanesBgColour;
wxStdDialogButtonSizer* m_stdBtnSizer10;
wxButton* m_buttonOk;
wxButton* m_buttonCancel;
wxButton* m_buttonApply;
virtual void ShowAuiToolMenu(wxAuiToolBarEvent& event);
protected:
virtual void OnNewTheme(wxCommandEvent& event) { event.Skip(); }
virtual void OnToolExportAll(wxAuiToolBarEvent& event) { event.Skip(); }
virtual void OnExportAll(wxCommandEvent& event) { event.Skip(); }
virtual void OnExportSelective(wxCommandEvent& event) { event.Skip(); }
virtual void OnImport(wxCommandEvent& event) { event.Skip(); }
virtual void OnRestoreDefaults(wxCommandEvent& event) { event.Skip(); }
virtual void OnImportEclipseTheme(wxAuiToolBarEvent& event) { event.Skip(); }
virtual void OnLoadEclipseThemeWebsite(wxCommandEvent& event) { event.Skip(); }
virtual void OnLexerSelected(wxCommandEvent& event) { event.Skip(); }
virtual void OnThemeChanged(wxCommandEvent& event) { event.Skip(); }
virtual void OnFontChanged(wxFontPickerEvent& event) { event.Skip(); }
virtual void OnColourChanged(wxColourPickerEvent& event) { event.Skip(); }
virtual void OnText(wxCommandEvent& event) { event.Skip(); }
virtual void OnItemSelected(wxCommandEvent& event) { event.Skip(); }
virtual void OnEolFilled(wxCommandEvent& event) { event.Skip(); }
virtual void OnStyleWithinPreprocessor(wxCommandEvent& event) { event.Skip(); }
virtual void OnStyleWithingPreProcessorUI(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnEditKeyWordsButton0(wxCommandEvent& event) { event.Skip(); }
virtual void OnEditKeyWordsButton1(wxCommandEvent& event) { event.Skip(); }
virtual void OnEditKeyWordsButton2(wxCommandEvent& event) { event.Skip(); }
virtual void OnEditKeyWordsButton3(wxCommandEvent& event) { event.Skip(); }
virtual void OnEditKeyWordsButton4(wxCommandEvent& event) { event.Skip(); }
virtual void OnSelTextChanged(wxColourPickerEvent& event) { event.Skip(); }
virtual void OnUseCustomFgTextColour(wxCommandEvent& event) { event.Skip(); }
virtual void OnTextSelFgUI(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnSelTextFgChanged(wxColourPickerEvent& event) { event.Skip(); }
virtual void OnOutputViewColourChanged(wxColourPickerEvent& event) { event.Skip(); }
virtual void OnButtonOK(wxCommandEvent& event) { event.Skip(); }
virtual void OnButtonCancel(wxCommandEvent& event) { event.Skip(); }
virtual void OnButtonApply(wxCommandEvent& event) { event.Skip(); }
virtual void OnButtonApplyUI(wxUpdateUIEvent& event) { event.Skip(); }
public:
SyntaxHighlightBaseDlg(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Colours and Fonts"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
virtual ~SyntaxHighlightBaseDlg();
};
class NewThemeDialogBase : public wxDialog
{
protected:
wxStaticText* m_staticText127;
wxTextCtrl* m_textCtrlName;
wxStaticText* m_staticText131;
wxChoice* m_choiceLanguage;
wxStaticText* m_staticText135;
wxChoice* m_choiceBaseTheme;
wxStdDialogButtonSizer* m_stdBtnSizer117;
wxButton* m_buttonOK;
wxButton* m_buttonCancel;
protected:
virtual void OnLexerSelected(wxCommandEvent& event) { event.Skip(); }
virtual void OnOkUI(wxUpdateUIEvent& event) { event.Skip(); }
public:
NewThemeDialogBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New Theme"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
virtual ~NewThemeDialogBase();
};
#endif
|