UE2:FloatingWindow (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow
Package:
GUI2K4
Direct subclasses:
ID3TagEditor, LargeWindow, LockedFloatingWindow, MaplistEditor, StreamPlayer, StreamPlaylistEditor, UT2K4InGameChat, UT2K4PlayerLoginMenu

Created on: 10/15/2003 cough*UWindows2*cough*

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

Property group 'FloatingWindow'

b_ExitButton

Type: GUIButton


BLSizing

Type: bool

Modifiers: editconst


bMoveAllowed

Type: bool

Modifiers: editconst


Default value: True

bMoving

Type: bool

Modifiers: editconst


bResizeHeightAllowed

Type: bool

Modifiers: editconst


Default value: True

bResizeWidthAllowed

Type: bool

Modifiers: editconst


Default value: True

bResizing

Type: bool

Modifiers: editconst


BRSizing

Type: bool

Modifiers: editconst


BtSizing

Type: bool

Modifiers: editconst


DefaultHeight

Type: float

Modifiers: config


Default value: 0.6

DefaultLeft

Type: float

Modifiers: config


Default value: 0.2

DefaultTop

Type: float

Modifiers: config


Default value: 0.2

DefaultWidth

Type: float

Modifiers: config


Default value: 0.6

HeaderMouseCursorIndex

Type: int


Default value: 1

LSizing

Type: bool

Modifiers: editconst


MaxPageHeight

Type: float


Default value: 1.0

MaxPageWidth

Type: float


Default value: 1.0

MinPageHeight

Type: float


Default value: 0.1

MinPageWidth

Type: float


Default value: 0.1

RSizing

Type: bool

Modifiers: editconst


TLSizing

Type: bool

Modifiers: editconst


TRSizing

Type: bool

Modifiers: editconst


TSizing

Type: bool

Modifiers: editconst


WindowName

Type: string

Modifiers: localized


Internal variables

t_WindowTitle

Type: GUIHeader

Modifiers: automated


Default value: GUIHeader'TitleBar'

Default values

Subobjects

TitleBar

Class: XInterface.GUIHeader

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


ResolutionChanged

event ResolutionChanged (int ResX, int ResY)

Overrides: GUIComponent.ResolutionChanged


SetFocus

event SetFocus (GUIComponent Who)

Overrides: GUIPage.SetFocus


Other instance functions

AddSystemMenu

function AddSystemMenu ()


AlignFrame

function bool AlignFrame (Canvas C)


CheckBounds

function CheckBounds ()


FloatingHover

function bool FloatingHover (GUIComponent Sender)


FloatingMousePressed

function FloatingMousePressed (GUIComponent Sender, bool bRepeat)


FloatingMouseRelease

function FloatingMouseRelease (GUIComponent Sender)


FloatingPreDraw

function bool FloatingPreDraw (Canvas C)


FloatingRendered

function FloatingRendered (Canvas C)


HoveringBottomBorder

function bool HoveringBottomBorder ()


HoveringBottomLeft

function bool HoveringBottomLeft ()


HoveringLeftBorder

function bool HoveringLeftBorder ()


HoveringRightBorder

function bool HoveringRightBorder ()


HoveringTopBorder

function bool HoveringTopBorder ()


HoveringTopLeft

function bool HoveringTopLeft ()


InternalOnCreateComponent

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)


ResizeAllowed

function bool ResizeAllowed ()


ResizedBoth

function ResizedBoth ()


ResizedHeight

function ResizedHeight ()


ResizedWidth

function ResizedWidth ()


SaveCurrentPosition

function SaveCurrentPosition ()


SetDefaultPosition

function SetDefaultPosition ()


SetMouseCursorIndex

function SetMouseCursorIndex (int NewIndex)


SetPanelPosition

function SetPanelPosition (Canvas C)


SystemMenuPreDraw

function bool SystemMenuPreDraw (Canvas Canvas)


XButtonClicked

function bool XButtonClicked (GUIComponent Sender)