UWindow.UWindowRootWindow
- Extends
- UWindowWindow
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowRootWindow
Direct Known Subclasses:
UBrowserRootWindow
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.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 |
 | | AddHotkeyWindow (UWindowWindow W))
|
 | | BeginPlay ()))
|
 | | CancelCapture ()))
|
 | | CaptureMouse (optional UWindowWindow W))
|
 | | ChangeLookAndFeel (string NewLookAndFeel))
|
 | bool | CheckCaptureMouseDown ()))
|
 | bool | CheckCaptureMouseUp ()))
|
 | | CloseActiveWindow ()))
|
 | | Created ()))
|
 | | DoQuitGame ()))
|
 | | DrawMouse (Canvas C))
|
 | UWindowLookAndFeel | GetLookAndFeel (String LFClassName))
|
 | Texture | GetLookAndFeelTexture ()))
|
 | | HideWindow ()))
|
 | bool | HotKeyDown (int Key, float X, float Y))
|
 | bool | HotKeyUp (int Key, float X, float Y))
|
 | bool | IsActive ()))
|
 | | MoveMouse (float X, float Y))
|
 | | QuitGame ()))
|
 | | RemoveHotkeyWindow (UWindowWindow W))
|
 | | Resized ()))
|
 | | SetMousePos (float X, float Y))
|
 | | SetScale (float NewScale))
|
 | | SetupFonts ()))
|
 | | Tick (float Delta))
|
 | | WindowEvent (WinMessage Msg, Canvas C, float X, float Y, int Key))
|
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, KeyType, KeyUp, LMouseDown, LMouseUp, MClick, MDoubleClick, MessageBox, MessageBoxDone, MessageClients, MMouseDown, MMouseUp, MouseEnter, MouseIsOver, MouseLeave, MouseMove, NotifyAfterLevelChange, NotifyBeforeLevelChange, NotifyQuitUnreal, 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 |
var bool bAllowConsole;
var bool bMouseCapture;
var bool bQuickKeyEnable;
var bool bRequestQuit;
var Font Fonts[10];
var config float GUIScale;
var config string LookAndFeelClass;
var float MouseX;
var float MouseY;
var float OldMouseX;
var float OldMouseY;
var float QuitTime;
var float RealHeight;
var float RealWidth;
function BeginPlay ( ) )
function CancelCapture ( ) )
function ChangeLookAndFeel ( string NewLookAndFeel) )
function bool CheckCaptureMouseDown ( ) )
function bool CheckCaptureMouseUp ( ) )
function CloseActiveWindow ( ) )
function Created ( ) )
function DoQuitGame ( ) )
function DrawMouse (
Canvas C) )
function Texture GetLookAndFeelTexture ( ) )
function HideWindow ( ) )
function bool HotKeyDown ( int Key, float X, float Y) )
function bool HotKeyUp ( int Key, float X, float Y) )
function bool IsActive ( ) )
function MoveMouse ( float X, float Y) )
function QuitGame ( ) )
function Resized ( ) )
function SetMousePos ( float X, float Y) )
function SetScale ( float NewScale) )
function SetupFonts ( ) )
function Tick ( float Delta) )
defaultproperties
{
GUIScale=1.000000
bAllowConsole=True
}
|
Creation time: Mon 8/11/2021 16:31:18.696 - Created with
UnCodeX