GUI.GUIMultiComponent
- Extends
- GUIComponent
- Modifiers
- HideCategories ( Menu , Object ) Native
Core.Object
|
+-- GUI.GUI
|
+-- GUI.GUIComponent
|
+-- GUI.GUIMultiComponent
Direct Known Subclasses:
GUIComboBox, GUIDualSelectionLists, GUIFloatEdit, GUIListBoxBase, GUIMenuOption, GUIMultiColumnList, GUINumericEdit, GUIPage, GUIPanel, GUIScrollBarBase, GUITabControl, TribesInventoryWeaponSlot
Inherited Variables from GUI.GUIComponent |
bAcceptsInput, bActiveInput, bAllowHTMLTextFormatting, bAllowPressedEffect, bBoundToParent, bCanBeShown, bCaptureMouse, bCaptureTabs, bDirty, bDrawStyle, bFocusOnWatch, bHideMouseCursor, bHitTestOnClientBounds, bInited, bMaintainFocus, bMouseOverSound, bNeverFocus, Bounds[4], bPersistent, bPlayerMoveAllowed, bRepeatClick, bRepeatCycling, bRepositioning, bRequireReleaseClick, bSaved, bScaled, bScaleToParent, bSwallowAllKeyEvents, bTabStop, bTimerRepeat, bVisible, ClientBounds[4], CyclePosition, FocusInstead, Hint, LinkOverrides[4], Links[4], MenuOwner, MenuState, MouseCursorIndex, MoveGroup, MovePositions, OnClickSound, RadioGroup, RenderWeight, SaveColor, SaveFont, SaveStyle, SaveX, SaveY, Style, StyleName, TabOrder, TimerCountdown, TimerIndex, TimerInterval, TransitionSpec, UndoHistory, UndoLevel, WinHeight, WinLeft, WinTop, WinWidth |
Inherited Variables from GUI.GUI |
Controller, QBTN_Abort, QBTN_AbortRetry, QBTN_Cancel, QBTN_Continue, QBTN_Ignore, QBTN_No, QBTN_Ok, QBTN_OkCancel, QBTN_Retry, QBTN_TimeOut, QBTN_Yes, QBTN_YesNo, QBTN_YesNoCancel |
Inherited Enumerations from GUI.GUI |
eEditMask, eIconPosition, eImgAlign, eImgStyle, eListElemDisplay, EMenuRenderStyle, eMenuState, eProgressDirection, eTextAlign, eTextCase, eXControllerCodes |
Functions Summary |
| | Activate ()))
|
| GUIComponent | AddComponent (string ComponentClass, optional string ComponentName, optional bool bInitNewComponent ))
|
| GUIComponent | AppendComponent (GUIComponent NewComp))
|
| | BringBackward (GUIComponent Ctrl ))
|
| | BringForward (GUIComponent Ctrl ))
|
| | BringToBack (GUIComponent Ctrl ))
|
| | BringToFront (GUIComponent Ctrl ))
|
| GUIComponent | CreateControl (string theClass, string theName ))
|
| | DeActivate ()))
|
| | DisableComponent ()))
|
| | EnableComponent ()))
|
| | FindCenterPoint (GUIComponent What, out float X, out float Y))
|
| GUIComponent | FindComponent (string theName, optional bool bExact, optional bool bAssert ))
|
| int | FindComponentIndex (GUIComponent Who))
|
| int | FindControlIndex (GUIComponent Who))
|
| float | FindDist (GUIComponent Source, GUIComponent Target))
|
| | Free (optional bool bForce ))
|
| | Hide ()))
|
| | InitComponent (GUIComponent MyOwner))
|
| | InitializeControls ()
|
| GUIComponent | InsertComponent (GUIComponent NewComp, int Index))
|
| | InternalBringBackward (GUIComponent Ctrl ))
|
| | InternalBringForward (GUIComponent Ctrl ))
|
| | LogControls ()))
|
| | MapControls ()))
|
| | OnConstruct (GUIController MyController))
|
| | RemapComponents ()))
|
| bool | RemoveComponent (GUIComponent Comp, optional bool bRemap))
|
| bool | RemoveControl (GUIComponent Ctrl ))
|
| | ReorderComponents ()))
|
| | ReweightComponents ()))
|
| | SaveLayout (bool FlushToDisk))
|
| | SetRadioGroup (GUIRadioButton group ))
|
| | Show ()))
|
| | SwapControlIndicies (int x, int y ))
|
| | TabControl (int offset ))
|
| bool | TestControls (int Mode, int SourceIndex, int TargetIndex))
|
Inherited Functions from GUI.GUIComponent |
Activate, ActualHeight, ActualLeft, ActualTop, ActualWidth, ChangeStyle, Click, Construct, CyclePositions, DblClick, DeActivate, DisableComponent, EnableComponent, FillOwner, Focus, Free, Hide, InitComponent, InitDelegates, IsAtPosition, IsInBounds, IsInClientBounds, KillTimer, LoadLayoutFromHistory, LoseFocus, MenuStateChange, MousePressed, MouseReleased, OnChangeLayout, OnConstruct, OnResolutionChanged, PlayerOwner, Press, RedoLayout, RegisterNotifyResolutionChanged, RePosition, RePositionCompleted, RePositionTo, SaveLayout, SaveLayoutToHistory, SetActive, SetDirty, SetEnabled, SetFocusInstead, SetHint, SetLinkOverrides, SetLinks, SetRadioGroup, SetTimer, SetVisibility, Show, StopCycling, StripColorCodes, Timer, UndoLayout, Watched |
GUIMultiComponent
event Activate ( ) )
event
GUIComponent AddComponent (
string ComponentClass, optional
string ComponentName, optional
bool bInitNewComponent ) )
event
GUIComponent CreateControl (
string theClass,
string theName ) )
event DeActivate ( ) )
event DisableComponent ( ) )
event EnableComponent ( ) )
function FindCenterPoint (
GUIComponent What, out
float X, out
float Y) )
event
GUIComponent FindComponent (
string theName, optional
bool bExact, optional
bool bAssert ) )
event Free ( optional bool bForce ) )
event Hide ( ) )
native function InitializeControls ( )
private
function InternalBringBackward (
GUIComponent Ctrl ) )
private
function InternalBringForward (
GUIComponent Ctrl ) )
function LogControls ( ) )
function MapControls ( ) )
event RemapComponents ( ) )
event
bool RemoveComponent (
GUIComponent Comp, optional
bool bRemap) )
event ReorderComponents ( ) )
function ReweightComponents ( ) )
function SaveLayout ( bool FlushToDisk) )
event Show ( ) )
private function SwapControlIndicies ( int x, int y ) )
event TabControl ( int offset ) )
function bool TestControls ( int Mode, int SourceIndex, int TargetIndex) )
defaultproperties
{
bTabStop=true
PropagateVisibility=true
PropagateActivity=true
PropagateState=true
} |
Creation time: st 23.5.2018 00:10:30.355 - Created with
UnCodeX