UWindow.UWindowComboList
- Extends
- UWindowListControl
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowDialogControl
|
+-- UWindow.UWindowListControl
|
+-- UWindow.UWindowComboList
Inherited Variables from UWindow.UWindowDialogControl |
Align, bAcceptExternalDragDrop, bHasKeyboardFocus, bNoKeyboard, Font, HelpText, MinHeight, MinWidth, NotifyWindow, TabNext, TabPrev, Text, TextColor, TextX, TextY |
Functions Summary |
![function function](../img_function.gif) | | AddItem (string Value, optional string Value2, optional int SortWeight))
|
![function function](../img_function.gif) | | BeforePaint (Canvas C, float X, float Y))
|
![function function](../img_function.gif) | | Clear ()))
|
![function function](../img_function.gif) | | CloseUp ()))
|
![function function](../img_function.gif) | | Created ()))
|
![function function](../img_function.gif) | | DrawItem (Canvas C, UWindowList Item, float X, float Y, float W, float H))
|
![function function](../img_function.gif) | | DrawMenuBackground (Canvas C))
|
![function function](../img_function.gif) | | ExecuteItem (UWindowComboListItem I))
|
![function function](../img_function.gif) | int | FindItemIndex (string Value, optional bool bIgnoreCase))
|
![function function](../img_function.gif) | int | FindItemIndex2 (string Value2, optional bool bIgnoreCase))
|
![function function](../img_function.gif) | | FocusOtherWindow (UWindowWindow W))
|
![function function](../img_function.gif) | string | GetItemValue (int Index))
|
![function function](../img_function.gif) | string | GetItemValue2 (int Index))
|
![function function](../img_function.gif) | Texture | GetLookAndFeelTexture ()))
|
![function function](../img_function.gif) | | InsertItem (string Value, optional string Value2, optional int SortWeight))
|
![function function](../img_function.gif) | | LMouseDown (float X, float Y))
|
![function function](../img_function.gif) | | LMouseUp (float X, float Y))
|
![function function](../img_function.gif) | | MouseMove (float X, float Y))
|
![function function](../img_function.gif) | | Paint (Canvas C, float X, float Y))
|
![function function](../img_function.gif) | | RemoveItem (int Index))
|
![function function](../img_function.gif) | | SetSelected (float X, float Y))
|
![function function](../img_function.gif) | | Setup ()))
|
![function function](../img_function.gif) | | Sort ()))
|
![function function](../img_function.gif) | | WindowShown ()))
|
Inherited Functions from UWindow.UWindowDialogControl |
BeforePaint, CheckExternalDrag, Created, ExternalDragOver, KeyDown, KeyFocusEnter, KeyFocusExit, MouseEnter, MouseLeave, MouseMove, Notify, Register, SetFont, SetHelpText, SetText, SetTextColor |
var int HBorder;
var int ItemHeight;
var int MaxVisible;
var int TextBorder;
var int VBorder;
function AddItem ( string Value, optional string Value2, optional int SortWeight) )
function BeforePaint (
Canvas C,
float X,
float Y) )
function Clear ( ) )
function CloseUp ( ) )
function Created ( ) )
function DrawItem (
Canvas C,
UWindowList Item,
float X,
float Y,
float W,
float H) )
function DrawMenuBackground (
Canvas C) )
function int FindItemIndex ( string Value, optional bool bIgnoreCase) )
function int FindItemIndex2 ( string Value2, optional bool bIgnoreCase) )
function string GetItemValue ( int Index) )
function string GetItemValue2 ( int Index) )
function Texture GetLookAndFeelTexture ( ) )
function InsertItem ( string Value, optional string Value2, optional int SortWeight) )
function LMouseDown ( float X, float Y) )
function LMouseUp ( float X, float Y) )
function MouseMove ( float X, float Y) )
function Paint (
Canvas C,
float X,
float Y) )
function RemoveItem ( int Index) )
function SetSelected ( float X, float Y) )
function Setup ( ) )
function Sort ( ) )
function WindowShown ( ) )
defaultproperties
{
MaxVisible=10
}
|
Creation time: Fr 7.6.2013 13:15:22.995 - Created with
UnCodeX