Interface | Description |
---|---|
GUIKeyEventHandler |
Interface for handlers of key presses.
|
Class | Description |
---|---|
GUIDisplay |
A read-only GUI element, used to display a numeric value.
|
GUIelement |
Abstraction for the elements of the GUI interface, such as Sliders, Displays
or a Chart.
|
GUIChart |
GUI element, used for displaying multiple plot lines at once or histograms.
|
GUICheckBox | Deprecated
This checkbox element needs to be revisited and it's currently
not intended for use
|
GUINumericUpDown | |
GUIPanel |
A panel with tabs.
|
GUIPID |
A GUI element - a regulator used for simple PID control.
|
GUISlider |
A slider element used for setting or reading a value, wherever the exact
value is not important and its relation to the min/max is.
|
GUIStatsDisplay |
GUI element used to display statistical information.
|
GUITab | |
GUITimer |
A
GUIelement used for running a user-defined code at fixed, user-adjustable time intervals. |
StringProperty |
Property of type float.
|