Main   GitHub

Methods | Fields | List of all members
GuiMessageVectorCtrl Class Reference

Inherits GuiControl, and GuiControl.

Methods

bool attach (aVector)
 
bool attach (aVector)
 
void detach ()
 
void detach ()
 
- 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

string allowedMatches
 
int lineContinuedIndex
 
int lineSpacing
 
ColorI matchColor
 
int maxColorIndex
 
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
 

Methods

bool GuiMessageVectorCtrl::attach ( aVector  )

Make this gui control display messages from the specified MessageVector.

Parameters
aVectorA previously created messageVector instance.
Returns
No return value
bool GuiMessageVectorCtrl::attach ( aVector  )

Make this gui control display messages from the specified MessageVector.

Parameters
aVectorA previously created messageVector instance.
Returns
No return value
void GuiMessageVectorCtrl::detach ( )

Stop listening to messages from the MessageVector this control was previously attached to.

Returns
No return value
void GuiMessageVectorCtrl::detach ( )

Stop listening to messages from the MessageVector this control was previously attached to.

Returns
No return value

Member Data Documentation

string GuiMessageVectorCtrl::Accelerator
bool GuiMessageVectorCtrl::Active
string GuiMessageVectorCtrl::allowedMatches
string GuiMessageVectorCtrl::AltCommand
bool GuiMessageVectorCtrl::canSave
bool GuiMessageVectorCtrl::canSaveDynamicFields
string GuiMessageVectorCtrl::class

Script SuperClass of object.

string GuiMessageVectorCtrl::Command
Point2I GuiMessageVectorCtrl::Extent
enumval GuiMessageVectorCtrl::HorizSizing
int GuiMessageVectorCtrl::hovertime
string GuiMessageVectorCtrl::internalName
bool GuiMessageVectorCtrl::isContainer
string GuiMessageVectorCtrl::langTableMod
int GuiMessageVectorCtrl::lineContinuedIndex
int GuiMessageVectorCtrl::lineSpacing
ColorI GuiMessageVectorCtrl::matchColor
int GuiMessageVectorCtrl::maxColorIndex
Point2I GuiMessageVectorCtrl::MinExtent
deprecated GuiMessageVectorCtrl::Modal
SimObjectPtr GuiMessageVectorCtrl::parentGroup

Group hierarchy parent of the object.

Point2I GuiMessageVectorCtrl::Position
GuiProfile GuiMessageVectorCtrl::Profile
deprecated GuiMessageVectorCtrl::setFirstResponder
string GuiMessageVectorCtrl::superclass

Script Class of object.

string GuiMessageVectorCtrl::ToolTip
GuiProfile GuiMessageVectorCtrl::tooltipprofile
int GuiMessageVectorCtrl::tooltipWidth
string GuiMessageVectorCtrl::Variable
enumval GuiMessageVectorCtrl::VertSizing
bool GuiMessageVectorCtrl::Visible


Copyright © 2013 GarageGames, LLC. All Rights Reserved.