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_LMouseDown, DE_MClick, DE_MouseEnter, DE_MouseLeave, DE_MouseMove, DE_RClick

Variables Summary
boolbAllSelected
boolbCanEdit
boolbChangePending
boolbDelayedNotify
boolbNumericOnly
boolbSelectOnFocus
boolbShowCaret
intCaretOffset
floatLastDrawTime
intMaxLength
UWindowDialogControlNotifyOwner
floatOffset
stringValue
stringValue2
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
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 FocusOtherWindow (UWindowWindow W)
functionstring GetValue ()
functionstring GetValue2 ()
functionbool Insert (byte C)
function KeyDown (int Key, float X, float Y)
function KeyFocusEnter ()
function KeyFocusExit ()
function KeyType (int Key, float MouseX, float MouseY)
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)
function SelectAll ()
function SetEditable (bool bEditable)
function SetValue (string NewValue, optional string NewValue2)
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

bAllSelected Source code

var bool bAllSelected;

bCanEdit Source code

var bool bCanEdit;

bChangePending Source code

var bool bChangePending;

bDelayedNotify Source code

var bool bDelayedNotify;

bNumericOnly Source code

var bool bNumericOnly;

bSelectOnFocus Source code

var bool bSelectOnFocus;

bShowCaret Source code

var bool bShowCaret;

CaretOffset Source code

var int CaretOffset;

LastDrawTime Source code

var float LastDrawTime;

MaxLength Source code

var int MaxLength;

NotifyOwner Source code

var UWindowDialogControl NotifyOwner;

Offset Source code

var float Offset;

Value Source code

var string Value;

Value2 Source code

var string Value2;


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 )

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 )

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 )

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 )

SelectAll Source code

function SelectAll ( )

SetEditable Source code

function SetEditable ( bool bEditable )

SetValue Source code

function SetValue ( string NewValue, optional string NewValue2 )


Defaultproperties

defaultproperties
{
}

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