Click or drag to resize

Livit.Learn.Model.GUI Namespace

Livit.Learn.Model.GUI namespace
Classes
  Class Description
Public class GUIAxesModel
The GUIAxes class defines the axes of a Chart.
Public class GUIAxisModel
The GUIAxis class defines an axis on a Chart.
Public class GUIBaseModel
Public class GUIButtonBaseModel
The GUIButtonBase class defines the common properties of GUI buttons.
Public class GUIButtonModel
The GUIButton class defines a button element in the GUI.
Public class GUIChartModel
The GUIChart class defines a chart that will be displayed in the GUI.
Public class GUICheckboxModel
The GUICheckBox class defines a checkbox user input in the GUI.
Public class GUICollectionModel
The GUICollection class lists the used GUI elements in the simulation.
Public class GUIDataModel
The GUIData class defines data sets that will be drawn on a Chart.
Public class GUIDialogueModel
The GUIDialogue class defines a dialogue presented to the user.
Public class GUIDropDownListModel
The GUIDropDownList class defines a drop down list in the GUI.
Public class Code example GUIGraphAxesModel
This class GUIGraphAxes defines X and Y axis setup
Public class Code example GUIGraphAxisModel
This GUIGraphAxis class defines the setup of an axis to be displayed in the Graph
Public class Code example GUIGraphModel
New version of Graph which the purpose is to replace GUIChartModel
Public class Code example GUIGraphPieModel
This GUIGraphPie class defines the settings and data to be shown as a Pie Chart
Examples
XML
<Graph Type="Pie" Position="-200,60" Size="550,170" Align="BottomLeft" FontPath="OpenSansRegular" IsVisible="true">
  <GraphPie DataSource="10;20;30;40;50" MaxSlice="3" IncludeOthers="true" IncludeOthersColor="Green" IncludeOthersLabel="Other Data" BackgroundOffset="40" IsLegendVisible="true" LegendPosition="Bottom" />
</Graph>
Public class Code example GUIGraphSeriesModel
The GUIGraphSeries class defines the data that will be plotted in the Graph
Public class Code example GUIGraphSeriesValuesModel
The class GUIGraphSeriesValues defines the X and Y data that will be plot in the Graph for the parent GUIGraphSeries.
Public class GUIHelpPanelModel
(In development) The GUIHelpPanel Popup defines a tab in the LabPad which the user can use to obtain help inside the simulation.
Public class GUIImageModel
The GUIImage class defines an image displayed in the GUI.
Public class GUIImageViewerModel
The GUIImageViewer class defines a media display interface in the simulation.
Public class GUIInputModel
(Obsolete) The GUIInput Widget defines a text input in the GUI.
Public class GUIItemTemplateModel
The GUIItemTemplate class defines a dynamic GUI item inside a Table.
Public class GUILabelModel
The GUILabel class defines a text label in the GUI.
Public class GUIMarkdownModel
The GUIMarkdown class defines formatting applied to a GUI element.
Public class GUIMessageDialogModel
The GUIMessageDialog class defines the GUI for MessageDialog messages displayed in the LabPad.
Public class GUIPageModel
The GUIPage class defines a page containing information to be displayed in the GUI.
Public class GUIPanelModel
The GUIPanel class defines a GUI element on which other GUI objects can be added.
Public class GUIPopupModel
The GUIPopup class defines a popup that can be displayed to the user.
Public class GUIRadioButtonModel
The GUIRadioButtonModel class defines a radio button element in the GUI.
Public class GUIRelativeImageModel
The GUIRelativeImage class defines a magnified image around which the user can navigate.
Public class GUIScreenModel
The GUIScreen class defines the screen GUI on an object in the simulation.
Public class GUIScrollBarModel
The GUIScrollBar defines a scroll bar in the GUI.
Public class GUISeriesModel
The GUISeries class defines a Data Series that will be part of a Chart.
Public class GUISliderModel
The GUISlider class defines a slider displayed in the GUI.
Public class GUITabControlModel
The GUITabControl class defines a Tab in the GUI.
Public class GUITableModel
The GUITable class defines a table displayed inside the GUI.
Public class GUITooltip2DModel Obsolete.
The GUITooltip2D class defines a 2D tooltip that can be displayed on 2D elements such as Screens and Labpad to the user during the simulation.
Public class GUITooltip3DModel
The GUITooltip3D class defines a 3D tooltip that can be displayed to the user during the simulation.
Public class GUIVideoModel
The GUIVideo class defines a video played in the GUI.
Public class GUIViewBaseModel
The GUIViewBase class defines common attributes for all GUI classes.
Public class GUIViewportModel
The GUIViewport class defines a movable, magnified area on an Image.
Public class GUIWidgetModel
The GUIWidget defines a widget in the GUI.
Enumerations