|
|
Inherits GuiControl, and GuiControl.
Methods | |
| void | addAutoPlot (int plotID, string variable, int update) |
| void | addAutoPlot (int plotID, string variable, int update) |
| void | addDatum (int plotID, float v) |
| void | addDatum (int plotID, float v) |
| float | getDatum (int plotID, int samples) |
| float | getDatum (int plotID, int samples) |
| void | matchScale (int plotID, int plotID,...) |
| void | matchScale (int plotID, int plotID,...) |
| void | removeAutoPlot (int plotID) |
| void | removeAutoPlot (int plotID) |
| void | setGraphType (int plotID, string graphType) |
| void | setGraphType (int plotID, string graphType) |
Methods inherited from GuiControl | |
| void | addGuiControl (int controlId) |
| void | addGuiControl (int controlId) |
| int | findHitControl (int x, int y) |
| int | findHitControl (int x, int y) |
| string | getCenter () |
| string | getCenter () |
| string | getExtent () |
| string | getExtent () |
| string | getGlobalCenter () |
| string | getGlobalCenter () |
| string | getGlobalPosition () |
| string | getGlobalPosition () |
| string | getMinExtent () |
| string | getMinExtent () |
| int | getParent () |
| int | getParent () |
| string | getPosition () |
| string | getPosition () |
| string | getValue () |
| string | getValue () |
| bool | isActive () |
| bool | isActive () |
| bool | isAwake () |
| bool | isAwake () |
| bool | isVisible () |
| bool | isVisible () |
| void | makeFirstResponder (isFirst) |
| void | makeFirstResponder (isFirst) |
| bool | pointInControl (int x, int y) |
| bool | pointInControl (int x, int y) |
| void | reorderChild (child1, child2) |
| void | reorderChild (child1, child2) |
| void | resize (int x, int y, int w, int h) |
| void | resize (int x, int y, int w, int h) |
| void | setActive (isActive) |
| void | setActive (isActive) |
| void | setCanSave (bool canSave) |
| void | setCanSave (bool canSave) |
| void | setCenter (int x, int y) |
| void | setCenter (int x, int y) |
| void | setExtent (int width, int height) |
| void | setExtent (int width, int height) |
| void | setFirstResponder () |
| void | setFirstResponder () |
| void | setPosition (int x, int y) |
| void | setPosition (int x, int y) |
| void | setPositionGlobal (int x, int y) |
| void | setPositionGlobal (int x, int y) |
| void | setProfile (GuiControlProfile p) |
| void | setProfile (GuiControlProfile p) |
| void | setValue (value) |
| void | setValue (value) |
| void | setVisible (isVisible) |
| void | setVisible (isVisible) |
Fields | |
SimBase | |
| bool | canSaveDynamicFields |
| string | internalName |
| SimObjectPtr | parentGroup |
Namespace Linking | |
| string | superclass |
| string | class |
Gui Editing | |
| bool | isContainer |
GuiControl | |
| GuiProfile | Profile |
| enumval | HorizSizing |
| enumval | VertSizing |
| Point2I | Position |
| Point2I | Extent |
| Point2I | MinExtent |
| bool | canSave |
| bool | Visible |
| deprecated | Modal |
| deprecated | setFirstResponder |
| string | Variable |
| string | Command |
| string | AltCommand |
| string | Accelerator |
| bool | Active |
ToolTip | |
| GuiProfile | tooltipprofile |
| string | ToolTip |
| int | tooltipWidth |
| int | hovertime |
Localization | |
| string | langTableMod |
Fields inherited from GuiControl | |
| bool | canSaveDynamicFields |
| string | internalName |
| SimObjectPtr | parentGroup |
| string | superclass |
| string | class |
| bool | isContainer |
| GuiProfile | Profile |
| enumval | HorizSizing |
| enumval | VertSizing |
| Point2I | Position |
| Point2I | Extent |
| Point2I | MinExtent |
| bool | canSave |
| bool | Visible |
| deprecated | Modal |
| deprecated | setFirstResponder |
| string | Variable |
| string | Command |
| string | AltCommand |
| string | Accelerator |
| bool | Active |
| GuiProfile | tooltipprofile |
| string | ToolTip |
| int | tooltipWidth |
| int | hovertime |
| string | langTableMod |
Fields inherited from SimGroup | |
| bool | canSaveDynamicFields |
| string | internalName |
| SimObjectPtr | parentGroup |
| string | superclass |
| string | class |
Fields inherited from SimSet | |
| bool | canSaveDynamicFields |
| string | internalName |
| SimObjectPtr | parentGroup |
| string | superclass |
| string | class |
Fields inherited from SimObject | |
| bool | canSaveDynamicFields |
| string | internalName |
| SimObjectPtr | parentGroup |
| string | superclass |
| string | class |
| void GuiGraphCtrl::addAutoPlot | ( | int | plotID, |
| string | variable, | ||
| int | update | ||
| ) |
Adds a data point with value variable, every update ms.
| void GuiGraphCtrl::addAutoPlot | ( | int | plotID, |
| string | variable, | ||
| int | update | ||
| ) |
Adds a data point with value variable, every update ms.
| void GuiGraphCtrl::addDatum | ( | int | plotID, |
| float | v | ||
| ) |
Add a data point to the given plot.
| void GuiGraphCtrl::addDatum | ( | int | plotID, |
| float | v | ||
| ) |
Add a data point to the given plot.
| float GuiGraphCtrl::getDatum | ( | int | plotID, |
| int | samples | ||
| ) |
Get a data point from the plot specified, samples from the start of the graph.
| float GuiGraphCtrl::getDatum | ( | int | plotID, |
| int | samples | ||
| ) |
Get a data point from the plot specified, samples from the start of the graph.
| void GuiGraphCtrl::matchScale | ( | int | plotID, |
| int | plotID, | ||
| ... | |||
| ) |
Sets the scale of all specified plots to the maximum scale among them.
| void GuiGraphCtrl::matchScale | ( | int | plotID, |
| int | plotID, | ||
| ... | |||
| ) |
Sets the scale of all specified plots to the maximum scale among them.
| void GuiGraphCtrl::removeAutoPlot | ( | int | plotID | ) |
Stops automatic pointing over set interval.
| void GuiGraphCtrl::removeAutoPlot | ( | int | plotID | ) |
Stops automatic pointing over set interval.
| void GuiGraphCtrl::setGraphType | ( | int | plotID, |
| string | graphType | ||
| ) |
Change GraphType of plot plotID.
| void GuiGraphCtrl::setGraphType | ( | int | plotID, |
| string | graphType | ||
| ) |
Change GraphType of plot plotID.
| string GuiGraphCtrl::Accelerator |
| bool GuiGraphCtrl::Active |
| string GuiGraphCtrl::AltCommand |
| bool GuiGraphCtrl::canSave |
| bool GuiGraphCtrl::canSaveDynamicFields |
| string GuiGraphCtrl::class |
Script SuperClass of object.
| string GuiGraphCtrl::Command |
| Point2I GuiGraphCtrl::Extent |
| enumval GuiGraphCtrl::HorizSizing |
| int GuiGraphCtrl::hovertime |
| string GuiGraphCtrl::internalName |
| bool GuiGraphCtrl::isContainer |
| string GuiGraphCtrl::langTableMod |
| Point2I GuiGraphCtrl::MinExtent |
| deprecated GuiGraphCtrl::Modal |
| SimObjectPtr GuiGraphCtrl::parentGroup |
Group hierarchy parent of the object.
| Point2I GuiGraphCtrl::Position |
| GuiProfile GuiGraphCtrl::Profile |
| deprecated GuiGraphCtrl::setFirstResponder |
| string GuiGraphCtrl::superclass |
Script Class of object.
| string GuiGraphCtrl::ToolTip |
| GuiProfile GuiGraphCtrl::tooltipprofile |
| int GuiGraphCtrl::tooltipWidth |
| string GuiGraphCtrl::Variable |
| enumval GuiGraphCtrl::VertSizing |
| bool GuiGraphCtrl::Visible |