Inherits GuiControl, and GuiControl.
|
| void | startDragging (int x, int y) |
| |
| void | startDragging (int x, int y) |
| |
| 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) |
| |
| void GuiDragAndDropControl::startDragging |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
- Parameters
-
| x | X coordinate relative to the point on the object on which you are clicking |
| y | Y coordinate relative to the point on the object on which you are clicking |
- Note
- If no point is passed, or only one coordinate is passed, the method defaults to (0,0)
| void GuiDragAndDropControl::startDragging |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
- Parameters
-
| x | X coordinate relative to the point on the object on which you are clicking |
| y | Y coordinate relative to the point on the object on which you are clicking |
- Note
- If no point is passed, or only one coordinate is passed, the method defaults to (0,0)
| string GuiDragAndDropControl::Accelerator |
| bool GuiDragAndDropControl::Active |
| string GuiDragAndDropControl::AltCommand |
| bool GuiDragAndDropControl::canSave |
| bool GuiDragAndDropControl::canSaveDynamicFields |
| string GuiDragAndDropControl::class |
Script SuperClass of object.
| string GuiDragAndDropControl::Command |
| bool GuiDragAndDropControl::deleteOnMouseUp |
| Point2I GuiDragAndDropControl::Extent |
| enumval GuiDragAndDropControl::HorizSizing |
| int GuiDragAndDropControl::hovertime |
| string GuiDragAndDropControl::internalName |
| bool GuiDragAndDropControl::isContainer |
| string GuiDragAndDropControl::langTableMod |
| Point2I GuiDragAndDropControl::MinExtent |
| deprecated GuiDragAndDropControl::Modal |
| SimObjectPtr GuiDragAndDropControl::parentGroup |
Group hierarchy parent of the object.
| Point2I GuiDragAndDropControl::Position |
| GuiProfile GuiDragAndDropControl::Profile |
| deprecated GuiDragAndDropControl::setFirstResponder |
| string GuiDragAndDropControl::superclass |
| string GuiDragAndDropControl::ToolTip |
| GuiProfile GuiDragAndDropControl::tooltipprofile |
| int GuiDragAndDropControl::tooltipWidth |
| string GuiDragAndDropControl::Variable |
| enumval GuiDragAndDropControl::VertSizing |
| bool GuiDragAndDropControl::Visible |