| 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
|
+-- GUI2K4.UT2K4Demo2AVI
| Variables Summary | |
|---|---|
| moComboBox | co_Resolution |
| string | demoname |
| moEditBox | eb_Filename |
| GUILabel | lb_SavePos |
| moSlider | so_Quality |
| Inherited Variables from GUI2K4.LockedFloatingWindow |
|---|
| b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption |
| Functions Summary | ||
|---|---|---|
![]() | HandleParameters (string Param1, string Param2)) | |
![]() | InitComponent (GUIController Controller, GUIComponent Owner)) | |
![]() | bool | OkClick (GUIComponent Sender)) |
| Inherited Functions from GUI2K4.LockedFloatingWindow |
|---|
| AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent |
| Variables Detail |
|---|
| Functions Detail |
|---|
HandleParameters Source code
InitComponent Source code
OkClick Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUILabel Name=lbSavePos
Caption="AVI's saved to ..\UserMovies"
TextAlign=TXTA_Center
StyleName="ServerBrowserGrid"
WinTop=0.715625
WinLeft=0.117857
WinWidth=0.764286
WinHeight=0.061864
bBoundToParent=True
bScaleToParent=True
End Object
lb_SavePos=GUILabel'GUI2K4.UT2K4Demo2AVI.lbSavePos'
Begin Object Class=moEditBox Name=ebFilename
Caption="Filename: "
OnCreateComponent=ebFilename.InternalOnCreateComponent
Hint="The name of the AVI file to create"
WinTop=0.091667
WinLeft=0.089063
WinWidth=0.895312
WinHeight=0.098438
bBoundToParent=True
bScaleToParent=True
End Object
eb_Filename=moEditBox'GUI2K4.UT2K4Demo2AVI.ebFilename'
Begin Object Class=moComboBox Name=coResolution
ComponentJustification=TXTA_Left
Caption="Resolution"
OnCreateComponent=coResolution.InternalOnCreateComponent
Hint="The resolution of the final movie."
WinTop=0.079339
WinLeft=0.031250
WinHeight=0.060000
TabOrder=0
End Object
co_Resolution=moComboBox'GUI2K4.UT2K4Demo2AVI.coResolution'
Begin Object Class=moSlider Name=soQuality
MaxValue=1.000000
SliderCaptionStyleName="TextLabel"
Caption="Quality"
OnCreateComponent=soQuality.InternalOnCreateComponent
Hint="The quality level of the compression used"
WinTop=0.107618
WinLeft=0.345313
WinWidth=0.598438
WinHeight=0.037500
TabOrder=0
bBoundToParent=True
bScaleToParent=True
End Object
so_Quality=moSlider'GUI2K4.UT2K4Demo2AVI.soQuality'
WindowName="Output to AVI..."
DefaultLeft=0.150000
DefaultTop=0.250000
DefaultWidth=0.700000
DefaultHeight=0.500000
WinTop=0.250000
WinLeft=0.150000
WinWidth=0.700000
WinHeight=0.500000
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||