summaryrefslogtreecommitdiff
path: root/LiteEditor/editorsettingscommentsbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'LiteEditor/editorsettingscommentsbase.h')
-rw-r--r--LiteEditor/editorsettingscommentsbase.h115
1 files changed, 45 insertions, 70 deletions
diff --git a/LiteEditor/editorsettingscommentsbase.h b/LiteEditor/editorsettingscommentsbase.h
index 8d621c58..45737f35 100644
--- a/LiteEditor/editorsettingscommentsbase.h
+++ b/LiteEditor/editorsettingscommentsbase.h
@@ -1,78 +1,53 @@
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
-//
-// copyright : (C) 2013 by Eran Ifrah
-// file name : editorsettingscommentsbase.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_comments_base.wxcp
+// Do not modify this file by hand!
+//////////////////////////////////////////////////////////////////////
-///////////////////////////////////////////////////////////////////////////
-// C++ code generated with wxFormBuilder (version Dec 21 2009)
-// http://www.wxformbuilder.org/
-//
-// PLEASE DO "NOT" EDIT THIS FILE!
-///////////////////////////////////////////////////////////////////////////
+#ifndef EDITOR_OPTIONS_COMMENTS_BASE_BASE_CLASSES_H
+#define EDITOR_OPTIONS_COMMENTS_BASE_BASE_CLASSES_H
-#ifndef __editorsettingscommentsbase__
-#define __editorsettingscommentsbase__
-
-#include <wx/intl.h>
-
-#include <wx/string.h>
-#include <wx/checkbox.h>
-#include <wx/gdicmn.h>
-#include <wx/font.h>
-#include <wx/colour.h>
#include <wx/settings.h>
-#include <wx/statline.h>
-#include <wx/stattext.h>
-#include <wx/sizer.h>
+#include <wx/xrc/xmlres.h>
+#include <wx/xrc/xh_bmp.h>
#include <wx/panel.h>
+#include <wx/artprov.h>
+#include <wx/sizer.h>
+#include <wx/checkbox.h>
+#include <wx/stattext.h>
+#include <wx/statline.h>
-///////////////////////////////////////////////////////////////////////////
-
-
-///////////////////////////////////////////////////////////////////////////////
-/// Class EditorSettingsCommentsBase
-///////////////////////////////////////////////////////////////////////////////
-class EditorSettingsCommentsBase : public wxPanel
+class EditorSettingsCommentsBase : public wxPanel
{
- private:
-
- protected:
- wxCheckBox* m_checkBoxSmartAddFiles;
- wxStaticLine* m_staticline1;
- wxCheckBox* m_checkBoxContCComment;
- wxCheckBox* m_checkBoxContinueCppComment;
- wxStaticLine* m_staticline2;
- wxStaticText* m_staticText1;
- wxStaticText* m_staticText2;
- wxCheckBox* m_checkBoxShift;
- wxCheckBox* m_checkBoxCtrl;
- wxCheckBox* m_checkBoxAlt;
-
- public:
-
- EditorSettingsCommentsBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
- ~EditorSettingsCommentsBase();
-
+protected:
+ wxCheckBox* m_checkBoxSmartAddFiles;
+ wxStaticText* m_staticText3;
+ wxStaticLine* m_staticline1;
+ wxCheckBox* m_checkBoxContCComment;
+ wxCheckBox* m_checkBoxContinueCppComment;
+ wxStaticText* m_staticText7;
+ wxStaticLine* m_staticline2;
+ wxStaticText* m_staticText1;
+ wxStaticText* m_staticText2;
+ wxCheckBox* m_checkBoxCtrl;
+ wxCheckBox* m_checkBoxAlt;
+
+protected:
+
+public:
+ wxCheckBox* GetCheckBoxSmartAddFiles() { return m_checkBoxSmartAddFiles; }
+ wxStaticText* GetStaticText3() { return m_staticText3; }
+ wxStaticLine* GetStaticline1() { return m_staticline1; }
+ wxCheckBox* GetCheckBoxContCComment() { return m_checkBoxContCComment; }
+ wxCheckBox* GetCheckBoxContinueCppComment() { return m_checkBoxContinueCppComment; }
+ wxStaticText* GetStaticText7() { return m_staticText7; }
+ wxStaticLine* GetStaticline2() { return m_staticline2; }
+ wxStaticText* GetStaticText1() { return m_staticText1; }
+ wxStaticText* GetStaticText2() { return m_staticText2; }
+ wxCheckBox* GetCheckBoxCtrl() { return m_checkBoxCtrl; }
+ wxCheckBox* GetCheckBoxAlt() { return m_checkBoxAlt; }
+ EditorSettingsCommentsBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxTAB_TRAVERSAL);
+ virtual ~EditorSettingsCommentsBase();
};
-#endif //__editorsettingscommentsbase__
+#endif