PDF
AuboStudio SDK  0.6.3
arcs::aubo_scope::ViewApiProvider Class Reference

ViewApiProvider Provides access to functionality relevant for the View (UI) of an installation or a program node contribution. More...

#include <view_api_provider.h>

Public Member Functions

 ViewApiProvider ()
 ViewApiProvider (ViewApiProvider &f)
 ViewApiProvider (ViewApiProvider &&f)
virtual ~ViewApiProvider ()
SystemApiPtr getSystemApi ()
 Provides access to system related functionality.
UserInterfaceApiPtr getUserInterfaceApi ()
 Provides access to functionality related to user interface and user interaction.

Private Attributes

void * d_ { nullptr }

Friends

class DataSwitch

Detailed Description

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.

Definition at line 27 of file view_api_provider.h.

Constructor & Destructor Documentation

◆ ViewApiProvider() [1/3]

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

Referenced by ViewApiProvider(), and ViewApiProvider().

Here is the caller graph for this function:

◆ ViewApiProvider() [2/3]

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

References ViewApiProvider().

Here is the call graph for this function:

◆ ViewApiProvider() [3/3]

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

References ViewApiProvider().

Here is the call graph for this function:

◆ ~ViewApiProvider()

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

Member Function Documentation

◆ getSystemApi()

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

Provides access to system related functionality.

Returns
an instance of SystemAPI.

◆ getUserInterfaceApi()

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

Provides access to functionality related to user interface and user interaction.

Returns
an instance of UserInterfaceAPI.

◆ DataSwitch

friend class DataSwitch
friend

Definition at line 65 of file view_api_provider.h.

References DataSwitch.

Referenced by DataSwitch.

Member Data Documentation

◆ d_

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

Definition at line 66 of file view_api_provider.h.


The documentation for this class was generated from the following file: