|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
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. | |
A custom UI view registered for a component (local configuration; never transmitted).
Definition at line 701 of file Subscriptions.h.
| uint32 cmlabs::CustomView::compID |
Component the view belongs to.
Definition at line 702 of file Subscriptions.h.
| char cmlabs::CustomView::name[MAXKEYNAMELEN+1] |
Display name of the view.
Definition at line 703 of file Subscriptions.h.
Referenced by _wrap_CustomView_name_set(), _wrap_CustomView_name_set(), and Java_com_cmlabs_cmsdk_cmsdkJNI_CustomView_1name_1set().
| 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().