Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
UI
NativeAlerts
Windows
WindowsSingleOptionAlertBox.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include <string>
6
#include "WindowsNativeState.h"
7
#include "AlertBox.h"
8
#include "ISingleOptionAlertbox.h"
9
10
namespace
Eegeo
11
{
12
namespace
UI
13
{
14
namespace
NativeAlerts
15
{
16
namespace
Windows
17
{
18
class
WindowsSingleOptionAlertBox
:
public
ISingleOptionAlertBox
19
{
20
WindowsNativeState
* m_pState;
21
ISingleOptionAlertBoxDismissedHandler
& m_handler;
22
bool
m_closed;
23
bool
m_nativesRequireUnregistering;
24
25
public
:
26
WindowsSingleOptionAlertBox
(
27
WindowsNativeState
* pState,
28
const
std::string& title,
29
const
std::string& message,
30
ISingleOptionAlertBoxDismissedHandler
& handler);
31
32
virtual
~
WindowsSingleOptionAlertBox
();
33
34
virtual
void
Close();
35
};
36
}
37
}
38
}
39
}
40
Generated on Sat Jun 10 2023 02:00:34 for eeGeo Platform SDK by
1.8.3.1