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

UWindow.UWindowListBox

Extends
UWindowListControl

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowDialogControl
         |   
         +-- UWindow.UWindowListControl
            |   
            +-- UWindow.UWindowListBox

Direct Known Subclasses:

UBrowserIRCUserListBox, UMenuMapListBox, UMenuMutatorListBox, UMenuWeaponPriorityListBox

Variables Summary
boolbCanDrag
boolbCanDragExternal
boolbDragging
stringDefaultHelpText
UWindowListBoxDoubleClickList
floatDragY
floatItemHeight
UWindowListBoxItemSelectedItem
UWindowVScrollbarVertSB
Inherited Variables from UWindow.UWindowListControl
Items, ListClass
Inherited Variables from UWindow.UWindowDialogControl
Align, bAcceptExternalDragDrop, bHasKeyboardFocus, bNoKeyboard, Font, HelpText, MinHeight, MinWidth, NotifyWindow, TabNext, TabPrev, Text, TextColor, TextX, TextY

Functions Summary
function BeforePaint (Canvas C, float MouseX, float MouseY))
function Created ()))
function DoubleClick (float X, float Y))
function DoubleClickItem (UWindowListBoxItem I))
functionbool ExternalDragOver (UWindowDialogControl ExternalControl, float X, float Y))
functionUWindowListBoxItem GetItemAt (float MouseX, float MouseY))
function LMouseDown (float X, float Y))
function MakeSelectedVisible ()))
function MouseMove (float X, float Y))
function Paint (Canvas C, float MouseX, float MouseY))
function ReceiveDoubleClickItem (UWindowListBox L, UWindowListBoxItem I))
function Resized ()))
function SetHelpText (string T))
function SetSelected (float X, float Y))
function SetSelectedItem (UWindowListBoxItem NewSelected))
function Sort ()))
Inherited Functions from UWindow.UWindowListControl
Created, DrawItem
Inherited Functions from UWindow.UWindowDialogControl
BeforePaint, CheckExternalDrag, Created, ExternalDragOver, KeyDown, KeyFocusEnter, KeyFocusExit, MouseEnter, MouseLeave, MouseMove, Notify, Register, SetFont, SetHelpText, SetText, SetTextColor


Variables Detail

bCanDrag Source code

var bool bCanDrag;

bCanDragExternal Source code

var bool bCanDragExternal;

bDragging Source code

var bool bDragging;

DefaultHelpText Source code

var string DefaultHelpText;

DoubleClickList Source code

var UWindowListBox DoubleClickList;

DragY Source code

var float DragY;

ItemHeight Source code

var float ItemHeight;

SelectedItem Source code

var UWindowListBoxItem SelectedItem;

VertSB Source code

var UWindowVScrollbar VertSB;


Functions Detail

BeforePaint Source code

function BeforePaint ( Canvas C, float MouseX, float MouseY) )

Created Source code

function Created ( ) )

DoubleClick Source code

function DoubleClick ( float X, float Y) )

DoubleClickItem Source code

function DoubleClickItem ( UWindowListBoxItem I) )

ExternalDragOver Source code

function bool ExternalDragOver ( UWindowDialogControl ExternalControl, float X, float Y) )

GetItemAt Source code

function UWindowListBoxItem GetItemAt ( float MouseX, float MouseY) )

LMouseDown Source code

function LMouseDown ( float X, float Y) )

MakeSelectedVisible Source code

function MakeSelectedVisible ( ) )

MouseMove Source code

function MouseMove ( float X, float Y) )

Paint Source code

function Paint ( Canvas C, float MouseX, float MouseY) )

ReceiveDoubleClickItem Source code

function ReceiveDoubleClickItem ( UWindowListBox L, UWindowListBoxItem I) )

Resized Source code

function Resized ( ) )

SetHelpText Source code

function SetHelpText ( string T) )

SetSelected Source code

function SetSelected ( float X, float Y) )

SetSelectedItem Source code

function SetSelectedItem ( UWindowListBoxItem NewSelected) )

Sort Source code

function Sort ( ) )


Defaultproperties

defaultproperties
{
     ItemHeight=10.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:24.960 - Created with UnCodeX