OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
MessageBoxHandler.h
Go to the documentation of this file.
1
4
// ###########################################################################################################################################################################################################################################################################################################################
5
6
#pragma once
7
8
// OpenTwin header
9
#include "
OTGui/MessageDialogCfg.h
"
10
#include "
OTWidgets/OTWidgetsAPIExport.h
"
11
12
namespace
ot
{
13
14
class
OT_WIDGETS_API_EXPORT
MessageBoxHandler
{
15
public
:
16
MessageBoxHandler
();
17
virtual
~MessageBoxHandler
();
18
19
virtual
MessageDialogCfg::BasicButton
showPrompt
(
const
MessageDialogCfg
& _config) = 0;
20
};
21
22
}
MessageDialogCfg.h
OTWidgetsAPIExport.h
OT_WIDGETS_API_EXPORT
#define OT_WIDGETS_API_EXPORT
Definition
OTWidgetsAPIExport.h:12
ot::MessageBoxHandler
Definition
MessageBoxHandler.h:14
ot::MessageBoxHandler::showPrompt
virtual MessageDialogCfg::BasicButton showPrompt(const MessageDialogCfg &_config)=0
ot::MessageDialogCfg
Definition
MessageDialogCfg.h:17
ot::MessageDialogCfg::BasicButton
BasicButton
Definition
MessageDialogCfg.h:19
ot
Definition
Connector.h:8
Libraries
OTWidgets
include
OTWidgets
MessageBoxHandler.h
Generated by
1.10.0