Widget storing data for a specific type dataVal is of type IDictionary<DateTime, Vector2>
More...
Widget storing data for a specific type dataVal is of type IDictionary<DateTime, Vector2>
Definition at line 16 of file DataWidget.cs.
§ CastWidget()
| override void ARDesign.Widgets.DataWidget.CastWidget |
( |
| ) |
|
|
protected |
§ 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 |
§ ParseUpdateText()
| override void ARDesign.Widgets.DataWidget.ParseUpdateText |
( |
string |
webResult | ) |
|
|
protected |
§ 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
-
| toSet | String label of type |
Definition at line 64 of file DataWidget.cs.
§ SetQueryUrl()
| override string ARDesign.Widgets.DataWidget.SetQueryUrl |
( |
| ) |
|
|
protected |
§ SetUpdateUrl()
| override string ARDesign.Widgets.DataWidget.SetUpdateUrl |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: