| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LockedFloatingWindow
GUICustomPropertyPage, KeyBindMenu, MapInfoPage, MutatorConfigMenu, TeamSymbolConfig, UT2K4BotConfigPage, UT2K4BotInfoPage, UT2K4Demo2AVI, UT2k4ModelSelect, UT2K4NetworkStatusMsg, UT2K4TryAMod
| Variables Summary | |
|---|---|
| GUIButton | b_Cancel |
| GUIButton | b_OK |
| GUISectionBackground | sb_Main |
| LockedFloatingWindow | |
| float | EdgeBorder[4] |
| string | SubCaption |
| Inherited Variables from GUI2K4.PopupPageBase |
|---|
| bClosing, bFading, CurFade, CurFadeTime, DesiredFade, FadeTime, i_FrameBG |
| Functions Summary | ||
|---|---|---|
![]() | AlignButtons ())) | |
![]() | InitComponent (GUIController InController, GUIComponent InOwner)) | |
![]() | bool | InternalOnClick (GUIComponent Sender)) |
![]() | InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)) | |
| Inherited Functions from GUI2K4.PopupPageBase |
|---|
| FadeIn, FadeOut, InternalOnPreDraw, Opened |
| Variables Detail |
|---|
| Functions Detail |
|---|
AlignButtons Source code
InitComponent Source code
InternalOnClick Source code
InternalOnCreateComponent Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=AltSectionBackground Name=InternalFrameImage
WinTop=0.075000
WinLeft=0.040000
WinWidth=0.675859
WinHeight=0.550976
OnPreDraw=InternalFrameImage.InternalPreDraw
End Object
sb_Main=AltSectionBackground'GUI2K4.LockedFloatingWindow.InternalFrameImage'
Begin Object Class=GUIButton Name=LockedCancelButton
Caption="Cancel"
bAutoShrink=False
WinTop=0.872397
WinLeft=0.512695
WinWidth=0.159649
TabOrder=99
bBoundToParent=True
OnClick=LockedFloatingWindow.InternalOnClick
OnKeyEvent=LockedCancelButton.InternalOnKeyEvent
End Object
b_Cancel=GUIButton'GUI2K4.LockedFloatingWindow.LockedCancelButton'
Begin Object Class=GUIButton Name=LockedOKButton
Caption="OK"
bAutoShrink=False
WinTop=0.872397
WinLeft=0.742188
WinWidth=0.159649
TabOrder=100
bBoundToParent=True
OnClick=LockedFloatingWindow.InternalOnClick
OnKeyEvent=LockedOKButton.InternalOnKeyEvent
End Object
b_OK=GUIButton'GUI2K4.LockedFloatingWindow.LockedOKButton'
EdgeBorder(0)=16.000000
EdgeBorder(1)=24.000000
EdgeBorder(2)=16.000000
EdgeBorder(3)=24.000000
bResizeWidthAllowed=False
bResizeHeightAllowed=False
DefaultLeft=0.125000
DefaultTop=0.150000
DefaultWidth=0.740000
DefaultHeight=0.700000
bCaptureInput=True
InactiveFadeColor=(B=60,G=60,R=60)
WinTop=0.150000
WinLeft=0.125000
WinWidth=0.740000
WinHeight=0.700000
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||