Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:FloatingWindow (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow |
Contents
- 1 Properties
- 1.1 Property group 'FloatingWindow'
- 1.1.1 b_ExitButton
- 1.1.2 BLSizing
- 1.1.3 bMoveAllowed
- 1.1.4 bMoving
- 1.1.5 bResizeHeightAllowed
- 1.1.6 bResizeWidthAllowed
- 1.1.7 bResizing
- 1.1.8 BRSizing
- 1.1.9 BtSizing
- 1.1.10 DefaultHeight
- 1.1.11 DefaultLeft
- 1.1.12 DefaultTop
- 1.1.13 DefaultWidth
- 1.1.14 HeaderMouseCursorIndex
- 1.1.15 LSizing
- 1.1.16 MaxPageHeight
- 1.1.17 MaxPageWidth
- 1.1.18 MinPageHeight
- 1.1.19 MinPageWidth
- 1.1.20 RSizing
- 1.1.21 TLSizing
- 1.1.22 TRSizing
- 1.1.23 TSizing
- 1.1.24 WindowName
- 1.2 Internal variables
- 1.3 Default values
- 1.4 Subobjects
- 1.1 Property group 'FloatingWindow'
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 AddSystemMenu
- 2.2.2 AlignFrame
- 2.2.3 CheckBounds
- 2.2.4 FloatingHover
- 2.2.5 FloatingMousePressed
- 2.2.6 FloatingMouseRelease
- 2.2.7 FloatingPreDraw
- 2.2.8 FloatingRendered
- 2.2.9 HoveringBottomBorder
- 2.2.10 HoveringBottomLeft
- 2.2.11 HoveringLeftBorder
- 2.2.12 HoveringRightBorder
- 2.2.13 HoveringTopBorder
- 2.2.14 HoveringTopLeft
- 2.2.15 InternalOnCreateComponent
- 2.2.16 ResizeAllowed
- 2.2.17 ResizedBoth
- 2.2.18 ResizedHeight
- 2.2.19 ResizedWidth
- 2.2.20 SaveCurrentPosition
- 2.2.21 SetDefaultPosition
- 2.2.22 SetMouseCursorIndex
- 2.2.23 SetPanelPosition
- 2.2.24 SystemMenuPreDraw
- 2.2.25 XButtonClicked
- Package:
- GUI2K4
- Direct subclasses:
- ID3TagEditor, LargeWindow, LockedFloatingWindow, MaplistEditor, StreamPlayer, StreamPlaylistEditor, UT2K4InGameChat, UT2K4PlayerLoginMenu
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Created on: 10/15/2003 cough*UWindows2*cough*
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
Property group 'FloatingWindow'[edit]
b_ExitButton[edit]
Type: GUIButton
BLSizing[edit]
Type: bool
Modifiers: editconst
bMoveAllowed[edit]
Type: bool
Modifiers: editconst
Default value: True
bMoving[edit]
Type: bool
Modifiers: editconst
bResizeHeightAllowed[edit]
Type: bool
Modifiers: editconst
Default value: True
bResizeWidthAllowed[edit]
Type: bool
Modifiers: editconst
Default value: True
bResizing[edit]
Type: bool
Modifiers: editconst
BRSizing[edit]
Type: bool
Modifiers: editconst
BtSizing[edit]
Type: bool
Modifiers: editconst
DefaultHeight[edit]
Type: float
Modifiers: config
Default value: 0.6
DefaultLeft[edit]
Type: float
Modifiers: config
Default value: 0.2
DefaultTop[edit]
Type: float
Modifiers: config
Default value: 0.2
DefaultWidth[edit]
Type: float
Modifiers: config
Default value: 0.6
HeaderMouseCursorIndex[edit]
Type: int
Default value: 1
LSizing[edit]
Type: bool
Modifiers: editconst
MaxPageHeight[edit]
Type: float
Default value: 1.0
MaxPageWidth[edit]
Type: float
Default value: 1.0
MinPageHeight[edit]
Type: float
Default value: 0.1
MinPageWidth[edit]
Type: float
Default value: 0.1
RSizing[edit]
Type: bool
Modifiers: editconst
TLSizing[edit]
Type: bool
Modifiers: editconst
TRSizing[edit]
Type: bool
Modifiers: editconst
TSizing[edit]
Type: bool
Modifiers: editconst
WindowName[edit]
Type: string
Modifiers: localized
Internal variables[edit]
t_WindowTitle[edit]
Type: GUIHeader
Modifiers: automated
Default value: GUIHeader'TitleBar'
Default values[edit]
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bCaptureInput | False | ||||||||||
InactiveFadeColor |
|
||||||||||
OnCreateComponent | InternalOnCreateComponent | ||||||||||
OnHover | FloatingHover | ||||||||||
OnMousePressed | FloatingMousePressed | ||||||||||
OnMouseRelease | FloatingMouseRelease | ||||||||||
OnPreDraw | FloatingPreDraw | ||||||||||
OnRendered | FloatingRendered |
Subobjects[edit]
TitleBar[edit]
Class: XInterface.GUIHeader
Property | Value |
---|---|
bAcceptsInput | True |
bBoundToParent | True |
bNeverFocus | False |
bScaleToParent | True |
bUseTextHeight | True |
FontScale | FNS_Small |
OnMousePressed | FloatingMousePressed |
OnMouseRelease | FloatingMouseRelease |
RenderWeight | 0.1 |
ScalingType | SCALE_X |
WinHeight | 0.04375 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
Functions[edit]
Events[edit]
InitComponent[edit]
Overrides: GUIPage.InitComponent
ResolutionChanged[edit]
Overrides: GUIComponent.ResolutionChanged
SetFocus[edit]
Overrides: GUIPage.SetFocus