CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmlabs::CustomView Struct Reference

A custom UI view registered for a component (local configuration; never transmitted). More...

#include <Subscriptions.h>

Public Attributes

uint32 compID
 Component the view belongs to.
char name [MAXKEYNAMELEN+1]
 Display name of the view.
char templateURL [MAXKEYNAMELEN+1]
 URL of the HTML template implementing the view.

Detailed Description

A custom UI view registered for a component (local configuration; never transmitted).

Definition at line 701 of file Subscriptions.h.

Member Data Documentation

◆ compID

uint32 cmlabs::CustomView::compID

Component the view belongs to.

Definition at line 702 of file Subscriptions.h.

◆ name

char cmlabs::CustomView::name[MAXKEYNAMELEN+1]

◆ templateURL

char cmlabs::CustomView::templateURL[MAXKEYNAMELEN+1]

URL of the HTML template implementing the view.

Definition at line 704 of file Subscriptions.h.

Referenced by _wrap_CustomView_templateURL_set(), _wrap_CustomView_templateURL_set(), and Java_com_cmlabs_cmsdk_cmsdkJNI_CustomView_1templateURL_1set().


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