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

UWindow.UWindowEditBox

Extends
UWindowDialogControl

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

Constants Summary
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

Variables Summary
boolbAllSelected
boolbCanEdit
boolbChangePending
boolbControlDown
boolbDelayedNotify
boolbHasRangeSelection
boolbHistory
boolbKeyDown
boolbNumericFloat
boolbNumericOnly
boolbSelectOnFocus
boolbShiftDown
boolbShowCaret
intCaretOffset
UWindowEditBoxHistoryCurrentHistory
UWindowEditBoxHistoryHistoryList
floatLastDrawTime
intMaxLength
UWindowDialogControlNotifyOwner
floatOffset
byteOffsetSelectionType
intRangeSelection[2]
stringValue
stringValue2
intXClickPos
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, bHandleStoreage, 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
functionbool Backspace ()))
function Clear ()))
function Click (float X, float Y))
function Close (optional bool bByParent))
function Created ()))
functionbool Delete ()))
function DoubleClick (float X, float Y))
function EditCopy ()))
function EditCut ()))
function EditPaste ()))
function FocusOtherWindow (UWindowWindow W))
functionstring GetValue ()))
functionstring GetValue2 ()))
functionbool Insert (byte C))
function InsertText (string Text))
functionbool InsertUnicode (int C ))
function KeyDown (int Key, float X, float Y))
function KeyFocusEnter ()))
function KeyFocusExit ()))
function KeyType (int Key, float MouseX, float MouseY ))
function KeyUp (int Key, float X, float Y))
function LMouseDown (float X, float Y))
functionbool MoveEnd ()))
functionbool MoveHome ()))
functionbool MoveLeft ()))
functionbool MoveRight ()))
function Notify (byte E))
function Paint (Canvas C, float X, float Y))
functionint PickStringOffset (int XPos, Canvas C ))
function SelectAll ()))
function SetEditable (bool bEditable))
function SetHistory (bool bInHistory))
function SetValue (string NewValue, optional string NewValue2))
functionbool WordLeft ()))
functionbool WordRight ()))
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, HasActiveWindow, HideChildWindow, HideWindow, HotKeyDown, HotKeyUp, IsActive, KeyDown, KeyFocusEnter, KeyFocusExit, KeyType, KeyUp, LMouseDown, LMouseUp, MClick, MDoubleClick, MessageBox, MessageBoxDone, MessageClients, MMouseDown, MMouseUp, MouseEnter, MouseIsOver, MouseLeave, MouseMove, NotifyAfterLevelChange, NotifyBeforeLevelChange, NotifyQuitUnreal, NotifyWindowRemoved, OverrideMessage, Paint, PaintClients, ParseAmpersand, ProcessMenuKey, PropagateKey, 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


Variables Detail

bAllSelected Source code

var bool bAllSelected;

bCanEdit Source code

var bool bCanEdit;

bChangePending Source code

var bool bChangePending;

bControlDown Source code

var bool bControlDown;

bDelayedNotify Source code

var bool bDelayedNotify;

bHasRangeSelection Source code

var bool bHasRangeSelection;

bHistory Source code

var bool bHistory;

bKeyDown Source code

var bool bKeyDown;

bNumericFloat Source code

var bool bNumericFloat;

bNumericOnly Source code

var bool bNumericOnly;

bSelectOnFocus Source code

var bool bSelectOnFocus;

bShiftDown Source code

var bool bShiftDown;

bShowCaret Source code

var bool bShowCaret;

CaretOffset Source code

var int CaretOffset;

CurrentHistory Source code

var UWindowEditBoxHistory CurrentHistory;

HistoryList Source code

var UWindowEditBoxHistory HistoryList;

LastDrawTime Source code

var float LastDrawTime;

MaxLength Source code

var int MaxLength;

NotifyOwner Source code

var UWindowDialogControl NotifyOwner;

Offset Source code

var float Offset;

OffsetSelectionType Source code

var byte OffsetSelectionType;

RangeSelection[2] Source code

var int RangeSelection[2];

Value Source code

var string Value;

Value2 Source code

var string Value2;

XClickPos Source code

var int XClickPos;


Functions Detail

Backspace Source code

function bool Backspace ( ) )

Clear Source code

function Clear ( ) )

Click Source code

function Click ( float X, float Y) )

Close Source code

function Close ( optional bool bByParent) )

Created Source code

function Created ( ) )

Delete Source code

function bool Delete ( ) )

DoubleClick Source code

function DoubleClick ( float X, float Y) )

EditCopy Source code

function EditCopy ( ) )

EditCut Source code

function EditCut ( ) )

EditPaste Source code

function EditPaste ( ) )

FocusOtherWindow Source code

function FocusOtherWindow ( UWindowWindow W) )

GetValue Source code

function string GetValue ( ) )

GetValue2 Source code

function string GetValue2 ( ) )

Insert Source code

function bool Insert ( byte C) )

InsertText Source code

function InsertText ( string Text) )

InsertUnicode Source code

function bool InsertUnicode ( int C ) )

KeyDown Source code

function KeyDown ( int Key, float X, float Y) )

KeyFocusEnter Source code

function KeyFocusEnter ( ) )

KeyFocusExit Source code

function KeyFocusExit ( ) )

KeyType Source code

function KeyType ( int Key, float MouseX, float MouseY ) )

KeyUp Source code

function KeyUp ( int Key, float X, float Y) )

LMouseDown Source code

function LMouseDown ( float X, float Y) )

MoveEnd Source code

function bool MoveEnd ( ) )

MoveHome Source code

function bool MoveHome ( ) )

MoveLeft Source code

function bool MoveLeft ( ) )

MoveRight Source code

function bool MoveRight ( ) )

Notify Source code

function Notify ( byte E) )

Paint Source code

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

PickStringOffset Source code

function int PickStringOffset ( int XPos, Canvas C ) )

SelectAll Source code

function SelectAll ( ) )

SetEditable Source code

function SetEditable ( bool bEditable) )

SetHistory Source code

function SetHistory ( bool bInHistory) )

SetValue Source code

function SetValue ( string NewValue, optional string NewValue2) )

WordLeft Source code

function bool WordLeft ( ) )

WordRight Source code

function bool WordRight ( ) )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:15.912 - Created with UnCodeX