|
AuboStudio SDK
0.6.3
|
|
|
|
|
\chinese 视图 API 提供者 提供与安装或程序节点贡献的视图(UI)相关的功能访问。 更多...
#include <view_api_provider.h>
Public 成员函数 | |
| ViewApiProvider () | |
| ViewApiProvider (ViewApiProvider &f) | |
| ViewApiProvider (ViewApiProvider &&f) | |
| virtual | ~ViewApiProvider () |
| SystemApiPtr | getSystemApi () |
| \chinese 提供对系统相关功能的访问。 | |
| UserInterfaceApiPtr | getUserInterfaceApi () |
| \chinese 提供对用户界面和用户交互相关功能的访问。 | |
Private 属性 | |
| void * | d_ { nullptr } |
友元 | |
| class | DataSwitch |
\chinese 视图 API 提供者 提供与安装或程序节点贡献的视图(UI)相关的功能访问。
注意:此接口不适用于具有基于 HTML 用户界面的 AuboCap 程序和安装节点。 \endchinese \english ViewApiProvider Provides access to functionality relevant for the View (UI) of an installation or a program node contribution.
NOTE: This interface is not relevant for AuboCap program and installation nodes with a HTML-based user interface. \endenglish
在文件 view_api_provider.h 第 27 行定义.
| arcs::aubo_scope::ViewApiProvider::ViewApiProvider | ( | ) |
| arcs::aubo_scope::ViewApiProvider::ViewApiProvider | ( | ViewApiProvider & | f | ) |
| arcs::aubo_scope::ViewApiProvider::ViewApiProvider | ( | ViewApiProvider && | f | ) |
|
virtual |
| SystemApiPtr arcs::aubo_scope::ViewApiProvider::getSystemApi | ( | ) |
\chinese 提供对系统相关功能的访问。
| UserInterfaceApiPtr arcs::aubo_scope::ViewApiProvider::getUserInterfaceApi | ( | ) |
\chinese 提供对用户界面和用户交互相关功能的访问。
|
friend |
|
private |
在文件 view_api_provider.h 第 66 行定义.