The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:GUIListBase instance functions (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase (instance functions)

Instance functions[edit]

AddLinkObject[edit]

function int AddLinkObject (GUIComponent NewObj, optional bool bNoCheck)


CheckDragSelect[edit]

function CheckDragSelect ()


Clear[edit]

function Clear ()


ClearPendingElements[edit]

function ClearPendingElements ()


DisableLinkedObjects[edit]

function DisableLinkedObjects ()


Down[edit]

function bool Down ()


EnableLinkedObjects[edit]

function EnableLinkedObjects ()


End[edit]

function End ()


GetItemAtIndex[edit]

function string GetItemAtIndex (int idx)


GetPendingItems[edit]

function array<stringGetPendingItems (optional bool bGuarantee)


Home[edit]

function Home ()


IndexChanged[edit]

function IndexChanged (GUIComponent Sender)


InitLinkObjects[edit]

function InitLinkObjects (array<GUIComponentNewObj, optional bool bNoCheck)


InternalOnBeginDrag[edit]

function bool InternalOnBeginDrag (GUIComponent Sender)


InternalOnDragDrop[edit]

function bool InternalOnDragDrop (GUIComponent Sender)


InternalOnDragEnter[edit]

function InternalOnDragEnter (GUIComponent Sender)


InternalOnDragLeave[edit]

function InternalOnDragLeave (GUIComponent Sender)


InternalOnDragOver[edit]

function InternalOnDragOver (GUIComponent Sender)


InternalOnEndDrag[edit]

function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)


InternalOnKeyEvent[edit]

function bool InternalOnKeyEvent (out byte Key, out byte KeyState, float Delta)


InternalOnMousePressed[edit]

function InternalOnMousePressed (GUIComponent Sender, bool IsRepeat)


InternalOnMouseRelease[edit]

function InternalOnMouseRelease (GUIComponent Sender)


InternalOnRightClick[edit]

function bool InternalOnRightClick (GUIComponent Sender)


IsValid[edit]

function bool IsValid ()


IsValidIndex[edit]

function bool IsValidIndex (int i)


MakeVisible[edit]

function MakeVisible (float Perc)


MoveLeft[edit]

function bool MoveLeft ()


MoveRight[edit]

function bool MoveRight ()


PgDn[edit]

function PgDn ()


PgUp[edit]

function PgUp ()


SetIndex[edit]

function int SetIndex (int NewIndex)


SetOutlineAlpha[edit]

function SetOutlineAlpha (int NewAlpha)


SetTopItem[edit]

function SetTopItem (int Item)


SilentSetIndex[edit]

function int SilentSetIndex (int NewIndex)


Sort[edit]

function Sort ()


Up[edit]

function bool Up ()


WheelDown[edit]

function WheelDown ()


WheelUp[edit]

function WheelUp ()