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

UWindow.UWindowList

Extends
UWindowBase

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowList

Direct Known Subclasses:

UBrowserPlayerList, UBrowserRulesList, UBrowserServerList, UBrowserServerListFactory, UBrowserSubsetList, UBrowserSupersetList, UMenuModMenuItem, UMenuModMenuList, UWindowComboListItem, UWindowDynamicTextRow, UWindowEditBoxHistory, UWindowHotkeyWindowList, UWindowLayoutBase, UWindowListBoxItem, UWindowMenuBarItem, UWindowPulldownMenuItem, UWindowTabControlItem

Constants Summary
Inherited Contants from UWindow.UWindowBase
F_Bold, F_Large, F_LargeBold, F_Normal
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient

Variables Summary
boolbItemOrderChanged
UWindowListBranchLeft
UWindowListBranchRight
boolbSortSuspended
boolbSuspendableSort
boolbTreeSort
intCompareCount
UWindowListCurrentSortItem
intInternalCount
UWindowListLast
UWindowListNext
UWindowListParentNode
UWindowListPrev
UWindowListSentinel
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from UWindow.UWindowBase
FrameHitTest, MenuSound, MessageBoxButtons, MessageBoxResult, PropertyCondition, TextAlign
Inherited Enumerations from Core.Object
eAnimNotifyEval, ESheerAxis

Structures Summary
Inherited Structures from UWindow.UWindowBase
HTMLStyle, Region, TexRegion
Inherited Structures from Core.Object
BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Pointer, Quat, Rotator, Scale, Template, Vector

Functions Summary
functionUWindowList Append (Class<UWindowList> C))
function AppendItem (UWindowList NewElement))
function AppendListCopy (UWindowList L))
function Clear ()))
functionbool Compare (UWindowList T, UWindowList B))
function ContinueSort ()))
functionUWindowList CopyExistingListItem (Class<UWindowList> ItemClass, UWindowList SourceItem))
functionint Count ()))
functionint CountShown ()))
functionUWindowList CreateItem (Class<UWindowList> C))
function DestroyList ()))
function DestroyListItem ()))
function DisconnectList ()))
function DoAppendItem (UWindowList NewElement))
functionUWindowList FindEntry (int Index))
function GraftLeft (UWindowList NewLeft))
function GraftRight (UWindowList NewRight))
functionUWindowList Insert (Class<UWindowList> C))
functionUWindowList InsertAfter (Class<UWindowList> C))
functionUWindowList InsertBefore (Class<UWindowList> C))
function InsertItem (UWindowList NewElement))
function InsertItemAfter (UWindowList NewElement, optional bool bCheckShowItem))
function InsertItemBefore (UWindowList NewElement))
functionUWindowList LeftMost ()))
function MoveItemSorted (UWindowList Item))
function Remove ()))
functionUWindowList RightMost ()))
function SetupSentinel (optional bool bInTreeSort))
functionbool ShowThisItem ()))
functionUWindowList Sort ()))
function Tick (float Delta))
function Validate ()))
Inherited Functions from UWindow.UWindowBase
BuildObjectWithProperties, GetRegion, InStrAfter, NewRegion, NewTexRegion
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AlignQuatWith, AllFiles, AllLinkers, AllObjects, AppSeconds, Array_Insert, Array_Remove, Array_Size, Asc, Atan, BeginState, Caps, Ceil, Chr, Clamp, ClassIsChildOf, Cos, Cross, Disable, Divide, Dot, DynamicLoadObject, Enable, EndState, ExecFunctionStr, Exp, ExtractString, FClamp, FindObject, FMax, FMin, FRand, GetAxes, GetDefaultObject, GetEnum, GetParentClass, GetPropertyText, GetStateName, GetUnAxes, GetUnitCoords, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, LoadPackageContents, Localize, Locs, Log, Loge, MakeColor, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Quad, QuatError, QuatFromAxisAndAngle, QuatGetAngle, QuatGetAxis, QuatGetVect, QuatNormal, QuatRotate, QuatSize, QuatSizeSquared, QuatSlerp, QuatToRotation, QuatVRotate, Rand, RandomSpreadVector, RandRange, ReplaceStr, ResetConfig, Right, RotationToQuat, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, SortArray, SortStaticArray, Sqrt, Square, StaticSaveConfig, StringToName, Tan, TransformCoordsByNormal, TransformRotatorByNormal, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

bItemOrderChanged Source code

var bool bItemOrderChanged;

BranchLeft Source code

var UWindowList BranchLeft;

BranchRight Source code

var UWindowList BranchRight;

bSortSuspended Source code

var bool bSortSuspended;

bSuspendableSort Source code

var bool bSuspendableSort;

bTreeSort Source code

var bool bTreeSort;

CompareCount Source code

var int CompareCount;

CurrentSortItem Source code

var UWindowList CurrentSortItem;

InternalCount Source code

var int InternalCount;

Last Source code

var UWindowList Last;

Next Source code

var UWindowList Next;

ParentNode Source code

var UWindowList ParentNode;

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) )

AppendListCopy Source code

function AppendListCopy ( UWindowList L) )

Clear Source code

function Clear ( ) )

Compare Source code

function bool Compare ( UWindowList T, UWindowList B) )

ContinueSort Source code

function ContinueSort ( ) )

CopyExistingListItem Source code

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

Count Source code

function int Count ( ) )
These things can only be called on the sentinel

CountShown Source code

function int CountShown ( ) )

CreateItem Source code

function UWindowList CreateItem ( Class<UWindowList> C) )
These things can be called on any element

DestroyList Source code

function DestroyList ( ) )

DestroyListItem Source code

function DestroyListItem ( ) )

DisconnectList Source code

function DisconnectList ( ) )

DoAppendItem Source code

function DoAppendItem ( UWindowList NewElement) )

FindEntry Source code

function UWindowList FindEntry ( int Index) )

GraftLeft Source code

function GraftLeft ( UWindowList NewLeft) )

GraftRight Source code

function GraftRight ( UWindowList NewRight) )

Insert Source code

function UWindowList Insert ( Class<UWindowList> C) )

InsertAfter Source code

function UWindowList InsertAfter ( 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) )

LeftMost Source code

function UWindowList LeftMost ( ) )

MoveItemSorted Source code

function MoveItemSorted ( UWindowList Item) )

Remove Source code

function Remove ( ) )

RightMost Source code

function UWindowList RightMost ( ) )

SetupSentinel Source code

function SetupSentinel ( optional bool bInTreeSort) )

ShowThisItem Source code

function bool ShowThisItem ( ) )

Sort Source code

function UWindowList Sort ( ) )

Tick Source code

function Tick ( float Delta) )

Validate Source code

function Validate ( ) )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:16.037 - Created with UnCodeX