////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // Copyright : (C) 2015 Eran Ifrah // File name : editorsettings_terminal_base.h // // ------------------------------------------------------------------------- // A // _____ _ _ _ _ // / __ \ | | | | (_) | // | / \/ ___ __| | ___| | _| |_ ___ // | | / _ \ / _ |/ _ \ | | | __/ _ ) // | \__/\ (_) | (_| | __/ |___| | || __/ // \____/\___/ \__,_|\___\_____/_|\__\___| // // F i l e // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// // This file was auto-generated by codelite's wxCrafter Plugin // wxCrafter project file: editor_options_terminal.wxcp // Do not modify this file by hand! ////////////////////////////////////////////////////////////////////// #ifndef CODELITE_LITEEDITOR_EDITOR_OPTIONS_TERMINAL_BASE_CLASSES_H #define CODELITE_LITEEDITOR_EDITOR_OPTIONS_TERMINAL_BASE_CLASSES_H #include #include #include #include #include #include #include #include #include #include #if wxVERSION_NUMBER >= 2900 #include #include #include #include #endif class EditorSettingsTerminalBase : public wxPanel { protected: wxCheckBox* m_checkBoxUseCodeLiteTerminal; wxStaticText* m_staticText2; wxTextCtrl* m_textCtrlProgramConsoleCmd; wxStaticText* m_staticText3; wxStaticText* m_staticText4; wxStaticText* m_staticText5; wxStaticText* m_staticText6; protected: virtual void OnUseCodeLiteTerminalUI(wxUpdateUIEvent& event) { event.Skip(); } public: wxCheckBox* GetCheckBoxUseCodeLiteTerminal() { return m_checkBoxUseCodeLiteTerminal; } wxStaticText* GetStaticText2() { return m_staticText2; } wxTextCtrl* GetTextCtrlProgramConsoleCmd() { return m_textCtrlProgramConsoleCmd; } wxStaticText* GetStaticText3() { return m_staticText3; } wxStaticText* GetStaticText4() { return m_staticText4; } wxStaticText* GetStaticText5() { return m_staticText5; } wxStaticText* GetStaticText6() { return m_staticText6; } EditorSettingsTerminalBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(500,300), long style = wxTAB_TRAVERSAL); virtual ~EditorSettingsTerminalBase(); }; #endif