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

UWindow.UWindowRootWindow

Extends
UWindowWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowRootWindow

Direct Known Subclasses:

UBrowserRootWindow

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
Inherited Contants from UWindow.UWindowBase
F_Normal

Variables Summary
boolbMouseCapture
boolbQuickKeyEnable
WindowConsoleConsole
MouseCursorDiagCursor1
MouseCursorDiagCursor2
UWindowWindowFocusedWindow
FontFonts[10]
floatGUIScale
MouseCursorHandCursor
UWindowHotkeyWindowListHotkeyWindows
MouseCursorHSplitCursor
UWindowWindowKeyFocusWindow
stringLookAndFeelClass
UWindowLookAndFeelLooksAndFeels[20]
UWindowWindowMouseWindow
floatMouseX
floatMouseY
MouseCursorMoveCursor
MouseCursorNormalCursor
MouseCursorNSCursor
floatOldMouseX
floatOldMouseY
floatRealHeight
floatRealWidth
MouseCursorVSplitCursor
MouseCursorWECursor
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
Inherited Enumerations from UWindow.UWindowBase
FrameHitTest, MenuSound, TextAlign

Structures Summary
Inherited Structures from UWindow.UWindowWindow
MouseCursor
Inherited Structures from UWindow.UWindowBase
Region, TexRegion

Functions Summary
function ActivateWindow (int Depth, bool bTransientNoDeactivate)
function AddHotkeyWindow (UWindowWindow W)
function BeginPlay ()
function BringToFront ()
function CancelCapture ()
function CaptureMouse (optional UWindowWindow W)
function ChangeLookAndFeel (string NewLookAndFeel)
functionbool CheckCaptureMouseDown ()
functionbool CheckCaptureMouseUp ()
function CloseActiveWindow ()
function Created ()
function DrawMouse (Canvas C)
functionUWindowLookAndFeel GetLookAndFeel (String LFClassName)
functionTexture GetLookAndFeelTexture ()
function GetMouseXY (out float X, out float Y)
function GlobalToWindow (float GlobalX, float GlobalY, out float WinX, out float WinY)
function HideWindow ()
functionbool HotKeyDown (int Key, float X, float Y)
functionbool HotKeyUp (int Key, float X, float Y)
functionbool IsActive ()
function MoveMouse (float X, float Y)
function RemoveHotkeyWindow (UWindowWindow W)
function Resized ()
function SetAcceptsFocus ()
function SetMousePos (float X, float Y)
function SetScale (float NewScale)
function SetupFonts ()
function WindowEvent (WinMessage Msg, Canvas C, float X, float Y, int Key)
functionbool WindowIsVisible ()
function WindowToGlobal (float WinX, float WinY, out float GlobalX, out float GlobalY)
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
Inherited Functions from UWindow.UWindowBase
GetRegion, NewRegion, NewTexRegion


Variables Detail

bMouseCapture Source code

var bool bMouseCapture;

bQuickKeyEnable Source code

var bool bQuickKeyEnable;

Console Source code

var WindowConsole Console;

DiagCursor1 Source code

var MouseCursor DiagCursor1;

DiagCursor2 Source code

var MouseCursor DiagCursor2;

FocusedWindow Source code

var UWindowWindow FocusedWindow;

Fonts[10] Source code

var Font Fonts[10];

GUIScale Source code

var config float GUIScale;

HandCursor Source code

var MouseCursor HandCursor;

HotkeyWindows Source code

var UWindowHotkeyWindowList HotkeyWindows;

HSplitCursor Source code

var MouseCursor HSplitCursor;

KeyFocusWindow Source code

var UWindowWindow KeyFocusWindow;

LookAndFeelClass Source code

var config string LookAndFeelClass;

LooksAndFeels[20] Source code

var UWindowLookAndFeel LooksAndFeels[20];

MouseWindow Source code

var UWindowWindow MouseWindow;

MouseX Source code

var float MouseX;

MouseY Source code

var float MouseY;

MoveCursor Source code

var MouseCursor MoveCursor;

NormalCursor Source code

var MouseCursor NormalCursor;

NSCursor Source code

var MouseCursor NSCursor;

OldMouseX Source code

var float OldMouseX;

OldMouseY Source code

var float OldMouseY;

RealHeight Source code

var float RealHeight;

RealWidth Source code

var float RealWidth;

VSplitCursor Source code

var MouseCursor VSplitCursor;

WECursor Source code

var MouseCursor WECursor;


Functions Detail

ActivateWindow Source code

function ActivateWindow ( int Depth, bool bTransientNoDeactivate )

AddHotkeyWindow Source code

function AddHotkeyWindow ( UWindowWindow W )

BeginPlay Source code

function BeginPlay ( )

BringToFront Source code

function BringToFront ( )

CancelCapture Source code

function CancelCapture ( )

CaptureMouse Source code

function CaptureMouse ( optional UWindowWindow W )

ChangeLookAndFeel Source code

function ChangeLookAndFeel ( string NewLookAndFeel )

CheckCaptureMouseDown Source code

function bool CheckCaptureMouseDown ( )

CheckCaptureMouseUp Source code

function bool CheckCaptureMouseUp ( )

CloseActiveWindow Source code

function CloseActiveWindow ( )

Created Source code

function Created ( )

DrawMouse Source code

function DrawMouse ( Canvas C )

GetLookAndFeel Source code

function UWindowLookAndFeel GetLookAndFeel ( String LFClassName )

GetLookAndFeelTexture Source code

function Texture GetLookAndFeelTexture ( )

GetMouseXY Source code

function GetMouseXY ( out float X, out float Y )

GlobalToWindow Source code

function GlobalToWindow ( float GlobalX, float GlobalY, out float WinX, out float WinY )

HideWindow Source code

function HideWindow ( )

HotKeyDown Source code

function bool HotKeyDown ( int Key, float X, float Y )

HotKeyUp Source code

function bool HotKeyUp ( int Key, float X, float Y )

IsActive Source code

function bool IsActive ( )

MoveMouse Source code

function MoveMouse ( float X, float Y )

RemoveHotkeyWindow Source code

function RemoveHotkeyWindow ( UWindowWindow W )

Resized Source code

function Resized ( )

SetAcceptsFocus Source code

function SetAcceptsFocus ( )

SetMousePos Source code

function SetMousePos ( float X, float Y )

SetScale Source code

function SetScale ( float NewScale )

SetupFonts Source code

function SetupFonts ( )

WindowEvent Source code

function WindowEvent ( WinMessage Msg, Canvas C, float X, float Y, int Key )

WindowIsVisible Source code

function bool WindowIsVisible ( )

WindowToGlobal Source code

function WindowToGlobal ( float WinX, float WinY, out float GlobalX, out float GlobalY )


Defaultproperties

defaultproperties
{
     GUIScale=1.000000
}

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