Code::Blocks
SVN r11506
include
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
11
enum
ScriptSecurityResponse
12
{
13
ssrAllow
= 0,
14
ssrAllowAll
,
15
ssrDeny
,
16
ssrTrust
,
17
ssrTrustPermanently
18
};
19
20
class
ScriptSecurityWarningDlg
:
public
wxScrollingDialog
21
{
22
public
:
23
ScriptSecurityWarningDlg
(
wxWindow
* parent,
const
wxString
& operation,
const
wxString
& command);
24
~ScriptSecurityWarningDlg
()
override
;
25
26
ScriptSecurityResponse
GetResponse
();
27
void
EndModal
(
int
retCode)
override
;
28
protected
:
29
private
:
30
};
31
32
33
34
#endif // SCRIPTSECURITYWARNINGDLG_H
ssrAllowAll
Definition:
scriptsecuritywarningdlg.h:14
ScriptSecurityWarningDlg::ScriptSecurityWarningDlg
ScriptSecurityWarningDlg(wxWindow *parent, const wxString &operation, const wxString &command)
Definition:
scriptsecuritywarningdlg.cpp:23
ScriptSecurityWarningDlg::EndModal
void EndModal(int retCode) override
Definition:
scriptsecuritywarningdlg.cpp:46
ScriptSecurityWarningDlg
Definition:
scriptsecuritywarningdlg.h:20
ScriptSecurityResponse
ScriptSecurityResponse
Definition:
scriptsecuritywarningdlg.h:11
ssrTrustPermanently
Definition:
scriptsecuritywarningdlg.h:17
wxScrollingDialog
Definition:
scrollingdialog.h:163
scrollingdialog.h
ssrAllow
Definition:
scriptsecuritywarningdlg.h:13
wxString
ssrDeny
Definition:
scriptsecuritywarningdlg.h:15
ssrTrust
Definition:
scriptsecuritywarningdlg.h:16
ScriptSecurityWarningDlg::GetResponse
ScriptSecurityResponse GetResponse()
Definition:
scriptsecuritywarningdlg.cpp:41
wxWindow
ScriptSecurityWarningDlg::~ScriptSecurityWarningDlg
~ScriptSecurityWarningDlg() override
Definition:
scriptsecuritywarningdlg.cpp:36
Generated by
1.8.13