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

Engine.UIOptionListButton


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
/**
* A special button used by the UIOptionListBase class for incrementing or decrementing the current position of the list's label
*
* Copyright 1998-2008 Epic Games, Inc. All Rights Reserved
*/
class UIOptionListButton extends UIButton
	within UIOptionListBase
	native(inherit)
	notplaceable;

/**
 * Determines which states this button should be in based on the state of the owner UIOptionListBase and synchronizes to those states.
 *
 * @param	PlayerIndex		the index of the player that generated the update; if not specified, states will be activated for all
 *							players that are eligible to generate input for this button.
 */
native final function UpdateButtonState( optional int PlayerIndex=INDEX_NONE );

defaultproperties
{
   Begin Object Class=UIComp_DrawImage Name=BackgroundImageTemplate ObjName=BackgroundImageTemplate Archetype=UIComp_DrawImage'Engine.Default__UIButton:BackgroundImageTemplate'
      ObjectArchetype=UIComp_DrawImage'Engine.Default__UIButton:BackgroundImageTemplate'
   End Object
   BackgroundImageComponent=BackgroundImageTemplate
   PrivateFlags=111
   Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'Engine.Default__UIButton:WidgetEventComponent'
      ObjectArchetype=UIComp_Event'Engine.Default__UIButton:WidgetEventComponent'
   End Object
   EventProvider=WidgetEventComponent
   Name="Default__UIOptionListButton"
   ObjectArchetype=UIButton'Engine.Default__UIButton'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: tr 31-1-2018 17:18:12.000 - Creation time: sk 18-3-2018 10:01:17.502 - Created with UnCodeX