Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GUI.GUIDualSelectionLists

Extends
GUIMultiComponent
Modifiers
HideCategories ( Menu , Object ) Native

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIDualSelectionLists

Variables Summary
GUIGFXButtonABButton
GUIGFXButtonAtoB
GUIGFXButtonBAButton
GUIGFXButtonBtoA
GUIListBoxLBA
GUILabelLBAH
GUIListBoxLBB
GUILabelLBBH
GUIListBoxListBoxA
GUILabelListBoxAH
GUIListBoxListBoxB
GUILabelListBoxBH
GUIDualSelectionLists
StringBoxAHeader
StringBoxBHeader
boolbSwitchListBoxLocations
boolbVerticalLayout
StringDownCaption
MaterialDownImage
floatHeaderPercent
StringLeftCaption
MaterialLeftImage
floatListBoxSpacing
StringRightCaption
MaterialRightImage
StringUpCaption
MaterialUpImage
Inherited Variables from GUI.GUIMultiComponent
Components, Controls, ControlSpecs, PropagateActivity, PropagateState, PropagateVisibility
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

Enumerations Summary
Inherited Enumerations from GUI.GUIComponent
EClickSound

Structures Summary
Inherited Structures from GUI.GUIComponent
sDynamicPositionSpec, sTransitionSpec

Functions Summary
event Activate ()))
function AssignComponents ()))
function CheckListSelection (GUIListBox ListBox))
function InitComponent (GUIComponent MyOwner))
function MoveAB (GUIComponent Sender))
function MoveBA (GUIComponent Sender))
event OnChangeLayout ()))
function OnConstruct (GUIController MyController))
function OnListClicked (GUIComponent Sender))
Inherited Functions from GUI.GUIMultiComponent
Activate, AddComponent, AppendComponent, BringBackward, BringForward, BringToBack, BringToFront, CreateControl, DeActivate, DisableComponent, EnableComponent, FindCenterPoint, FindComponent, FindComponentIndex, FindControlIndex, FindDist, Free, Hide, InitComponent, InitializeControls, InsertComponent, InternalBringBackward, InternalBringForward, LogControls, MapControls, OnConstruct, RemapComponents, RemoveComponent, RemoveControl, ReorderComponents, ReweightComponents, SaveLayout, SetRadioGroup, Show, SwapControlIndicies, TabControl, TestControls
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


Variables Detail

ABButton Source code

var private GUIGFXButton ABButton;

AtoB Source code

var GUIGFXButton AtoB;

BAButton Source code

var private GUIGFXButton BAButton;

BtoA Source code

var GUIGFXButton BtoA;

LBA Source code

var private GUIListBox LBA;

LBAH Source code

var private GUILabel LBAH;

LBB Source code

var private GUIListBox LBB;

LBBH Source code

var private GUILabel LBBH;

ListBoxA Source code

var GUIListBox ListBoxA;

ListBoxAH Source code

var GUILabel ListBoxAH;

ListBoxB Source code

var GUIListBox ListBoxB;

ListBoxBH Source code

var GUILabel ListBoxBH;

GUIDualSelectionLists

BoxAHeader Source code

var(GUIDualSelectionLists) config localized String BoxAHeader;
Caption to use over ListBox A

BoxBHeader Source code

var(GUIDualSelectionLists) config localized String BoxBHeader;
Caption to use over ListBox B

bSwitchListBoxLocations Source code

var(GUIDualSelectionLists) config bool bSwitchListBoxLocations;
If true, will layout the list boxes & headers in the other order

bVerticalLayout Source code

var(GUIDualSelectionLists) config bool bVerticalLayout;
If true, will layout this component vertically instead of horizontally

DownCaption Source code

var(GUIDualSelectionLists) config localized String DownCaption;
Caption to use on Arrow Pointing Down

DownImage Source code

var(GUIDualSelectionLists) config Material DownImage;
Image to use on Arrow Pointing Down

HeaderPercent Source code

var(GUIDualSelectionLists) config float HeaderPercent;
Determines spacing of the headers (100% default)

LeftCaption Source code

var(GUIDualSelectionLists) config localized String LeftCaption;
Caption to use on Arrow Pointing Left

LeftImage Source code

var(GUIDualSelectionLists) config Material LeftImage;
Image to use on Arrow Pointing Left

ListBoxSpacing Source code

var(GUIDualSelectionLists) config float ListBoxSpacing;
Determines spacing of the lists (80% default)

RightCaption Source code

var(GUIDualSelectionLists) config localized String RightCaption;
Caption to use on Arrow Pointing Right

RightImage Source code

var(GUIDualSelectionLists) config Material RightImage;
Image to use on Arrow Pointing Right

UpCaption Source code

var(GUIDualSelectionLists) config localized String UpCaption;
Caption to use on Arrow Pointing Up

UpImage Source code

var(GUIDualSelectionLists) config Material UpImage;
Image to use on Arrow Pointing Up


Functions Detail

Activate Source code

event Activate ( ) )

AssignComponents Source code

private function AssignComponents ( ) )

CheckListSelection Source code

private function CheckListSelection ( GUIListBox ListBox) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

MoveAB Source code

function MoveAB ( GUIComponent Sender) )

MoveBA Source code

function MoveBA ( GUIComponent Sender) )

OnChangeLayout Source code

event OnChangeLayout ( ) )

OnConstruct Source code

function OnConstruct ( GUIController MyController) )

OnListClicked Source code

function OnListClicked ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
    ListBoxSpacing=0.930000
    HeaderPercent=1.0
    RightCaption=">>>"
    LeftCaption="<<<"
    DownCaption="vvv"
    UpCaption="^^^"
    WinWidth=0.9
    WinHeight=0.4
    WinLeft=0.05
    WinTop=0.3
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:30.156 - Created with UnCodeX