UWindow.UWindowComboControl
- Extends
 - UWindowDialogControl
 
Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- UWindow.UWindowBase
         |   
         +-- UWindow.UWindowWindow
            |   
            +-- UWindow.UWindowDialogControl
               |   
               +-- UWindow.UWindowComboControl
	| Inherited Contants from UWindow.UWindowWindow | 
	| DE_Change, DE_Click, DE_Created, DE_DoubleClick, DE_Enter, DE_EnterPressed, DE_Exit, DE_HelpChanged, DE_LMouseDown, DE_MClick, DE_MouseEnter, DE_MouseLeave, DE_MouseMove, DE_RClick, DE_WheelDownPressed, DE_WheelUpPressed | 
	| 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 | 
	| Functions Summary | 
  |   | AddItem (string S, optional string S2, optional int SortWeight))
  | 
  |   | BeforePaint (Canvas C, float X, float Y))
  | 
  |   | Clear ()))
  | 
  |   | ClearValue ()))
  | 
  |   | Close (optional bool bByParent))
  | 
  |   | CloseUp ()))
  | 
  |   | Created ()))
  | 
  |   | DropDown ()))
  | 
  | int  | FindItemIndex (string V, optional bool bIgnoreCase))
  | 
  | int  | FindItemIndex2 (string V2, optional bool bIgnoreCase))
  | 
  |   | FocusOtherWindow (UWindowWindow W))
  | 
  | int  | GetSelectedIndex ()))
  | 
  | string  | GetValue ()))
  | 
  | string  | GetValue2 ()))
  | 
  |   | InsertItem (string S, optional string S2, optional int SortWeight))
  | 
  |   | Notify (byte E))
  | 
  |   | Paint (Canvas C, float X, float Y))
  | 
  |   | RemoveItem (int Index))
  | 
  |   | SetButtons (bool bInButtons))
  | 
  |   | SetEditable (bool bNewCanEdit))
  | 
  |   | SetEditTextColor (Color NewColor))
  | 
  |   | SetFont (int NewFont))
  | 
  |   | SetMaxLength (int MaxLength))
  | 
  |   | SetNumericFloat (bool bNumericFloat))
  | 
  |   | SetNumericOnly (bool bNumericOnly))
  | 
  |   | SetSelectedIndex (int Index))
  | 
  |   | SetValue (string NewValue, optional string NewValue2))
  | 
  |   | 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, CancelAcceptsFocus, CheckKeyFocusWindow, CheckMousePassThrough, Click, ClipText, ClipTextWidth, Close, Created, CreateWindow, Deactivated, DoTick, DoubleClick, DrawClippedActor, DrawClippedTexture, DrawHorizTiledPieces, DrawMiscBevel, DrawStretchedTexture, DrawStretchedTextureSegment, DrawUpBevel, DrawVertTiledPieces, EscClose, FindChildWindow, FindWindowUnder, FocusOtherWindow, FocusWindow, GetDesiredDimensions, GetEntryLevel, GetLevel, GetLookAndFeelTexture, GetMouseXY, GetParent, GetPlayerOwner, GlobalToWindow, HideChildWindow, HideWindow, HotKeyDown, HotKeyUp, IsActive, KeyDown, KeyFocusEnter, KeyFocusExit, KeyPressed, KeyUp, LMouseDown, LMouseUp, MClick, MDoubleClick, MessageBox, MessageBoxDone, MessageClients, MMouseDown, MMouseUp, MouseEnter, MouseIsOver, MouseLeave, MouseMove, NotifyAfterLevelChange, NotifyBeforeLevelChange, NotifyQuitUnreal, Paint, PaintClients, ParseAmpersand, ProcessMenuKey, PropagateKey, PropagateMessage, RClick, RDoubleClick, RemoveAmpersand, ReplaceText, Resized, ResolutionChanged, RMouseDown, RMouseUp, SaveConfigs, SendToBack, SetAcceptsFocus, SetAcceptsHotKeys, SetCursor, SetMouseWindow, SetParent, SetSize, ShowChildWindow, ShowModal, ShowWindow, StripCRLF, TextSize, Tick, Tile, ToolTip, WaitModal, WindowEvent, WindowHidden, WindowIsVisible, WindowShown, WindowToGlobal, WrapClipText | 
var bool bButtons;
var bool bCanEdit;
var bool bListVisible;
var float EditAreaDrawX;
var float EditAreaDrawY;
var float EditBoxWidth;
 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 ( ) )
 function int FindItemIndex ( string V, optional bool bIgnoreCase) )
 function int FindItemIndex2 ( string V2, optional bool bIgnoreCase) )
 function int GetSelectedIndex ( ) )
 function string GetValue ( ) )
 function string GetValue2 ( ) )
 function  InsertItem ( string S, optional string S2, optional int SortWeight) )
 function  Notify ( byte E) )
 function  Paint ( 
Canvas C, 
float X, 
float Y) )
 
 function  RemoveItem ( int Index) )
 function  SetButtons ( bool bInButtons) )
 function  SetEditable ( bool bNewCanEdit) )
 function  SetEditTextColor ( 
Color NewColor) )
 
 function  SetFont ( int NewFont) )
 function  SetMaxLength ( int MaxLength) )
 function  SetNumericFloat ( bool bNumericFloat) )
 function  SetNumericOnly ( bool bNumericOnly) )
 function  SetSelectedIndex ( int Index) )
 function  SetValue ( string NewValue, optional string NewValue2) )
 function  Sort ( ) )
defaultproperties
{
	ListClass=class'UWindowComboList'
	bNoKeyboard=True
}
 | 
 
Creation time: st 23.5.2018 00:10:38.200 - Created with 
UnCodeX