| 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.TestPageBase
|
+-- XInterface.TestGFXButtonPage
| Variables Summary | |
|---|---|
| GUIGFXButton | Btn |
| GUIComboBox | ImgAlign |
| GUIComboBox | ImgSelect |
| GUIComboBox | ImgStyle |
| Inherited Variables from XInterface.GUIPage |
|---|
| Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
| Functions Summary | ||
|---|---|---|
![]() | Material | DLOTexture (string TextureFullName)) |
![]() | MyOnOpen ())) | |
![]() | OnNewClientBound (GUIComponent Sender)) | |
![]() | OnNewImgAlign (GUIComponent Sender)) | |
![]() | OnNewImgSelect (GUIComponent Sender)) | |
![]() | OnNewImgStyle (GUIComponent Sender)) | |
![]() | SetNewImage (string ImageName)) | |
| Inherited Functions from XInterface.GUIPage |
|---|
| AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus |
| Variables Detail |
|---|
| Functions Detail |
|---|
DLOTexture Source code
MyOnOpen Source code
OnNewClientBound Source code
OnNewImgAlign Source code
OnNewImgSelect Source code
OnNewImgStyle Source code
SetNewImage Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUIImage Name=Backdrop
Image=Material'InterfaceContent.Menu.pEmptySlot'
WinTop=0.2
WinLeft=0.1
WinHeight=0.2
WinWidth=0.2
ImageStyle=ISTY_Bound
End Object
Begin Object Class=GUIGFXButton Name=TheButton
WinTop=0.2
WinLeft=0.1
WinHeight=0.2
WinWidth=0.2
End Object
Begin Object Class=GUILabel Name=lblImgStyle
Caption="Image Style"
WinTop=0.2
WinLeft=0.5
WinWidth=0.2
WinHeight=0.06
End Object
Begin Object Class=GUIComboBox Name=cboImgStyle
WinTop=0.2
WinLeft=0.75
WinHeight=0.06
WinWidth=0.2
bReadOnly=true
OnChange=OnNewImgStyle
End Object
Begin Object Class=GUILabel Name=lblImgAlign
Caption="Menu State"
WinTop=0.3
WinLeft=0.5
WinWidth=0.2
WinHeight=0.06
End Object
Begin Object Class=GUIComboBox Name=cboImgAlign
WinTop=0.3
WinLeft=0.75
WinHeight=0.06
WinWidth=0.2
bReadOnly=true
OnChange=OnNewImgAlign
End Object
Begin Object Class=GUILabel Name=lblImgSelect
Caption="Select Image"
WinTop=0.4
WinLeft=0.5
WinWidth=0.2
WinHeight=0.06
End Object
Begin Object Class=GUIComboBox Name=cboImgSelect
WinTop=0.4
WinLeft=0.75
WinHeight=0.06
WinWidth=0.2
bReadOnly=true
OnChange=OnNewImgSelect
End Object
Begin Object Class=GUILabel Name=lblClientBound
Caption="Client Bound ?"
WinTop=0.5
WinLeft=0.5
WinWidth=0.2
WinHeight=0.06
End Object
Begin Object Class=GUICheckBoxButton Name=cbbClientBound
WinTop=0.5
WinLeft=0.75
WinHeight=0.06
WinWidth=0.2
OnChange=OnNewClientBound
End Object
Controls(0)=GUIImage'Backdrop'
Controls(1)=GUIGFXButton'TheButton'
Controls(2)=GUILabel'lblImgStyle'
Controls(3)=GUIComboBox'cboImgStyle'
Controls(4)=GUILabel'lblImgAlign'
Controls(5)=GUIComboBox'cboImgAlign'
Controls(6)=GUILabel'lblImgSelect'
Controls(7)=GUIComboBox'cboImgSelect'
Controls(8)=GUILabel'lblClientBound'
Controls(9)=GUICheckBoxButton'cbbClientBound'
OnOpen=MyOnOpen
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||