UTGame.UTUITabPage_Options
- Extends
- UTTabPage
- Modifiers
- placeable
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Options tab page, autocreates a set of options widgets using the datasource provided.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIObject
|
+-- Engine.UIContainer
|
+-- Engine.UITabPage
|
+-- UTGame.UTTabPage
|
+-- UTGame.UTUITabPage_Options
Direct Known Subclasses:
UTUITabPage_AudioSettings, UTUITabPage_DynamicOptions, UTUITabPage_GameSettings, UTUITabPage_HUDSettings, UTUITabPage_InputSettings, UTUITabPage_NetworkSettings, UTUITabPage_ServerFilter, UTUITabPage_VideoSettings, UTUITabPage_WeaponSettings
Functions Summary |
 | | ConditionallyAppendDefaultsButton (UTUIButtonBar ButtonBar))
|
 | | ConditionallyAppendKeyboardButton (UTUIButtonBar ButtonBar))
|
 | bool | OnButtonBar_ResetToDefaults (UIScreenObject InButton, int InPlayerIndex))
|
 | bool | OnButtonBar_ShowKeyboard (UIScreenObject InButton, int InPlayerIndex))
|
 | | OnKeyboardInputComplete (bool bWasSuccessful))
|
 | | OnOptionList_AcceptOptions (UIScreenObject InObject, int PlayerIndex))
|
 | | OnOptionList_OptionChanged (UIScreenObject InObject, name OptionName, int PlayerIndex))
|
 | | OnOptionList_OptionFocused (UIScreenObject InObject, UIDataProvider OptionProvider))
|
 | | OnResetToDefaults ()))
|
 | | OnResetToDefaults_Confirm (UTUIScene_MessageBox MessageBox, int SelectionIdx, int PlayerIndex))
|
 | | OnShowKeyboard ()))
|
 | | PostInitialize ()))
|
 | | SetupButtonBar (UTUIButtonBar ButtonBar))
|
 | | ShowKeyboard (UIEditBox InTargetEditBox, string Title, optional string Message, optional bool bPassword, optional bool bShouldValidate, optional string DefaultText="", optional int MaxLength))
|
Inherited Functions from Engine.UITabPage |
ActivatePage, AddedToTabControl, CanActivatePage, ClearBoundDataStores, CreateTabButton, GetBoundDataStores, GetDataStoreBinding, GetOwnerTabControl, GetTabButton, IsActivePage, LinkToTabButton, NotifyDataStoreValueUpdated, OnActiveStateChanged, RefreshSubscriberValue, RemovedFromParent, SetDataStoreBinding, SetTabCaption |
var transient bool bAllowResetToDefaults;
var transient bool bIsPasswordKeyboard;
var
transient UILabel DescriptionLabel;
var
transient UIEditBox KeyboardTargetEditBox;
delegate OnOptionChanged (
UIScreenObject InObject,
name OptionName,
int PlayerIndex )
ConditionallyAppendDefaultsButton Source code
function ConditionallyAppendDefaultsButton (
UTUIButtonBar ButtonBar) )
ConditionallyAppendKeyboardButton Source code
function ConditionallyAppendKeyboardButton (
UTUIButtonBar ButtonBar) )
OnButtonBar_ResetToDefaults Source code
function bool OnButtonBar_ResetToDefaults (
UIScreenObject InButton,
int InPlayerIndex) )
OnButtonBar_ShowKeyboard Source code
function bool OnButtonBar_ShowKeyboard (
UIScreenObject InButton,
int InPlayerIndex) )
OnKeyboardInputComplete Source code
function OnKeyboardInputComplete ( bool bWasSuccessful) )
OnOptionList_AcceptOptions Source code
function OnOptionList_AcceptOptions (
UIScreenObject InObject,
int PlayerIndex) )
OnOptionList_OptionChanged Source code
function OnOptionList_OptionChanged (
UIScreenObject InObject,
name OptionName,
int PlayerIndex) )
OnOptionList_OptionFocused Source code
function OnResetToDefaults ( ) )
OnResetToDefaults_Confirm Source code
function OnResetToDefaults_Confirm (
UTUIScene_MessageBox MessageBox,
int SelectionIdx,
int PlayerIndex) )
function OnShowKeyboard ( ) )
event PostInitialize ( ) )
function ShowKeyboard (
UIEditBox InTargetEditBox,
string Title, optional
string Message, optional
bool bPassword, optional
bool bShouldValidate, optional
string DefaultText=
"", optional
int MaxLength) )
defaultproperties
{
Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTTabPage:WidgetEventComponent'
ObjectArchetype=UIComp_Event'UTGame.Default__UTTabPage:WidgetEventComponent'
End Object
EventProvider=WidgetEventComponent
Name="Default__UTUITabPage_Options"
ObjectArchetype=UTTabPage'UTGame.Default__UTTabPage'
}
|
Creation time: sk 18-3-2018 10:00:59.784 - Created with
UnCodeX