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

Variables Summary
boolbCanDrag
boolbCanDragExternal
boolbDragging
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 ()
functionbool ExternalDragOver (UWindowDialogControl ExternalControl, float X, float Y)
functionUWindowListBoxItem GetItemAt (float MouseX, float MouseY)
function LMouseDown (float X, float Y)
function MouseMove (float X, float Y)
function Paint (Canvas C, float MouseX, float MouseY)
function Resized ()
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, 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;

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

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 )

MouseMove Source code

function MouseMove ( float X, float Y )

Paint Source code

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

Resized Source code

function Resized ( )

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: za 22-4-2006 12:49:34.531 - Created with UnCodeX