File: cppchecksettingsdlgbase.h

package info (click to toggle)
codelite 6.1.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 48,992 kB
  • ctags: 43,502
  • sloc: cpp: 334,263; ansic: 18,441; xml: 4,713; yacc: 2,653; lex: 2,449; python: 1,188; sh: 385; makefile: 40
file content (164 lines) | stat: -rw-r--r-- 7,141 bytes parent folder | download
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
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//
// copyright            : (C) 2014 The CodeLite Team
// file name            : cppchecksettingsdlgbase.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: cppchecksettingsdlg.wxcp
// Do not modify this file by hand!
//////////////////////////////////////////////////////////////////////

#ifndef CPPCHECKSETTINGSDLG_BASE_CLASSES_H
#define CPPCHECKSETTINGSDLG_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/notebook.h>
#include <wx/panel.h>
#include <wx/imaglist.h>
#include <wx/stattext.h>
#include <wx/checklst.h>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/spinctrl.h>
#include <wx/listbox.h>
#include <wx/statline.h>
#include <wx/textctrl.h>

class CppCheckSettingsDialogBase : public wxDialog
{
protected:
    wxNotebook* m_notebook1;
    wxPanel* m_ChecksPanel;
    wxStaticText* m_staticText5;
    wxCheckListBox* m_checkListExtraWarnings;
    wxButton* m_buttonAllChecks;
    wxButton* m_buttonClearChecks;
    wxCheckBox* m_cbOptionForce;
    wxCheckBox* m_cbJobs;
    wxSpinCtrl* m_spinCtrlJobs;
    wxCheckBox* m_cbCheckConfig;
    wxPanel* m_ExcludePanel;
    wxStaticText* m_staticText1;
    wxListBox* m_listBoxExcludelist;
    wxButton* m_buttonAdd;
    wxButton* m_buttonRemove;
    wxButton* m_buttonClearList;
    wxPanel* m_SuppressPanel;
    wxStaticText* m_staticText11;
    wxCheckListBox* m_checkListSuppress;
    wxButton* m_buttonAddSuppression;
    wxButton* m_buttonRemoveSuppression;
    wxButton* m_buttonSuppressAll;
    wxButton* m_buttonClearSuppressions;
    wxCheckBox* m_checkBoxSerialise;
    wxPanel* m_IncludeDirs;
    wxStaticText* m_staticText113;
    wxListBox* m_listBoxIncludeDirs;
    wxButton* m_buttonAddIncludeDir;
    wxButton* m_buttonRemoveIncludeDir;
    wxCheckBox* m_checkBoxSuppressSystemIncludes;
    wxCheckBox* m_checkBoxSerialiseIncludeDirs;
    wxPanel* m_DefinesPanel;
    wxStaticText* m_staticText11428;
    wxStaticLine* m_staticLine18;
    wxStaticText* m_staticText11429;
    wxListBox* m_listBoxDefinelist;
    wxButton* m_buttonAdd1824;
    wxButton* m_buttonRemove1925;
    wxButton* m_buttonClearList2026;
    wxStaticText* m_staticText114;
    wxListBox* m_listBoxUndefineList;
    wxButton* m_buttonAdd18;
    wxButton* m_buttonRemove19;
    wxButton* m_buttonClearList20;
    wxStaticLine* m_staticline1;
    wxButton* m_BtmOK;
    wxButton* m_BtnCancel;

protected:
    virtual void OnChecksTickAll(wxCommandEvent& event) { event.Skip(); }
    virtual void OnChecksTickAllUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnChecksUntickAll(wxCommandEvent& event) { event.Skip(); }
    virtual void OnChecksUntickAllUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnJobsUpdateUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnAddFile(wxCommandEvent& event) { event.Skip(); }
    virtual void OnRemoveFile(wxCommandEvent& event) { event.Skip(); }
    virtual void OnRemoveFileUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnClearList(wxCommandEvent& event) { event.Skip(); }
    virtual void OnClearListUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnAddSuppression(wxCommandEvent& event) { event.Skip(); }
    virtual void OnRemoveSuppression(wxCommandEvent& event) { event.Skip(); }
    virtual void OnRemoveSuppressionUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnSuppressTickAll(wxCommandEvent& event) { event.Skip(); }
    virtual void OnSuppressTickAllUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnSuppressUntickAll(wxCommandEvent& event) { event.Skip(); }
    virtual void OnSuppressUntickAllUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnIncludeDirsUpdateUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnAddIncludeDir(wxCommandEvent& event) { event.Skip(); }
    virtual void OnRemoveIncludeDir(wxCommandEvent& event) { event.Skip(); }
    virtual void OnRemoveIncludeDirUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnAddDefinition(wxCommandEvent& event) { event.Skip(); }
    virtual void OnRemoveDefinition(wxCommandEvent& event) { event.Skip(); }
    virtual void OnRemoveDefinitionUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnClearDefinitions(wxCommandEvent& event) { event.Skip(); }
    virtual void OnClearDefinitionsUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnAddUndefine(wxCommandEvent& event) { event.Skip(); }
    virtual void OnRemoveUndefine(wxCommandEvent& event) { event.Skip(); }
    virtual void OnRemoveUndefineUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnClearUndefines(wxCommandEvent& event) { event.Skip(); }
    virtual void OnClearUndefinesUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnBtnOK(wxCommandEvent& event) { event.Skip(); }

public:
    CppCheckSettingsDialogBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("CppCheck settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~CppCheckSettingsDialogBase();
};


class CppCheckAddSuppressionDialogBase : public wxDialog
{
protected:
    wxStaticText* m_staticText12;
    wxTextCtrl* m_txtDescription;
    wxStaticText* m_staticText13;
    wxTextCtrl* m_txtKey;
    wxStaticLine* m_staticline1;
    wxButton* m_buttonOK;
    wxButton* m_buttonCancel;

protected:
    virtual void OnOKButtonUpdateUI(wxUpdateUIEvent& event) { event.Skip(); }

public:
    CppCheckAddSuppressionDialogBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("CppChecker add warning suppression"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~CppCheckAddSuppressionDialogBase();
};

#endif