~ubuntu-branches/ubuntu/lucid/codelite/lucid

« back to all changes in this revision

Viewing changes to LiteEditor/tags_options_base_dlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-01-12 15:46:55 UTC
  • Revision ID: james.westby@ubuntu.com-20090112154655-sdynrljcb6u167yw
Tags: upstream-1.0.2674+dfsg
ImportĀ upstreamĀ versionĀ 1.0.2674+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//////////////////////////////////////////////////////////////////////////////
 
2
//////////////////////////////////////////////////////////////////////////////
 
3
//
 
4
// copyright            : (C) 2008 by Eran Ifrah                            
 
5
// file name            : tags_options_base_dlg.h              
 
6
//                                                                          
 
7
// -------------------------------------------------------------------------
 
8
// A                                                                        
 
9
//              _____           _      _     _ _                            
 
10
//             /  __ \         | |    | |   (_) |                           
 
11
//             | /  \/ ___   __| | ___| |    _| |_ ___                      
 
12
//             | |    / _ \ / _  |/ _ \ |   | | __/ _ )                     
 
13
//             | \__/\ (_) | (_| |  __/ |___| | ||  __/                     
 
14
//              \____/\___/ \__,_|\___\_____/_|\__\___|                     
 
15
//                                                                          
 
16
//                                                  F i l e                 
 
17
//                                                                          
 
18
//    This program is free software; you can redistribute it and/or modify  
 
19
//    it under the terms of the GNU General Public License as published by  
 
20
//    the Free Software Foundation; either version 2 of the License, or     
 
21
//    (at your option) any later version.                                   
 
22
//                                                                          
 
23
//////////////////////////////////////////////////////////////////////////////
 
24
//////////////////////////////////////////////////////////////////////////////
 
25
 
 
26
///////////////////////////////////////////////////////////////////////////
 
27
// C++ code generated with wxFormBuilder (version Apr 16 2008)
 
28
// http://www.wxformbuilder.org/
 
29
//
 
30
// PLEASE DO "NOT" EDIT THIS FILE!
 
31
///////////////////////////////////////////////////////////////////////////
 
32
 
 
33
#ifndef __tags_options_base_dlg__
 
34
#define __tags_options_base_dlg__
 
35
 
 
36
#include <wx/string.h>
 
37
#include <wx/checkbox.h>
 
38
#include <wx/gdicmn.h>
 
39
#include <wx/font.h>
 
40
#include <wx/colour.h>
 
41
#include <wx/settings.h>
 
42
#include <wx/sizer.h>
 
43
#include <wx/statbox.h>
 
44
#include <wx/panel.h>
 
45
#include <wx/bitmap.h>
 
46
#include <wx/image.h>
 
47
#include <wx/icon.h>
 
48
#include <wx/stattext.h>
 
49
#include <wx/textctrl.h>
 
50
#include <wx/button.h>
 
51
#include <wx/combobox.h>
 
52
#include <wx/notebook.h>
 
53
#include <wx/statline.h>
 
54
#include <wx/dialog.h>
 
55
 
 
56
///////////////////////////////////////////////////////////////////////////
 
57
 
 
58
 
 
59
///////////////////////////////////////////////////////////////////////////////
 
60
/// Class TagsOptionsBaseDlg
 
61
///////////////////////////////////////////////////////////////////////////////
 
62
class TagsOptionsBaseDlg : public wxDialog 
 
63
{
 
64
        private:
 
65
        
 
66
        protected:
 
67
                wxNotebook* m_mainBook;
 
68
                wxPanel* m_generalPage;
 
69
                wxCheckBox* m_checkBoxMarkTagsFilesInBold;
 
70
                wxCheckBox* m_checkDisableParseOnSave;
 
71
                wxCheckBox* m_checkParseComments;
 
72
                wxCheckBox* m_checkDisplayComments;
 
73
                wxCheckBox* m_checkDisplayTypeInfo;
 
74
                wxCheckBox* m_checkDisplayFunctionTip;
 
75
                wxCheckBox* m_checkCppKeywordAssist;
 
76
                wxCheckBox* m_checkColourLocalVars;
 
77
                wxCheckBox* m_checkColourProjTags;
 
78
                wxCheckBox* m_checkBoxClass;
 
79
                wxCheckBox* m_checkBoxStruct;
 
80
                wxCheckBox* m_checkBoxFunction;
 
81
                wxCheckBox* m_checkBoxEnum;
 
82
                wxCheckBox* m_checkBoxEnumerator;
 
83
                wxCheckBox* m_checkBoxUnion;
 
84
                wxCheckBox* m_checkBoxPrototype;
 
85
                wxCheckBox* m_checkBoxTypedef;
 
86
                wxCheckBox* m_checkBoxMacro;
 
87
                wxCheckBox* m_checkBoxNamespace;
 
88
                wxCheckBox* m_checkBoxMember;
 
89
                wxCheckBox* m_checkBoxVariable;
 
90
                wxCheckBox* m_checkLoadLastDB;
 
91
                wxCheckBox* m_checkLoadToMemory;
 
92
                wxPanel* m_ctagsPage;
 
93
                wxStaticText* m_staticText1;
 
94
                wxTextCtrl* m_textPrep;
 
95
                wxButton* m_buttonAdd;
 
96
                wxStaticText* m_staticText3;
 
97
                wxTextCtrl* m_textFileSpec;
 
98
                wxStaticText* m_staticText5;
 
99
                wxComboBox* m_comboBoxLang;
 
100
                wxCheckBox* m_checkFilesWithoutExt;
 
101
                wxStaticLine* m_staticline1;
 
102
                wxButton* m_buttonOK;
 
103
                wxButton* m_buttonCancel;
 
104
                
 
105
                // Virtual event handlers, overide them in your derived class
 
106
                virtual void OnColourWorkspaceUI( wxUpdateUIEvent& event ){ event.Skip(); }
 
107
                virtual void OnButtonAdd( wxCommandEvent& event ){ event.Skip(); }
 
108
                virtual void OnButtonOK( wxCommandEvent& event ){ event.Skip(); }
 
109
                
 
110
        
 
111
        public:
 
112
                TagsOptionsBaseDlg( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Tags Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
 
113
                ~TagsOptionsBaseDlg();
 
114
        
 
115
};
 
116
 
 
117
#endif //__tags_options_base_dlg__