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

UTGame.UTUIComboBox

Extends
UIComboBox
Modifiers
native ( UI )

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. Extended version of combo box for UT3.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIScreenObject
      |   
      +-- Engine.UIObject
         |   
         +-- Engine.UIComboBox
            |   
            +-- UTGame.UTUIComboBox

Constants Summary
Inherited Contants from Engine.UIComboBox
INDEX_CHANGED_NOTIFY_MASK, TEXT_CHANGED_NOTIFY_MASK
Inherited Contants from Engine.UIObject
CONTEXTMENU_BINDING_INDEX, FIRST_DEFAULT_DATABINDING_INDEX, TOOLTIP_BINDING_INDEX

Variables Summary
nameEditboxBGStyleName
nameListBackgroundStyleName
nameToggleButtonCheckedStyleName
nameToggleButtonStyleName
Inherited Variables from Engine.UIComboBox
BackgroundRenderComponent, bDockListToButton, bLockSelectedItem, CaptionDataSource, CaptionRenderComponent, ComboButton, ComboButtonClass, ComboEditbox, ComboEditboxClass, ComboList, ComboListClass, DecrementCue, OpenList, thelistwillbethesamewidthastheeditbox.Ifdisabled, thelistwillbethesamewidthastheentirecombobox(defaultbehavior).>
Inherited Variables from Engine.UIObject
AnimationParent, AnimationPosition, AnimStack, bDebugShowBounds, bEnableActiveCursorUpdates, bSupportsPrimaryStyle, ContextMenuData, DebugBoundsColor, DockTargets, NavigationTargets, Owner, OwnerScene, PrimaryStyle, PrivateFlags, RenderBoundsVertices[EUIWidgetFace.UIFACE_MAX], RenderBounds[EUIWidgetFace.UIFACE_MAX], RenderOffset, Rotation, StyleSubscribers, TabIndex, ToolTip, WidgetID, WidgetTag

Functions Summary
event AddedChild (UIScreenObject WidgetOwner, UIObject NewChild ))
functionInt GetSelectionIndex ()))
event Initialized ()))
function SetSelectedItem (int ItemIndex))
function SetSelectionIndex (int NewIndex))
function SetupChildStyles ()
Inherited Functions from Engine.UIComboBox
ButtonPressed, ClearBoundDataStores, EditboxPressed, EditboxTextChanged, GetBoundDataStores, GetDataStoreBinding, HideList, IsListDockedToButton, ListItemSelected, NotifyDataStoreValueUpdated, OnGetTextValue, PostInitialize, RefreshSubscriberValue, SaveSubscriberValue, SelectedItemChanged, SetDataStoreBinding, SetEditboxText, SetListDocking, SetVisibility, ShowList, ShowListClickHandler
Inherited Functions from Engine.UIObject
AddStyleSubscriber, AnimSetBottom, AnimSetColor, AnimSetLeft, AnimSetOpacity, AnimSetPosition, AnimSetRelPosition, AnimSetRight, AnimSetRotation, AnimSetScale, AnimSetTop, AnimSetVisibility, CanAcceptFocus, ClearDefaultDataBinding, ClearUIAnimation, FindStyleSubscriberIndex, FindStyleSubscriberIndexById, GenerateSceneDataStoreMarkup, GenerateTransformMatrix, GetAnchorPosition, GetDefaultDataBinding, GetDefaultDataStores, GetOwner, GetParent, GetPositionExtent, GetPositionExtents, GetRotationMatrix, GetScene, GetToolTipValue, HasTransform, IsContainedBy, IsDockedTo, IsPrivateBehaviorSet, LogRenderBounds, NeedsActiveCursorUpdates, NotifyValueChanged, OnSetDatastoreBinding, PlayUIAnimation, RemoveStyleSubscriber, ResolveDefaultDataBinding, ResolveStyles, RotateWidget, SetActiveCursorUpdate, SetAnchorPosition, SetDefaultDataBinding, SetDockPadding, SetDockParameters, SetDockTarget, SetForcedNavigationTarget, SetNavigationTarget, SetPrivateBehavior, SetWidgetStyleByName, StopUIAnimation, TickAnim, UIAnimEnd, UpdateRotationMatrix


Variables Detail

EditboxBGStyleName Source code

var name EditboxBGStyleName;

ListBackgroundStyleName Source code

var name ListBackgroundStyleName;

ToggleButtonCheckedStyleName Source code

var name ToggleButtonCheckedStyleName;

ToggleButtonStyleName Source code

var name ToggleButtonStyleName;


Functions Detail

AddedChild Source code

event AddedChild ( UIScreenObject WidgetOwner, UIObject NewChild ) )
Called immediately after a child has been added to this screen object.
@param WidgetOwner the screen object that the NewChild was added as a child for
@param NewChild the widget that was added

GetSelectionIndex Source code

function Int GetSelectionIndex ( ) )

@returns the Selection Index of the currently selected list item

Initialized Source code

event Initialized ( ) )
Called after initialization.

SetSelectedItem Source code

function SetSelectedItem ( int ItemIndex) )
Sets the currently selected item.
@param ItemIndex Not the list index but the index of the item which is a value of the Items array.

SetSelectionIndex Source code

function SetSelectionIndex ( int NewIndex) )
Sets the current index for the list.
@param NewIndex The new index to select

SetupChildStyles Source code

native function SetupChildStyles ( )
Initializes styles for child widgets.


Defaultproperties

defaultproperties
{
   ToggleButtonStyleName="ComboBoxUp"
   ToggleButtonCheckedStyleName="ComboBoxDown"
   EditboxBGStyleName="DefaultEditboxImageStyle"
   ListBackgroundStyleName="ComboListBackgroundStyle"
   ComboListClass=Class'UTGame.UTUIList'
   Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'Engine.Default__UIComboBox:WidgetEventComponent'
      ObjectArchetype=UIComp_Event'Engine.Default__UIComboBox:WidgetEventComponent'
   End Object
   EventProvider=WidgetEventComponent
   Name="Default__UTUIComboBox"
   ObjectArchetype=UIComboBox'Engine.Default__UIComboBox'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:58.148 - Created with UnCodeX