Mostly Harmless

UE1:UWindowWindow functions (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U1 Object >> UWindowBase >> UWindowWindow (functions)

Contents

UWindowWindow functions in other games:
RTNP, UT

Functions[edit]

Instance functions[edit]

Activated[edit]

function Activated ()


ActivateWindow[edit]

function ActivateWindow (int Depth, bool bTransientNoDeactivate)


AfterCreate[edit]

function AfterCreate ()


AfterPaint[edit]

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


BeforeCreate[edit]

function BeforeCreate ()


BeforePaint[edit]

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


BeginPlay[edit]

function BeginPlay ()


BringToFront[edit]

function BringToFront ()


BuildObjectWithProperties[edit]

function Object BuildObjectWithProperties (string Text)


CheckKeyFocusWindow[edit]

function UWindowWindow CheckKeyFocusWindow ()


CheckMousePassThrough[edit]

function bool CheckMousePassThrough (float X, float Y)


Click[edit]

function Click (float X, float Y)


ClipText[edit]

function ClipText (Canvas C, float X, float Y, coerce string S, optional bool bCheckHotkey)


ClipTextWidth[edit]

function ClipTextWidth (Canvas C, float X, float Y, coerce string S, float W)


Close[edit]

function Close (optional bool bByParent)


Created[edit]

function Created ()


CreateWindow[edit]

function UWindowWindow CreateWindow (class<UWindowWindowWndClass, float X, float Y, float W, float H, optional UWindowWindow OwnerW, optional bool bUnique, optional name ObjectName)


Deactivated[edit]

function Deactivated ()


DoTick[edit]

function DoTick (float Delta)


DoubleClick[edit]

function DoubleClick (float X, float Y)


DrawClippedActor[edit]

function DrawClippedActor (Canvas C, float X, float Y, Actor A, bool WireFrame, Object.Rotator RotOffset, Object.Vector LocOffset)


DrawClippedTexture[edit]

function DrawClippedTexture (Canvas C, float X, float Y, Texture Tex)


DrawHorizTiledPieces[edit]

function DrawHorizTiledPieces (Canvas C, float DestX, float DestY, float DestW, float DestH, UWindowBase.TexRegion T1, UWindowBase.TexRegion T2, UWindowBase.TexRegion T3, UWindowBase.TexRegion T4, UWindowBase.TexRegion T5, float Scale)


DrawMiscBevel[edit]

function DrawMiscBevel (Canvas C, float X, float Y, float W, float H, Texture T, int BevelType)


DrawStretchedTexture[edit]

function DrawStretchedTexture (Canvas C, float X, float Y, float W, float H, Texture Tex)


DrawStretchedTextureSegment[edit]

function DrawStretchedTextureSegment (Canvas C, float X, float Y, float W, float H, float tX, float tY, float tW, float tH, Texture Tex)


DrawUpBevel[edit]

function DrawUpBevel (Canvas C, float X, float Y, float W, float H, Texture T)


DrawVertTiledPieces[edit]

function DrawVertTiledPieces (Canvas C, float DestX, float DestY, float DestW, float DestH, UWindowBase.TexRegion T1, UWindowBase.TexRegion T2, UWindowBase.TexRegion T3, UWindowBase.TexRegion T4, UWindowBase.TexRegion T5, float Scale)


FindChildWindow[edit]

function UWindowWindow FindChildWindow (class<UWindowWindowChildClass, optional bool bExactClass)


FindWindowUnder[edit]

function UWindowWindow FindWindowUnder (float X, float Y)


FocusOtherWindow[edit]

function FocusOtherWindow (UWindowWindow W)


FocusWindow[edit]

function FocusWindow ()


GetDesiredDimensions[edit]

function GetDesiredDimensions (out float W, out float H)


GetLevel[edit]

function LevelInfo GetLevel ()


GetLookAndFeelTexture[edit]

function Texture GetLookAndFeelTexture ()


GetMouseXY[edit]

function GetMouseXY (out float X, out float Y)


GetParent[edit]

function UWindowWindow GetParent (class<UWindowWindowParentClass, optional bool bExactClass)


GetPlayerOwner[edit]

function PlayerPawn GetPlayerOwner ()


GlobalToWindow[edit]

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


HideChildWindow[edit]

function HideChildWindow (UWindowWindow Child)


HideWindow[edit]

function HideWindow ()


HotKeyDown[edit]

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


HotKeyUp[edit]

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


IsActive[edit]

function bool IsActive ()


KeyDown[edit]

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


KeyFocusEnter[edit]

function KeyFocusEnter ()


KeyFocusExit[edit]

function KeyFocusExit ()


KeyType[edit]

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


KeyUp[edit]

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


LMouseDown[edit]

function LMouseDown (float X, float Y)


LMouseUp[edit]

function LMouseUp (float X, float Y)


MClick[edit]

function MClick (float X, float Y)


MDoubleClick[edit]

function MDoubleClick (float X, float Y)


MessageClients[edit]

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


MMouseDown[edit]

function MMouseDown (float X, float Y)


MMouseUp[edit]

function MMouseUp (float X, float Y)


MouseEnter[edit]

function MouseEnter ()


MouseIsOver[edit]

function bool MouseIsOver ()


MouseLeave[edit]

function MouseLeave ()


MouseMove[edit]

function MouseMove (float X, float Y)


Paint[edit]

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


PaintClients[edit]

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


ParseAmpersand[edit]

function byte ParseAmpersand (string S, out string Result, out string Underline, bool bCalcUnderline)


ProcessMenuKey[edit]

function ProcessMenuKey (int Key, string KeyName)


PropagateKey[edit]

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


RClick[edit]

function RClick (float X, float Y)


RDoubleClick[edit]

function RDoubleClick (float X, float Y)


RemoveAmpersand[edit]

function string RemoveAmpersand (string S)


Resized[edit]

function Resized ()


ResolutionChanged[edit]

function ResolutionChanged (float W, float H)


RMouseDown[edit]

function RMouseDown (float X, float Y)


RMouseUp[edit]

function RMouseUp (float X, float Y)


SaveConfigs[edit]

function SaveConfigs ()


SendToBack[edit]

function SendToBack ()


SetAcceptsFocus[edit]

function SetAcceptsFocus ()


SetAcceptsHotKeys[edit]

function SetAcceptsHotKeys (bool bNewAccpetsHotKeys)


SetMouseWindow[edit]

function SetMouseWindow ()


SetParent[edit]

function SetParent (UWindowWindow NewParent)


SetSize[edit]

function SetSize (float W, float H)


ShowChildWindow[edit]

function ShowChildWindow (UWindowWindow Child, optional bool bAtBack)


ShowModal[edit]

function ShowModal (UWindowWindow W)


ShowWindow[edit]

function ShowWindow ()


TextSize[edit]

function TextSize (Canvas C, string Text, out float W, out float H)


Tick[edit]

function Tick (float Delta)


Tile[edit]

function Tile (Canvas C, Texture T)


ToolTip[edit]

function ToolTip (string strTip)


WaitModal[edit]

function bool WaitModal ()


WindowEvent[edit]

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


WindowHidden[edit]

function WindowHidden ()


WindowIsVisible[edit]

function bool WindowIsVisible ()


WindowShown[edit]

function WindowShown ()


WindowToGlobal[edit]

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


WrapClipText[edit]

function int WrapClipText (Canvas C, float X, float Y, coerce string S, optional bool bCheckHotkey, optional int Length, optional int PaddingLength)