I don't need to test my programs. I have an error-correcting modem.

UE2:GUIDynArrayPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from UE2:ArrayControl (UT2004))
Jump to: navigation, search

Contents

Package: 
GUI2K4

Created on: 11/15/2003 Specialized array property page for dynamic arrays

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

[edit] Properties

[edit] Property group 'GUIDynArrayPage'

[edit] ArrayButton

Type: array<ArrayControl>


[edit] NewText

Type: string

Modifiers: localized


Default value: "New"

[edit] RemoveText

Type: string

Modifiers: localized


Default value: "Remove"

[edit] SizingCaption

Type: string


[edit] Structs

[edit] ArrayControl

GUIButton b_New 
GUIButton b_Remove 

[edit] Functions

[edit] Events

[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIArrayPropPage.InitComponent


[edit] Other instance functions

[edit] AddButton

function ArrayControl AddButton (int Index)


[edit] Clear

function Clear ()

Overrides: GUIArrayPropPage.Clear


[edit] FloatingPreDraw

function bool FloatingPreDraw (Canvas C)

Overrides: FloatingWindow.FloatingPreDraw


[edit] InitializeList

function InitializeList ()

Overrides: GUIArrayPropPage.InitializeList


[edit] InternalOnAdjustTop

function InternalOnAdjustTop (GUIComponent Sender)


[edit] InternalOnClick

function bool InternalOnClick (GUIComponent Sender)

Overrides: LockedFloatingWindow.InternalOnClick


[edit] SetElementCaption

protected function SetElementCaption (int ButtonArrayIndex, int ListElementIndex)


[edit] SetElementState

protected function SetElementState (int Index, bool bNewOn, bool bRemoveOn)


[edit] UpdateButtons

function UpdateButtons ()