AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
ARDesign.Widgets.DataWidget Class Reference

Widget storing data for a specific type dataVal is of type IDictionary<DateTime, Vector2> More...

Inheritance diagram for ARDesign.Widgets.DataWidget:

Public Member Functions

string GetLabel ()
 Returns the type of the widget More...
 
void SetCurrentValues ()
 Sets the widget current value - the newest dictionary entry More...
 
Vector2 GetCurrentValue ()
 Returns the widget current value More...
 
void SetLabel (string toSet)
 Manually sets the widget label More...
 

Protected Member Functions

override void CastWidget ()
 
override void ParseSetUpText (string webReturn)
 
override void ParseUpdateText (string webResult)
 
override string SetQueryUrl ()
 
override string SetUpdateUrl ()
 

Detailed Description

Widget storing data for a specific type dataVal is of type IDictionary<DateTime, Vector2>

Definition at line 16 of file DataWidget.cs.

Member Function Documentation

§ CastWidget()

override void ARDesign.Widgets.DataWidget.CastWidget ( )
protected

Definition at line 72 of file DataWidget.cs.

§ GetCurrentValue()

Vector2 ARDesign.Widgets.DataWidget.GetCurrentValue ( )

Returns the widget current value

Returns
Widget newest value

Definition at line 55 of file DataWidget.cs.

§ GetLabel()

string ARDesign.Widgets.DataWidget.GetLabel ( )

Returns the type of the widget

Returns
Widget label

Definition at line 30 of file DataWidget.cs.

§ ParseSetUpText()

override void ARDesign.Widgets.DataWidget.ParseSetUpText ( string  webReturn)
protected

Definition at line 77 of file DataWidget.cs.

§ ParseUpdateText()

override void ARDesign.Widgets.DataWidget.ParseUpdateText ( string  webResult)
protected

Definition at line 86 of file DataWidget.cs.

§ SetCurrentValues()

void ARDesign.Widgets.DataWidget.SetCurrentValues ( )

Sets the widget current value - the newest dictionary entry

Definition at line 38 of file DataWidget.cs.

§ SetLabel()

void ARDesign.Widgets.DataWidget.SetLabel ( string  toSet)

Manually sets the widget label

Parameters
toSetString label of type

Definition at line 64 of file DataWidget.cs.

§ SetQueryUrl()

override string ARDesign.Widgets.DataWidget.SetQueryUrl ( )
protected

Definition at line 92 of file DataWidget.cs.

§ SetUpdateUrl()

override string ARDesign.Widgets.DataWidget.SetUpdateUrl ( )
protected

Definition at line 97 of file DataWidget.cs.


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