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

UWindow.UWindowComboControl

Extends
UWindowDialogControl

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowDialogControl
         |   
         +-- UWindow.UWindowComboControl

Constants Summary
Inherited Contants from UWindow.UWindowWindow
DE_Change, DE_Click, DE_Created, DE_DoubleClick, DE_Enter, DE_EnterPressed, DE_Exit, DE_LMouseDown, DE_MClick, DE_MouseEnter, DE_MouseLeave, DE_MouseMove, DE_RClick

Variables Summary
boolbCanEdit
boolbListVisible
UWindowComboButtonButton
floatEditAreaDrawX
floatEditAreaDrawY
UWindowEditBoxEditBox
floatEditBoxWidth
UWindowComboListList
class<UWindowComboList>ListClass
Inherited Variables from UWindow.UWindowDialogControl
Align, bAcceptExternalDragDrop, bHasKeyboardFocus, bNoKeyboard, Font, HelpText, MinHeight, MinWidth, NotifyWindow, TabNext, TabPrev, Text, TextColor, TextX, TextY
Inherited Variables from UWindow.UWindowWindow
ActiveWindow, bAcceptsFocus, bAcceptsHotKeys, bAlwaysBehind, bAlwaysOnTop, bIgnoreLDoubleClick, bIgnoreMDoubleClick, bIgnoreRDoubleClick, bLeaveOnscreen, bMMouseDown, bMouseDown, bNoClip, bRMouseDown, bTransient, bUWindowActive, bWindowVisible, ClickTime, ClickX, ClickY, ClippingRegion, Cursor, FirstChildWindow, LastChildWindow, LookAndFeel, MClickTime, MClickX, MClickY, ModalWindow, NextSiblingWindow, OwnerWindow, ParentWindow, PrevSiblingWindow, RClickTime, RClickX, RClickY, Root, WinHeight, WinLeft, WinTop, WinWidth

Enumerations Summary
Inherited Enumerations from UWindow.UWindowWindow
WinMessage

Structures Summary
Inherited Structures from UWindow.UWindowWindow
MouseCursor

Functions Summary
function AddItem (string S, optional string S2, optional int SortWeight)
function BeforePaint (Canvas C, float X, float Y)
function Clear ()
function ClearValue ()
function Close (optional bool bByParent)
function CloseUp ()
function Created ()
function DropDown ()
functionint FindItemIndex (string V, optional bool bIgnoreCase)
functionint FindItemIndex2 (string V2, optional bool bIgnoreCase)
function FocusOtherWindow (UWindowWindow W)
functionint GetSelectedIndex ()
functionstring GetValue ()
functionstring GetValue2 ()
function InsertItem (string S, optional string S2, optional int SortWeight)
function Notify (byte E)
function Paint (Canvas C, float X, float Y)
function SetEditable (bool bNewCanEdit)
function SetEditTextColor (Color NewColor)
function SetFont (int NewFont)
function SetMaxLength (int MaxLength)
function SetNumericOnly (bool bNumericOnly)
function SetSelectedIndex (int Index)
function SetValue (string NewValue, optional string NewValue2)
function Sort ()
Inherited Functions from UWindow.UWindowDialogControl
BeforePaint, CheckExternalDrag, Created, ExternalDragOver, KeyDown, KeyFocusEnter, KeyFocusExit, MouseEnter, MouseLeave, MouseMove, Notify, Register, SetFont, SetHelpText, SetText, SetTextColor
Inherited Functions from UWindow.UWindowWindow
Activated, ActivateWindow, AfterCreate, AfterPaint, BeforeCreate, BeforePaint, BeginPlay, BringToFront, BuildObjectWithProperties, CheckKeyFocusWindow, CheckMousePassThrough, Click, ClipText, ClipTextWidth, Close, Created, CreateWindow, Deactivated, DoTick, DoubleClick, DrawClippedActor, DrawClippedTexture, DrawHorizTiledPieces, DrawMiscBevel, DrawStretchedTexture, DrawStretchedTextureSegment, DrawUpBevel, DrawVertTiledPieces, FindChildWindow, FindWindowUnder, FocusOtherWindow, FocusWindow, GetDesiredDimensions, GetLevel, GetLookAndFeelTexture, GetMouseXY, GetParent, GetPlayerOwner, GlobalToWindow, HideChildWindow, HideWindow, HotKeyDown, HotKeyUp, IsActive, KeyDown, KeyFocusEnter, KeyFocusExit, KeyType, KeyUp, LMouseDown, LMouseUp, MClick, MDoubleClick, MessageClients, MMouseDown, MMouseUp, MouseEnter, MouseIsOver, MouseLeave, MouseMove, Paint, PaintClients, ParseAmpersand, ProcessMenuKey, PropagateKey, RClick, RDoubleClick, RemoveAmpersand, Resized, ResolutionChanged, RMouseDown, RMouseUp, SaveConfigs, SendToBack, SetAcceptsFocus, SetAcceptsHotKeys, SetMouseWindow, SetParent, SetSize, ShowChildWindow, ShowModal, ShowWindow, TextSize, Tick, Tile, ToolTip, WaitModal, WindowEvent, WindowHidden, WindowIsVisible, WindowShown, WindowToGlobal, WrapClipText


Variables Detail

bCanEdit Source code

var bool bCanEdit;

bListVisible Source code

var bool bListVisible;

Button Source code

var UWindowComboButton Button;

EditAreaDrawX Source code

var float EditAreaDrawX;

EditAreaDrawY Source code

var float EditAreaDrawY;

EditBox Source code

var UWindowEditBox EditBox;

EditBoxWidth Source code

var float EditBoxWidth;

List Source code

var UWindowComboList List;

ListClass Source code

var class<UWindowComboList> ListClass;


Functions Detail

AddItem Source code

function AddItem ( string S, optional string S2, optional int SortWeight )

BeforePaint Source code

function BeforePaint ( Canvas C, float X, float Y )

Clear Source code

function Clear ( )

ClearValue Source code

function ClearValue ( )

Close Source code

function Close ( optional bool bByParent )

CloseUp Source code

function CloseUp ( )

Created Source code

function Created ( )

DropDown Source code

function DropDown ( )

FindItemIndex Source code

function int FindItemIndex ( string V, optional bool bIgnoreCase )

FindItemIndex2 Source code

function int FindItemIndex2 ( string V2, optional bool bIgnoreCase )

FocusOtherWindow Source code

function FocusOtherWindow ( UWindowWindow W )

GetSelectedIndex Source code

function int GetSelectedIndex ( )

GetValue Source code

function string GetValue ( )

GetValue2 Source code

function string GetValue2 ( )

InsertItem Source code

function InsertItem ( string S, optional string S2, optional int SortWeight )

Notify Source code

function Notify ( byte E )

Paint Source code

function Paint ( Canvas C, float X, float Y )

SetEditable Source code

function SetEditable ( bool bNewCanEdit )

SetEditTextColor Source code

function SetEditTextColor ( Color NewColor )

SetFont Source code

function SetFont ( int NewFont )

SetMaxLength Source code

function SetMaxLength ( int MaxLength )

SetNumericOnly Source code

function SetNumericOnly ( bool bNumericOnly )

SetSelectedIndex Source code

function SetSelectedIndex ( int Index )

SetValue Source code

function SetValue ( string NewValue, optional string NewValue2 )

Sort Source code

function Sort ( )


Defaultproperties

defaultproperties
{
     ListClass=Class'UWindow.UWindowComboList'
     bNoKeyboard=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:07:22.890 - Created with UnCodeX