|
| | GuiConsoleEditCtrl () |
| |
| | DECLARE_CONOBJECT (GuiConsoleEditCtrl) |
| |
| bool | onKeyDown (const GuiEvent &event) |
| |
| void | onLoseFirstResponder () |
| | Occurs when the first responder for this chain is lost.
|
| |
| | GuiTextEditCtrl () |
| |
| | DECLARE_CONOBJECT (GuiTextEditCtrl) |
| |
| bool | onAdd () |
| | Called when this object is added to the scene.
|
| |
| void | inspectPostApply () |
| |
| bool | onWake () |
| | Called when this object is asked to wake up returns true if it's actually awake at the end.
|
| |
| void | onSleep () |
| | Called when this object is asked to sleep.
|
| |
| virtual const char * | getText () |
| |
| virtual void | getCursor (GuiCursor *&cursor, bool &showCursor, const GuiEvent &lastGuiEvent) |
| |
| virtual void | setText (const UTF8 *txt) |
| |
| virtual void | setText (const UTF16 *txt) |
| |
| virtual void | setText (const string txt) |
| |
| void | enforceMaxLength () |
| |
| virtual void | setTextID (S32 id) |
| |
| virtual void | setTextID (const char *id) |
| |
| U32 | getIbeamPosition () |
| |
| void | setIbeamPosition (const U32 newPos) |
| |
| void | selectAllText () |
| |
| bool | validate () |
| |
| const char * | getScriptValue () |
| | Returns the value of the variable bound to this object.
|
| |
| void | setScriptValue (const char *value) |
| | Sets the value of the variable bound to this object.
|
| |
| bool | onKeyDown (const GuiEvent &event) |
| |
| void | onTouchDown (const GuiEvent &event) |
| |
| void | onTouchDragged (const GuiEvent &event) |
| |
| void | onTouchUp (const GuiEvent &event) |
| |
| void | onTouchEnter (const GuiEvent &event) |
| |
| void | onTouchLeave (const GuiEvent &event) |
| |
| void | onMouseWheelUp (const GuiEvent &event) |
| |
| void | onMouseWheelDown (const GuiEvent &event) |
| |
| void | onCopy (bool andCut) |
| |
| void | onPaste () |
| |
| void | onUndo () |
| |
| virtual void | setFirstResponder () |
| | Sets this object to be a first responder.
|
| |
| void | parentResized (const Point2I &oldParentExtent, const Point2I &newParentExtent) |
| |
| bool | hasText () |
| |
| void | onStaticModified (const char *slotName) |
| |
| void | onPreRender () |
| | Do special pre-render proecessing.
|
| |
| void | onRender (Point2I offset, const RectI &updateRect) |
| |
| virtual void | renderLineList (const Point2I &offset, const Point2I &extent, const S32 startOffsetY, const vector< string > lineList, GuiControlProfile *profile, const TextRotationOptions rot=tRotateNone) |
| |
| GuiControlState | getCurrentState () |
| |
| const ColorI & | getCurrentFontColor () |
| |
| bool | inputModeValidate (const U16 key, S32 cursorPos) |
| |
| void | keyDenied () |
| |
| void | execConsoleCallback () |
| |
| void | setEscapeCommand (const char *newCmd) |
| |
| const char * | getEscapeCommand () |
| |
| void | setReturnCausesTab (bool setting) |
| |
| bool | getReturnCausesTab () |
| |
| void | setSinkAllKeyEvents (bool setting) |
| |
| bool | getSinkAllKeyEvents () |
| |
| void | setIsPassword (bool setting) |
| |
| bool | getIsPassword () |
| |
| void | setMaxLength (S32 max) |
| |
| S32 | getMaxLength () |
| |
| void | setInputMode (const InputMode mode) |
| |
| InputMode | getInputMode () |
| |
| string | applyPasswordMasking () |
| |
| void | adjustScrollVelocity (const Point2I &globalMousePoint, const RectI &globalInnerRect) |
| |
| void | performScrollJumpY () |
| |
| void | processScrollVelocity () |
| |
| virtual bool | isEditMode () |
| |
| virtual bool | isEditSelected () |
| |
| virtual void | getScrollLineSizes (U32 *rowHeight, U32 *columnWidth) |
| |
| void | awaken () |
| | Called when this control and its children have been wired up.
|
| |
| void | sleep () |
| | Called when this control is no more.
|
| |
| void | preRender () |
| | Prerender this control and all its children.
|
| |
| bool | sendScriptMouseEvent (const char *name, const GuiEvent &event) |
| |
| bool | sendScriptKeyEvent (const char *name, const InputEvent &event) |
| |
| virtual bool | onInputEvent (const InputEvent &event) |
| | General input handler.
|
| |
| virtual void | onFocus (bool foundFirstResponder) |
| |
| virtual bool | ControlIsChild (GuiControl *child) |
| |
| virtual void | setControlProfile (GuiControlProfile *prof) |
| |
| virtual void | onAction () |
| | Occurs when this control performs its "action".
|
| |
| void | renderText (const Point2I &offset, const Point2I &extent, const char *text, GuiControlProfile *profile, TextRotationOptions rot=tRotateNone) |
| |
| virtual vector< string > | getLineList (const char *text, GuiControlProfile *profile, S32 totalWidth) |
| |
| virtual void | renderTextLine (const Point2I &startPoint, const string line, GuiControlProfile *profile, F32 rotationInDegrees, U32 ibeamPosAtLineStart, U32 lineNumber) |
| |
| RectI | applyMargins (Point2I &offset, Point2I &extent, GuiControlState currentState, GuiControlProfile *profile) |
| | Returns a new rect based on the margins.
|
| |
| RectI | applyBorders (Point2I &offset, Point2I &extent, GuiControlState currentState, GuiControlProfile *profile) |
| | Returns the bounds of the rect after considering the borders.
|
| |
| RectI | applyPadding (Point2I &offset, Point2I &extent, GuiControlState currentState, GuiControlProfile *profile) |
| | Returns the bounds of the rect this time with padding.
|
| |
| RectI | getInnerRect (GuiControlState currentState=GuiControlState::NormalState) |
| | Returns the bounds of the rect with margin, borders, and padding applied.
|
| |
| RectI | getInnerRect (Point2I &offset, GuiControlState currentState=GuiControlState::NormalState) |
| |
| virtual RectI | getInnerRect (Point2I &offset, Point2I &extent, GuiControlState currentState, GuiControlProfile *profile) |
| |
| Point2I | getOuterExtent (Point2I &innerExtent, GuiControlState currentState, GuiControlProfile *profile) |
| | Returns the extent of the outer rect given the extent of the inner rect.
|
| |
| S32 | getOuterWidth (S32 innerExtent, GuiControlState currentState, GuiControlProfile *profile) |
| |
| S32 | getOuterHeight (S32 innerExtent, GuiControlState currentState, GuiControlProfile *profile) |
| |
| virtual void | inspectPreApply () |
| |
| Point2I | extentBattery (Point2I &newExtent) |
| |
| void | resetStoredExtent () |
| |
| Point2F | relPosBatteryH (S32 pos, S32 ext, S32 parentExt) |
| |
| Point2F | relPosBatteryV (S32 pos, S32 ext, S32 parentExt) |
| |
| void | relPosBattery (Point2F &battery, S32 pos, S32 ext, S32 parentExt) |
| |
| void | resetStoredRelPos () |
| |
| virtual void | setDataField (StringTableEntry slotName, const char *array, const char *value) |
| |
| void | setSizing (S32 horz, S32 vert) |
| |
| void | write (Stream &stream, U32 tabStop, U32 flags) |
| | Overrides Parent Serialization to allow specific controls to not be saved (Dynamic Controls, etc)
|
| |
| bool | getCanSave () |
| | Returns boolean specifying if a control can be serialized.
|
| |
| void | setCanSave (bool bCanSave) |
| | Set serialization flag.
|
| |
| bool | getCanSaveParent () |
| | Returns boolean as to whether any parent of this control has the 'no serialization' flag set.
|
| |
| virtual void | setVisible (bool value) |
| |
| bool | isVisible () |
| | Returns true if the object is visible.
|
| |
| virtual void | setActive (bool value) |
| |
| bool | isActive () |
| | Returns true if this control is active.
|
| |
| bool | isAwake () |
| | Returns true if this control is awake.
|
| |
| virtual void | addObject (SimObject *obj) |
| |
| void | removeObject (SimObject *obj) |
| |
| GuiControl * | getParent () |
| | Returns the control which owns this one.
|
| |
| GuiCanvas * | getRoot () |
| | Returns the root canvas of this control.
|
| |
| virtual Point2I | localToGlobalCoord (const Point2I &src) |
| |
| virtual Point2I | globalToLocalCoord (const Point2I &src) |
| |
| virtual void | resize (const Point2I &newPosition, const Point2I &newExtent) |
| |
| virtual void | setPosition (const Point2I &newPosition) |
| |
| virtual void | setExtent (const Point2I &newExtent) |
| |
| virtual void | setBounds (const RectI &newBounds) |
| |
| virtual void | setLeft (S32 newLeft) |
| |
| virtual void | setTop (S32 newTop) |
| |
| virtual void | setWidth (S32 newWidth) |
| |
| virtual void | setHeight (S32 newHeight) |
| |
| virtual void | childResized (GuiControl *child) |
| |
| virtual void | childMoved (GuiControl *child) |
| |
| virtual void | childrenReordered () |
| | Called when the children of this control may have been reordered.
|
| |
| void | preventResizeModeFill () |
| | Removes the resize mode of fill and changes it to right or bottom.
|
| |
| void | preventResizeModeCenter () |
| | Removes the resize mode of center and changes it to right or bottom.
|
| |
| virtual bool | renderTooltip (Point2I &cursorPos, const char *tipText=NULL) |
| |
| virtual void | renderChildControls (const Point2I &offset, const RectI &content, const RectI &updateRect) |
| |
| virtual void | renderChild (GuiControl *ctrl, const Point2I &offset, const RectI &content, const RectI &clipRect) |
| | Renders a single child control.
|
| |
| void | setUpdateRegion (Point2I pos, Point2I ext) |
| |
| virtual void | setUpdate () |
| | Sets the update area of the control to encompass the whole control.
|
| |
| virtual void | onRemove () |
| | Called when this object is removed using delete.
|
| |
| virtual void | onGroupRemove () |
| | Called when this object is removed using delete or parent.remove().
|
| |
| virtual void | onChildAdded (GuiControl *child) |
| | Called when this object has a new child. Congratulations!
|
| |
| virtual void | onChildRemoved (GuiControl *child) |
| | Called when a child is removed.
|
| |
| virtual bool | pointInControl (const Point2I &parentCoordPoint) |
| |
| bool | cursorInControl () |
| | Returns true if the global cursor is inside this control.
|
| |
| virtual GuiControl * | findHitControl (const Point2I &pt, S32 initialLayer=-1) |
| |
| virtual void | mouseLock (GuiControl *lockingControl) |
| |
| virtual void | mouseLock () |
| | Turn on mouse locking with last used lock control.
|
| |
| virtual void | mouseUnlock () |
| | Unlock the mouse.
|
| |
| virtual bool | isMouseLocked () |
| | Returns true if the mouse is locked.
|
| |
| virtual void | onTouchMove (const GuiEvent &event) |
| |
| virtual void | onRightMouseDown (const GuiEvent &event) |
| |
| virtual void | onRightMouseUp (const GuiEvent &event) |
| |
| virtual void | onRightMouseDragged (const GuiEvent &event) |
| |
| virtual void | onMiddleMouseDown (const GuiEvent &event) |
| |
| virtual void | onMiddleMouseUp (const GuiEvent &event) |
| |
| virtual void | onMiddleMouseDragged (const GuiEvent &event) |
| |
| virtual bool | onMouseDownEditor (const GuiEvent &event, const Point2I &offset) |
| |
| virtual bool | onMouseUpEditor (const GuiEvent &event, const Point2I &offset) |
| |
| virtual bool | onRightMouseDownEditor (const GuiEvent &event, const Point2I &offset) |
| |
| virtual bool | onMouseDraggedEditor (const GuiEvent &event, const Point2I &offset) |
| |
| virtual GuiControl * | findFirstTabable () |
| | Find the first tab-accessable child of this control.
|
| |
| virtual GuiControl * | findLastTabable (bool firstCall=true) |
| |
| virtual GuiControl * | findPrevTabable (GuiControl *curResponder, bool firstCall=true) |
| |
| virtual GuiControl * | findNextTabable (GuiControl *curResponder, bool firstCall=true) |
| |
| virtual void | setFirstResponder (GuiControl *firstResponder) |
| |
| virtual void | makeFirstResponder (bool value) |
| |
| bool | isFirstResponder () |
| | Returns true if this control is a first responder.
|
| |
| void | clearFirstResponder () |
| | Clears the first responder for this chain.
|
| |
| void | clearFirstResponder (GuiControl *target) |
| |
| GuiControl * | getFirstResponder () |
| | Returns the first responder for this chain.
|
| |
| void | addAcceleratorKey () |
| | Adds the accelerator key for this object to the canvas.
|
| |
| virtual void | buildAcceleratorMap () |
| |
| virtual void | acceleratorKeyPress (U32 index) |
| |
| virtual void | acceleratorKeyRelease (U32 index) |
| |
| virtual bool | onKeyUp (const GuiEvent &event) |
| |
| virtual bool | onKeyRepeat (const GuiEvent &event) |
| |
| void | messageSiblings (S32 message) |
| | Send a message to all siblings.
|
| |
| virtual void | onMessage (GuiControl *sender, S32 msg) |
| | Receive a message from another control.
|
| |
| virtual void | onDialogPush () |
| | Called if this object is a dialog, when it is added to the visible layers.
|
| |
| virtual void | onDialogPop () |
| | Called if this object is a dialog, when it is removed from the visible layers.
|
| |
| void | setConsoleVariable (const char *variable) |
| |
| void | setConsoleCommand (const char *newCmd) |
| |
| const char * | getConsoleCommand () |
| | Returns the name of the function bound to this GuiControl.
|
| |
| LangTable * | getGUILangTable (void) |
| |
| const UTF8 * | getGUIString (S32 id) |
| |
| | DECLARE_CONOBJECT (GuiControl) |
| |
| | GuiControl () |
| |
| virtual | ~GuiControl () |
| |
| const Point2I & | getPosition () |
| | Returns position of the control.
|
| |
| const Point2I & | getExtent () |
| | Returns extents of the control.
|
| |
| const RectI & | getBounds () |
| | Returns the bounds of the control.
|
| |
| const Point2I & | getMinExtent () |
| | Returns minimum size the control can be.
|
| |
| const S32 | getLeft () |
| | Returns the X position of the control.
|
| |
| const S32 | getTop () |
| | Returns the Y position of the control.
|
| |
| const S32 | getWidth () |
| | Returns the width of the control.
|
| |
| const S32 | getHeight () |
| | Returns the height of the control.
|
| |
| void | setTextWrap (const bool wrap) |
| |
| bool | getTextWrap () |
| |
| void | setTextExtend (const bool extend) |
| |
| bool | getTextExtend () |
| |
| const horizSizingOptions | getHorizSizing () |
| |
| const vertSizingOptions | getVertSizing () |
| |
| void | setHorizSizing (const horizSizingOptions sizing) |
| |
| void | setVertSizing (const vertSizingOptions sizing) |
| |
| | ~SimGroup () |
| |
| void | addObject (SimObject *, SimObjectId) |
| |
| void | addObject (SimObject *, const char *name) |
| |
| virtual void | onChildRemoved (SimObject *) |
| |
| virtual SimObject * | findObject (const char *name) |
| | Find an object in the group.
|
| |
| bool | processArguments (S32 argc, const char **argv) |
| | Process constructor options. (ie, new SimObject(1,2,3))
|
| |
| | DECLARE_CONOBJECT (SimGroup) |
| |
| | SimSet () |
| |
| | ~SimSet () |
| |
| virtual void | onDeleteNotify (SimObject *object) |
| |
| virtual U32 | getTamlChildCount (void) const |
| | Called when Taml attempts to compile a list of children.
|
| |
| virtual SimObject * | getTamlChild (const U32 childIndex) const |
| | Called when Taml attempts to compile a list of children.
|
| |
| virtual void | addTamlChild (SimObject *pSimObject) |
| | Called when Taml attempts to populate an objects children during a read.
|
| |
| void | callOnChildren (const char *method, S32 argc, const char *argv[], bool executeOnChildGroups=true) |
| |
| SimObject * | findObjectByInternalName (const char *internalName, bool searchChildren=false) |
| |
| virtual bool | writeObject (Stream *stream) |
| |
| virtual bool | readObject (Stream *stream) |
| |
| void | lock () |
| |
| void | unlock () |
| |
| | DECLARE_CONOBJECT (SimSet) |
| |
| void | _setVectorAssoc (const char *file, const U32 line) |
| |
| virtual void | pushObject (SimObject *) |
| |
| virtual void | popObject () |
| | Remove an object from the end of the list.
|
| |
| void | bringObjectToFront (SimObject *obj) |
| |
| void | pushObjectToBack (SimObject *obj) |
| |
| SimObject * | front () |
| |
| SimObject * | first () |
| |
| SimObject * | last () |
| |
| bool | empty () |
| |
| S32 | size () const |
| |
| iterator | begin () |
| |
| iterator | end () |
| |
| value | operator[] (S32 index) |
| |
| iterator | find (iterator first, iterator last, SimObject *obj) |
| |
| iterator | find (SimObject *obj) |
| |
| template<typename T > |
| bool | containsType (void) |
| |
| bool | isMember (SimObject *obj) |
| |
| virtual bool | reOrder (SimObject *obj, SimObject *target=0) |
| |
| SimObject * | at (S32 index) const |
| |
| void | deleteObjects (void) |
| |
| void | clear () |
| |
| StringTableEntry | getClassNamespace () const |
| |
| StringTableEntry | getSuperClassNamespace () const |
| |
| void | setClassNamespace (const char *classNamespace) |
| |
| void | setSuperClassNamespace (const char *superClassNamespace) |
| |
| void | pushScriptCallbackGuard (void) |
| |
| void | popScriptCallbackGuard (void) |
| |
| S32 | getScriptCallbackGuard (void) |
| |
| Namespace * | getNamespace () |
| | Return the object's namespace.
|
| |
| const char * | tabComplete (const char *prevText, S32 baseLen, bool) |
| |
| virtual void | dump () |
| |
| virtual void | dumpClassHierarchy () |
| |
| SimObject * | clone (const bool copyDynamicFields) |
| |
| virtual void | copyTo (SimObject *object) |
| |
| template<typename T > |
| bool | isType (void) |
| |
| virtual bool | handlesConsoleMethod (const char *fname, S32 *routingId) |
| |
| | DECLARE_CONOBJECT (SimObject) |
| |
| Notify * | removeNotify (void *ptr, Notify::Type) |
| | Remove a notification from the list.
|
| |
| void | deleteNotify (SimObject *obj) |
| | Notify an object when we are deleted.
|
| |
| void | clearNotify (SimObject *obj) |
| | Notify an object when we are cleared.
|
| |
| void | clearAllNotifications () |
| | Remove all notifications for this object.
|
| |
| void | processDeleteNotifies () |
| | Send out deletion notifications.
|
| |
| void | registerReference (SimObject **obj) |
| |
| void | unregisterReference (SimObject **obj) |
| |
| void | addListener (std::string objID) |
| |
| void | removeListener (std::string objID) |
| |
| void | removeAllListeners () |
| |
| void | postEvent (std::string eventName, std::string data) |
| |
| const char * | getDataField (StringTableEntry slotName, const char *array) |
| |
| const char * | getPrefixedDataField (StringTableEntry fieldName, const char *array) |
| |
| void | setPrefixedDataField (StringTableEntry fieldName, const char *array, const char *value) |
| |
| const char * | getPrefixedDynamicDataField (StringTableEntry fieldName, const char *array, const S32 fieldType=-1) |
| |
| void | setPrefixedDynamicDataField (StringTableEntry fieldName, const char *array, const char *value, const S32 fieldType=-1) |
| |
| StringTableEntry | getDataFieldPrefix (StringTableEntry fieldName) |
| |
| U32 | getDataFieldType (StringTableEntry slotName, const char *array) |
| |
| SimFieldDictionary * | getFieldDictionary () |
| |
| void | clearDynamicFields (void) |
| | Clear all dynamic fields.
|
| |
| void | setCanSaveDynamicFields (bool bCanSave) |
| | Set whether fields created at runtime should be saved. Default is true.
|
| |
| bool | getCanSaveDynamicFields (void) const |
| | Get whether fields created at runtime should be saved. Default is true.
|
| |
| void | setInternalName (const char *newname) |
| |
| StringTableEntry | getInternalName () |
| | Get the internal of of this control.
|
| |
| virtual bool | save (const char *pcFilePath, bool bOnlySelected=false) |
| | Save object as a TorqueScript File.
|
| |
| virtual bool | isMethod (const char *methodName) |
| | Check if a method exists in the objects current namespace.
|
| |
| SimObjectId | getId (void) const |
| |
| StringTableEntry | getIdString (void) const |
| |
| U32 | getType () const |
| |
| const StringTableEntry | getName (void) const |
| |
| void | setId (SimObjectId id) |
| |
| void | assignName (const char *name) |
| |
| SimGroup * | getGroup () const |
| |
| bool | isChildOfGroup (SimGroup *pGroup) |
| |
| bool | isProperlyAdded () const |
| |
| bool | isDeleted () const |
| |
| bool | isRemoved () const |
| |
| bool | isLocked () const |
| |
| void | setLocked (bool b) |
| |
| bool | isHidden () const |
| |
| void | setHidden (bool b) |
| |
| void | setProgenitorFile (const char *pFile) |
| |
| StringTableEntry | getProgenitorFile (void) const |
| |
| void | setPeriodicTimerID (const S32 timerID) |
| |
| S32 | getPeriodicTimerID (void) const |
| |
| bool | isPeriodicTimerActive (void) const |
| |
| bool | isSelected () const |
| |
| bool | isExpanded () const |
| |
| void | setSelected (bool sel) |
| |
| void | setExpanded (bool exp) |
| |
| void | setModDynamicFields (bool dyn) |
| |
| void | setModStaticFields (bool sta) |
| |
| | SimObject () |
| |
| virtual | ~SimObject () |
| |
| virtual void | onGroupAdd () |
| | Called when the object is added to a SimGroup.
|
| |
| virtual void | onNameChange (const char *name) |
| | Called when the object's name is changed.
|
| |
| virtual void | onStaticModified (const char *slotName, const char *newValue=NULL) |
| |
| virtual void | onEditorEnable () |
| | Called when the editor is activated.
|
| |
| virtual void | onEditorDisable () |
| | Called when the editor is deactivated.
|
| |
| bool | registerObject () |
| |
| bool | registerObject (U32 id) |
| |
| bool | registerObject (const char *name) |
| |
| bool | registerObject (const char *name, U32 id) |
| |
| void | unregisterObject () |
| |
| void | deleteObject () |
| |
| bool | addToSet (SimObjectId) |
| |
| bool | addToSet (const char *) |
| |
| bool | removeFromSet (SimObjectId) |
| |
| bool | removeFromSet (const char *) |
| |
| virtual bool | writeField (StringTableEntry fieldname, const char *value) |
| |
| virtual void | writeFields (Stream &stream, U32 tabStop) |
| |
| virtual void | buildFilterList () |
| |
| void | addFieldFilter (const char *fieldName) |
| |
| void | removeFieldFilter (const char *fieldName) |
| |
| void | clearFieldFilters () |
| |
| bool | isFiltered (const char *fieldName) |
| |
| void | assignFieldsFrom (SimObject *obj) |
| |
| void | assignDynamicFieldsFrom (SimObject *obj) |
| |
| const AbstractClassRep::Field * | findField (StringTableEntry fieldName) const |
| | Get a reference to a field by name.
|
| |
| virtual AbstractClassRep * | getClassRep () const |
| | Gets the ClassRep.
|
| |
| bool | setField (const char *fieldName, const char *value) |
| | Set the value of a field.
|
| |
| virtual | ~ConsoleObject () |
| |
| const AbstractClassRep::FieldList & | getFieldList () const |
| | Get a list of all the fields. This information cannot be modified.
|
| |
| AbstractClassRep::FieldList & | getModifiableFieldList () |
| |
| bool & | getDynamicGroupExpand () |
| |
| S32 | getClassId (U32 netClassGroup) const |
| |
| const char * | getClassName () const |
| |
| | Tickable () |
| |
| virtual | ~Tickable () |
| |
| virtual bool | isProcessingTicks () const |
| |
| virtual void | setProcessTicks (bool tick=true) |
| |
|
| enum | InputMode {
AllText = 0
, Decimal
, Number
, Alpha
,
AlphaNumeric
} |
| |
| enum | Constants { MAX_STRING_LENGTH = 1024
} |
| |
| enum | horizSizingOptions {
horizResizeRight = 0
, horizResizeWidth
, horizResizeLeft
, horizResizeCenter
,
horizResizeRelative
, horizResizeFill
} |
| |
| enum | vertSizingOptions {
vertResizeBottom = 0
, vertResizeHeight
, vertResizeTop
, vertResizeCenter
,
vertResizeRelative
, vertResizeFill
} |
| |
| enum | TextRotationOptions { tRotateNone = 0
, tRotateLeft
, tRotateRight
} |
| |
| typedef SimObjectList::iterator | iterator |
| |
| typedef SimObjectList::value_type | value |
| |
| enum | WriteFlags { SelectedOnly = BIT(0)
} |
| |
| GuiControlProfile * | mProfile |
| |
| GuiControlProfile * | mTooltipProfile |
| |
| S32 | mTipHoverTime |
| |
| S32 | mTooltipWidth |
| |
| bool | mVisible |
| |
| bool | mActive |
| |
| bool | mAwake |
| |
| bool | mSetFirstResponder |
| |
| bool | mCanSave |
| |
| bool | mIsContainer |
| | if true, then the GuiEditor can drag other controls into this one.
|
| |
| bool | mUseInput |
| | True if input events like a click can be passed to this gui. False will pass events to the parent and this object and its children will not process input (touch and keyboard).
|
| |
| S32 | mLayer |
| |
| RectI | mBounds |
| |
| Point2I | mMinExtent |
| |
| Point2I | mRenderInsetLT |
| |
| Point2I | mRenderInsetRB |
| | Add this to the mBounds and parent offset to get the true render location of the control.
|
| |
| StringTableEntry | mLangTableName |
| | The actual rendered inset for the right and bottom sides.
|
| |
| LangTable * | mLangTable |
| |
| GuiControl * | mFirstResponder |
| |
| static GuiEditCtrl * | smEditorHandle = NULL |
| | static GuiEditCtrl pointer that gives controls access to editor-NULL if editor is closed
|
| |
| static S32 | smCursorChanged = -1 |
| | Has this control modified the cursor? -1 or type.
|
| |
| static bool | smDesignTime = false |
| | static GuiControl boolean that specifies if the GUI Editor is active
|
| |
| static GuiControl * | smPrevResponder = NULL |
| |
| static GuiControl * | smCurResponder = NULL |
| |
| static bool | disableNameChanging = false |
| |
| static const U32 | smTickShift = 4 |
| | Shift value to control how often Ticks occur.
|
| |
| static const U32 | smTickMs = ( 1 << smTickShift ) |
| | Number of milliseconds per tick, 32 in this case.
|
| |
| static const F32 | smTickSec = ( F32( Tickable::smTickMs ) / 1000.f ) |
| | Fraction of a second per tick.
|
| |
| static const U32 | smTickMask = ( smTickMs - 1 ) |
| |
| static bool | setClass (void *obj, const char *data) |
| |
| static bool | setSuperClass (void *obj, const char *data) |
| |
| static bool | writeObjectName (void *obj, StringTableEntry pFieldName) |
| |
| static bool | writeCanSaveDynamicFields (void *obj, StringTableEntry pFieldName) |
| |
| static bool | writeInternalName (void *obj, StringTableEntry pFieldName) |
| |
| static bool | setParentGroup (void *obj, const char *data) |
| |
| static bool | writeParentGroup (void *obj, StringTableEntry pFieldName) |
| |
| static bool | writeSuperclass (void *obj, StringTableEntry pFieldName) |
| |
| static bool | writeClass (void *obj, StringTableEntry pFieldName) |
| |
| static bool | setProtectedName (void *obj, const char *data) |
| |
| static SimObject::Notify * | allocNotify () |
| | Get a free Notify structure.
|
| |
| static void | freeNotify (SimObject::Notify *) |
| | Mark a Notify structure as free.
|
| |
| static void | addGroup (const char *in_pGroupname, const char *in_pGroupDocs=NULL) |
| |
| static void | endGroup (const char *in_pGroupname) |
| |
| static void | addField (const char *in_pFieldname, const U32 in_fieldType, const dsize_t in_fieldOffset, const U32 in_elementCount=1, EnumTable *in_table=NULL, const char *in_pFieldDocs=NULL) |
| |
| static void | addField (const char *in_pFieldname, const U32 in_fieldType, const dsize_t in_fieldOffset, AbstractClassRep::WriteDataNotify in_writeDataFn, const U32 in_elementCount=1, EnumTable *in_table=NULL, const char *in_pFieldDocs=NULL) |
| |
| static void | addField (const char *in_pFieldname, const U32 in_fieldType, const dsize_t in_fieldOffset, const char *in_pFieldDocs) |
| |
| static void | addField (const char *in_pFieldname, const U32 in_fieldType, const dsize_t in_fieldOffset, AbstractClassRep::WriteDataNotify in_writeDataFn, const char *in_pFieldDocs) |
| |
| static void | addFieldV (const char *in_pFieldname, const U32 in_fieldType, const dsize_t in_fieldOffset, ConsoleTypeValidator *v, const char *in_pFieldDocs=NULL) |
| |
| static void | addProtectedField (const char *in_pFieldname, const U32 in_fieldType, const dsize_t in_fieldOffset, AbstractClassRep::SetDataNotify in_setDataFn, AbstractClassRep::GetDataNotify in_getDataFn=&defaultProtectedGetFn, const U32 in_elementCount=1, EnumTable *in_table=NULL, const char *in_pFieldDocs=NULL) |
| |
| static void | addProtectedField (const char *in_pFieldname, const U32 in_fieldType, const dsize_t in_fieldOffset, AbstractClassRep::SetDataNotify in_setDataFn, AbstractClassRep::GetDataNotify in_getDataFn=&defaultProtectedGetFn, AbstractClassRep::WriteDataNotify in_writeDataFn=&defaultProtectedWriteFn, const U32 in_elementCount=1, EnumTable *in_table=NULL, const char *in_pFieldDocs=NULL) |
| |
| static void | addProtectedField (const char *in_pFieldname, const U32 in_fieldType, const dsize_t in_fieldOffset, AbstractClassRep::SetDataNotify in_setDataFn, AbstractClassRep::GetDataNotify in_getDataFn=&defaultProtectedGetFn, const char *in_pFieldDocs=NULL) |
| |
| static void | addProtectedField (const char *in_pFieldname, const U32 in_fieldType, const dsize_t in_fieldOffset, AbstractClassRep::SetDataNotify in_setDataFn, AbstractClassRep::GetDataNotify in_getDataFn=&defaultProtectedGetFn, AbstractClassRep::WriteDataNotify in_writeDataFn=&defaultProtectedWriteFn, const char *in_pFieldDocs=NULL) |
| |
| static void | addDepricatedField (const char *fieldName) |
| |
| static bool | removeField (const char *in_pFieldname) |
| |
| static SimObject::Notify * | mNotifyFreeList = NULL |
| |