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

UWindow.UWindowList

Extends
Object

Core.Object
|   
+-- UWindow.UWindowList

Direct Known Subclasses:

UBrowserPlayerList, UBrowserRulesList, UBrowserServerList, UBrowserServerListFactory, UBrowserSubsetList, UBrowserSupersetList, UWindowComboListItem, UWindowHotkeyWindowList, UWindowListBoxItem, UWindowMenuBarItem, UWindowPulldownMenuItem, UWindowTabControlItem

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient

Variables Summary
UWindowListLast
UWindowListNext
UWindowListPrev
UWindowListSentinel
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Rotator, Scale, Vector

Functions Summary
functionUWindowList Append (Class<UWindowList> C)
function AppendItem (UWindowList NewElement)
function Clear ()
functionbool Compare (UWindowList T, UWindowList B)
functionUWindowList CopyExistingListItem (Class<UWindowList> ItemClass, UWindowList SourceItem)
functionint Count ()
functionint CountShown ()
function DestroyList ()
function DestroyListItem ()
functionUWindowList FindEntry (int Index)
functionUWindowList Insert (Class<UWindowList> C)
functionUWindowList InsertBefore (Class<UWindowList> C)
function InsertItem (UWindowList NewElement)
function InsertItemAfter (UWindowList NewElement, optional bool bCheckShowItem)
function InsertItemBefore (UWindowList NewElement)
function MoveItemSorted (UWindowList Item)
functionUWindowList NextShown ()
functionUWindowList PrevShown ()
function Remove ()
function SetupSentinel ()
functionbool ShowThisItem ()
functionUWindowList Sort ()
function Validate ()
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, Cos, Cross, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetEnum, GetPropertyText, GetStateName, GetUnAxes, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Rand, RandRange, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sqrt, Square, StaticSaveConfig, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

Last Source code

var UWindowList Last;

Next Source code

var UWindowList Next;

Prev Source code

var UWindowList Prev;

Sentinel Source code

var UWindowList Sentinel;


Functions Detail

Append Source code

function UWindowList Append ( Class<UWindowList> C )

AppendItem Source code

function AppendItem ( UWindowList NewElement )

Clear Source code

function Clear ( )

Compare Source code

function bool Compare ( UWindowList T, UWindowList B )
These things can be called on any element

CopyExistingListItem Source code

function UWindowList CopyExistingListItem ( Class<UWindowList> ItemClass, UWindowList SourceItem )

Count Source code

function int Count ( )

CountShown Source code

function int CountShown ( )

DestroyList Source code

function DestroyList ( )

DestroyListItem Source code

function DestroyListItem ( )

FindEntry Source code

function UWindowList FindEntry ( int Index )

Insert Source code

function UWindowList Insert ( Class<UWindowList> C )

InsertBefore Source code

function UWindowList InsertBefore ( Class<UWindowList> C )

InsertItem Source code

function InsertItem ( UWindowList NewElement )

InsertItemAfter Source code

function InsertItemAfter ( UWindowList NewElement, optional bool bCheckShowItem )

InsertItemBefore Source code

function InsertItemBefore ( UWindowList NewElement )

MoveItemSorted Source code

function MoveItemSorted ( UWindowList Item )
These things can only be called on the sentinel

NextShown Source code

function UWindowList NextShown ( )

PrevShown Source code

function UWindowList PrevShown ( )

Remove Source code

function Remove ( )

SetupSentinel Source code

function SetupSentinel ( )

ShowThisItem Source code

function bool ShowThisItem ( )

Sort Source code

function UWindowList Sort ( )

Validate Source code

function Validate ( )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:07:23.140 - Created with UnCodeX