|
AuboStudio SDK
0.6.3
|
|
|
|
|
\chinese 安装 API 提供者 提供与安装节点相关的功能和服务访问。这包括 AuboScope 内部已有的功能,以及在 AuboScope 中创建要使用的额外模型元素。 \endchinese \english InstallationApiProvider Provides access to functionality and services relevant for installation nodes. 更多...
#include <installation_api_provider.h>
Public 成员函数 | |
| InstallationApiProvider (InstallationApiProvider &f) | |
| InstallationApiProvider (InstallationApiProvider &&f) | |
| virtual | ~InstallationApiProvider () |
| SystemApiPtr | getSystemApi () |
| \chinese 提供对系统相关功能的访问 | |
| UserInterfaceApiPtr | getUserInterfaceApi () |
| \chinese 提供对用户界面和终端用户交互相关功能的访问 | |
| InstallationApiPtr | getInstallationApi () |
| \chinese 提供对安装相关功能的访问 | |
Private 成员函数 | |
| InstallationApiProvider () | |
Private 属性 | |
| void * | d_ { nullptr } |
友元 | |
| class | DataSwitch |
\chinese 安装 API 提供者 提供与安装节点相关的功能和服务访问。这包括 AuboScope 内部已有的功能,以及在 AuboScope 中创建要使用的额外模型元素。 \endchinese \english InstallationApiProvider Provides access to functionality and services relevant for installation nodes.
This includes what is available from within AuboScope, as well as creating additional model elements to be used within AuboScope. \endenglish
在文件 installation_api_provider.h 第 26 行定义.
| arcs::aubo_scope::InstallationApiProvider::InstallationApiProvider | ( | InstallationApiProvider & | f | ) |
引用了 InstallationApiProvider().
被这些函数引用 InstallationApiProvider() , 以及 InstallationApiProvider().


| arcs::aubo_scope::InstallationApiProvider::InstallationApiProvider | ( | InstallationApiProvider && | f | ) |
|
virtual |
|
private |
| InstallationApiPtr arcs::aubo_scope::InstallationApiProvider::getInstallationApi | ( | ) |
\chinese 提供对安装相关功能的访问
| SystemApiPtr arcs::aubo_scope::InstallationApiProvider::getSystemApi | ( | ) |
\chinese 提供对系统相关功能的访问
| UserInterfaceApiPtr arcs::aubo_scope::InstallationApiProvider::getUserInterfaceApi | ( | ) |
\chinese 提供对用户界面和终端用户交互相关功能的访问
|
friend |
|
private |
在文件 installation_api_provider.h 第 79 行定义.