TorqueScript Reference
Public Member Functions | List of all members
GuiWindowCtrl Class Reference

#include <guiWindowCtrl_ScriptBinding.h>

Inherits GuiControl.

Public Member Functions

void setCloseButtonProfile (GuiControlProfile p)
 
void setContentProfile (GuiControlProfile p)
 
void setLeftRightCursor (GuiCursor c)
 
void setMaxButtonProfile (GuiControlProfile p)
 
void setMinButtonProfile (GuiControlProfile p)
 
void setNWSECursor (GuiCursor c)
 
void setUpDownCursor (GuiCursor c)
 
- Public Member Functions inherited from GuiControl
void addGuiControl (int controlId)
 
Integer findHitControl (int x, int y)
 
String getCenter ()
 
String getExtent (...)
 
String getGlobalCenter ()
 
String getGlobalPosition ()
 
String getMinExtent ()
 
Integer getParent ()
 
String getPosition ()
 
String getText ()
 
Boolean getTextExtend ()
 
Boolean getTextWrap ()
 
String getValue ()
 
Boolean isActive ()
 
Boolean isAwake ()
 
Boolean isVisible ()
 
void makeFirstResponder (isFirst)
 
void performClick ()
 
Boolean pointInControl (int x, int y)
 
void reorderChild (child1, child2)
 
void resize (int x, int y, int w, int h)
 
void setActive (isActive)
 
void setCanSave (bool canSave)
 
void setCenter (int x, int y)
 
void setExtent (int width, int height)
 
void setFirstResponder ()
 
void setPosition (int x, int y)
 
void setPositionGlobal (int x, int y)
 
void setProfile (GuiControlProfile p)
 
void setText (text)
 
void setTextExtend (setting)
 
void setTextID (id)
 
void setTextWrap (setting)
 
void setValue (value)
 
void setVisible (isVisible)
 

Member Function Documentation

◆ setCloseButtonProfile()

void setCloseButtonProfile ( GuiControlProfile  p)

Sets the profile that will be used for the close button

Parameters
pThe close button profile
Returns
No return value

◆ setContentProfile()

void setContentProfile ( GuiControlProfile  p)

Sets the profile that will be used for the content of the window

Parameters
pThe content profile
Returns
No return value

◆ setLeftRightCursor()

void setLeftRightCursor ( GuiCursor  c)

Sets the GuiCursor that will be used when resizing the GuiWindow

Parameters
cThe GuiCursor that will be used when resizing
Returns
No return value

◆ setMaxButtonProfile()

void setMaxButtonProfile ( GuiControlProfile  p)

Sets the profile that will be used for the maximize button

Parameters
pThe maximize button profile
Returns
No return value

◆ setMinButtonProfile()

void setMinButtonProfile ( GuiControlProfile  p)

Sets the profile that will be used for the minimize button

Parameters
pThe minimize button profile
Returns
No return value

◆ setNWSECursor()

void setNWSECursor ( GuiCursor  c)

Sets the GuiCursor that will be used when resizing the GuiWindow

Parameters
cThe GuiCursor that will be used when resizing
Returns
No return value

◆ setUpDownCursor()

void setUpDownCursor ( GuiCursor  c)

Sets the GuiCursor that will be used when resizing the GuiWindow

Parameters
cThe GuiCursor that will be used when resizing
Returns
No return value