AuboStudio SDK
0.6.3
user_interface_api.h
浏览该文件的文档.
1
#ifndef AUBO_SCOPE_USER_INTERFACE_API_H
2
#define AUBO_SCOPE_USER_INTERFACE_API_H
3
4
#include <
aubo_caps/domain/user_interface/user_interaction.h
>
5
6
namespace
arcs
{
7
namespace
aubo_scope
{
8
ARCS_CLASS_FORWARD
(
UserInterfaceApi
);
9
10
/**
11
* Provides access to functionality and services available from within AuboScope
12
* related to user interface and end user interaction.
13
*/
14
class
ARCS_ABI_EXPORT
UserInterfaceApi
15
{
16
public
:
17
UserInterfaceApi
(
UserInterfaceApi
&f);
18
UserInterfaceApi
(
UserInterfaceApi
&&f);
19
virtual
~UserInterfaceApi
();
20
21
/**
22
* @return An interface which provides functionality for requesting input
23
* and actions from end users.
24
*/
25
UserInteractionPtr
getUserInteraction
();
26
27
private
:
28
friend
class
DataSwitch
;
29
UserInterfaceApi
();
30
void
*
d_
{
nullptr
};
31
};
32
33
}
// namespace aubo_scope
34
}
// namespace arcs
35
36
#endif
// AUBO_SCOPE_USER_INTERFACE_API_H
ARCS_ABI_EXPORT
#define ARCS_ABI_EXPORT
定义
class_forward.h:16
ARCS_CLASS_FORWARD
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
定义
class_forward.h:68
arcs::aubo_scope::UserInterfaceApi
Provides access to functionality and services available from within AuboScope related to user interfa...
定义
user_interface_api.h:15
arcs::aubo_scope::UserInterfaceApi::d_
void * d_
定义
user_interface_api.h:30
arcs::aubo_scope::UserInterfaceApi::DataSwitch
friend class DataSwitch
定义
user_interface_api.h:28
arcs::aubo_scope::UserInterfaceApi::~UserInterfaceApi
virtual ~UserInterfaceApi()
arcs::aubo_scope::UserInterfaceApi::UserInterfaceApi
UserInterfaceApi(UserInterfaceApi &f)
arcs::aubo_scope::UserInterfaceApi::UserInterfaceApi
UserInterfaceApi()
arcs::aubo_scope::UserInterfaceApi::UserInterfaceApi
UserInterfaceApi(UserInterfaceApi &&f)
arcs::aubo_scope::UserInterfaceApi::getUserInteraction
UserInteractionPtr getUserInteraction()
arcs::aubo_scope
定义
contribution_provider.h:8
arcs
定义
contribution_provider.h:7
user_interaction.h
include
aubo_caps
domain
user_interface
user_interface_api.h
制作者
1.16.1