Mostly Harmless

UE1:UWindowFramedWindow (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 >> UWindowFramedWindow
Package: 
UWindow
Direct subclasses:
UWindowConsoleWindow, UBrowserInfoWindow, UBrowserMainWindow
This class in other games:
RTNP, UT

UWindowFramedWindow - a Windows95 style framed window

Properties

bBLSizing

Type: bool


bBRSizing

Type: bool


bBSizing

Type: bool


bLSizing

Type: bool


bMoving

Type: bool


bRSizing

Type: bool


bSizable

Type: bool


bStatusBar

Type: bool


bTLSizing

Type: bool


bTRSizing

Type: bool


bTSizing

Type: bool


ClientArea

Type: UWindowWindow


ClientClass

Type: class<UWindowWindow>


Default value: Class'UWindow.UWindowClientWindow'

CloseBox

Type: UWindowFrameCloseBox


MinWinHeight

Type: float


MinWinWidth

Type: float


MoveX

Type: float


MoveY

Type: float

co-ordinates where the move was requested

StatusBarText

Type: string


WindowTitle

Type: string


Instance functions

BeforePaint

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

Overrides: UWindowWindow.BeforePaint


Created

function Created ()

Overrides: UWindowWindow.Created


GetLookAndFeelTexture

function Texture GetLookAndFeelTexture ()

Overrides: UWindowWindow.GetLookAndFeelTexture


IsActive

function bool IsActive ()

Overrides: UWindowWindow.IsActive


LMouseDown

function LMouseDown (float X, float Y)

Overrides: UWindowWindow.LMouseDown


MouseMove

function MouseMove (float X, float Y)

Overrides: UWindowWindow.MouseMove


Paint

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

Overrides: UWindowWindow.Paint


Resized

function Resized ()

Overrides: UWindowWindow.Resized


ToolTip

function ToolTip (string strTip)

Overrides: UWindowWindow.ToolTip


WindowEvent

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

Overrides: UWindowWindow.WindowEvent


WindowHidden

function WindowHidden ()

Overrides: UWindowWindow.WindowHidden