UWindow.UWindowListBox
- Extends
- UWindowListControl
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowDialogControl
|
+-- UWindow.UWindowListControl
|
+-- UWindow.UWindowListBox
Direct Known Subclasses:
UBrowserIRCUserListBox, UMenuMapListBox, UMenuMutatorListBox, UMenuWeaponPriorityListBox
Inherited Variables from UWindow.UWindowDialogControl |
Align, bAcceptExternalDragDrop, bHasKeyboardFocus, bNoKeyboard, Font, HelpText, MinHeight, MinWidth, NotifyWindow, TabNext, TabPrev, Text, TextColor, TextX, TextY |
Functions Summary |
| | BeforePaint (Canvas C, float MouseX, float MouseY))
|
| | Created ()))
|
| | DoubleClick (float X, float Y))
|
| | DoubleClickItem (UWindowListBoxItem I))
|
| bool | ExternalDragOver (UWindowDialogControl ExternalControl, float X, float Y))
|
| UWindowListBoxItem | GetItemAt (float MouseX, float MouseY))
|
| | LMouseDown (float X, float Y))
|
| | MakeSelectedVisible ()))
|
| | MouseMove (float X, float Y))
|
| | Paint (Canvas C, float MouseX, float MouseY))
|
| | ReceiveDoubleClickItem (UWindowListBox L, UWindowListBoxItem I))
|
| | Resized ()))
|
| | SetHelpText (string T))
|
| | SetSelected (float X, float Y))
|
| | SetSelectedItem (UWindowListBoxItem NewSelected))
|
| | Sort ()))
|
Inherited Functions from UWindow.UWindowDialogControl |
BeforePaint, CheckExternalDrag, Created, ExternalDragOver, KeyDown, KeyFocusEnter, KeyFocusExit, MouseEnter, MouseLeave, MouseMove, Notify, Register, SetFont, SetHelpText, SetText, SetTextColor |
var bool bCanDrag;
var bool bCanDragExternal;
var bool bDragging;
var string DefaultHelpText;
var float DragY;
var float ItemHeight;
function BeforePaint (
Canvas C,
float MouseX,
float MouseY) )
function Created ( ) )
function DoubleClick ( float X, float Y) )
function LMouseDown ( float X, float Y) )
function MakeSelectedVisible ( ) )
function MouseMove ( float X, float Y) )
function Paint (
Canvas C,
float MouseX,
float MouseY) )
ReceiveDoubleClickItem Source code
function Resized ( ) )
function SetHelpText ( string T) )
function SetSelected ( float X, float Y) )
function Sort ( ) )
defaultproperties
{
ItemHeight=10.000000
}
|
Creation time: Fr 7.6.2013 13:15:24.960 - Created with
UnCodeX