AuboStudio SDK  0.6.3
arcs::aubo_scope::ViewApiProvider类 参考

\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.h27 行定义.

构造及析构函数说明

◆ ViewApiProvider() [1/3]

arcs::aubo_scope::ViewApiProvider::ViewApiProvider ( )

被这些函数引用 ViewApiProvider() , 以及 ViewApiProvider().

这是这个函数的调用关系图:

◆ ViewApiProvider() [2/3]

arcs::aubo_scope::ViewApiProvider::ViewApiProvider ( ViewApiProvider & f)

引用了 ViewApiProvider().

函数调用图:

◆ ViewApiProvider() [3/3]

arcs::aubo_scope::ViewApiProvider::ViewApiProvider ( ViewApiProvider && f)

引用了 ViewApiProvider().

函数调用图:

◆ ~ViewApiProvider()

virtual arcs::aubo_scope::ViewApiProvider::~ViewApiProvider ( )
virtual

成员函数说明

◆ getSystemApi()

SystemApiPtr arcs::aubo_scope::ViewApiProvider::getSystemApi ( )

\chinese 提供对系统相关功能的访问。

返回
SystemAPI 实例 \endchinese \english Provides access to system related functionality.
an instance of SystemAPI. \endenglish

◆ getUserInterfaceApi()

UserInterfaceApiPtr arcs::aubo_scope::ViewApiProvider::getUserInterfaceApi ( )

\chinese 提供对用户界面和用户交互相关功能的访问。

返回
UserInterfaceAPI 实例 \endchinese \english Provides access to functionality related to user interface and user interaction.
an instance of UserInterfaceAPI. \endenglish

◆ DataSwitch

friend class DataSwitch
friend

在文件 view_api_provider.h65 行定义.

引用了 DataSwitch.

被这些函数引用 DataSwitch.

类成员变量说明

◆ d_

void* arcs::aubo_scope::ViewApiProvider::d_ { nullptr }
private

在文件 view_api_provider.h66 行定义.


该类的文档由以下文件生成: