Code::Blocks  SVN r11506
scriptsecuritywarningdlg.h
Go to the documentation of this file.
1 /*
2  * This file is part of the Code::Blocks IDE and licensed under the GNU Lesser General Public License, version 3
3  * http://www.gnu.org/licenses/lgpl-3.0.html
4  */
5 
6 #ifndef SCRIPTSECURITYWARNINGDLG_H
7 #define SCRIPTSECURITYWARNINGDLG_H
8 
9 #include "scrollingdialog.h"
10 
12 {
13  ssrAllow = 0,
18 };
19 
21 {
22  public:
23  ScriptSecurityWarningDlg(wxWindow* parent, const wxString& operation, const wxString& command);
24  ~ScriptSecurityWarningDlg() override;
25 
27  void EndModal(int retCode) override;
28  protected:
29  private:
30 };
31 
32 
33 
34 #endif // SCRIPTSECURITYWARNINGDLG_H
ScriptSecurityWarningDlg(wxWindow *parent, const wxString &operation, const wxString &command)
void EndModal(int retCode) override
ScriptSecurityResponse
ScriptSecurityResponse GetResponse()