| 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.GUICustomPropertyPage
|
+-- GUI2K4.GUIArrayPropPage
GUIDynArrayPage, MOTDConfigPage
| Variables Summary | |
|---|---|
| bool | bReadOnly |
| GUIMultiOptionListBox | lb_Values |
| string | MOType |
| AltSectionBackground | sb_Bk1 |
| GUIArrayPropPage | |
| bool | bListInitialized |
| string | ButtonStyle |
| string | Delim |
| GUIMultiOptionList | li_Values |
| string | PropName |
| array<string> | PropValue |
| Inherited Variables from GUI2K4.GUICustomPropertyPage |
|---|
| Item, Owner |
| Inherited Variables from GUI2K4.LockedFloatingWindow |
|---|
| b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption |
| Functions Summary | ||
|---|---|---|
![]() | GUIMenuOption | AddListItem (int Index)) |
![]() | Clear ())) | |
![]() | string | GetDataString ())) |
![]() | int | GetMaxValue (string MaxLength )) |
![]() | bool | GetReadOnly ())) |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | InitializeList ())) | |
![]() | InternalOnChange (GUIComponent Sender)) | |
![]() | InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)) | |
![]() | bool | InternalOnPreDraw (Canvas C)) |
![]() | SetItemOptions (GUIMenuOption mo )) | |
![]() | SetOwner (GUIComponent NewOwner )) | |
![]() | SetReadOnly (bool bValue )) | |
![]() | UpdateListCaptions ())) | |
![]() | UpdateListValues ())) | |
| Inherited Functions from GUI2K4.GUICustomPropertyPage |
|---|
| GetKeyValue, GetOwner, GetReadOnly, GrabOption, ParseOption, SetOwner, SetReadOnly, Strip |
| Inherited Functions from GUI2K4.LockedFloatingWindow |
|---|
| AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent |
| Variables Detail |
|---|
| Functions Detail |
|---|
AddListItem Source code
Clear Source code
GetDataString Source code
GetMaxValue Source code
GetReadOnly Source code
InitComponent Source code
InitializeList Source code
InternalOnChange Source code
InternalOnCreateComponent Source code
InternalOnPreDraw Source code
SetItemOptions Source code
SetOwner Source code
SetReadOnly Source code
UpdateListCaptions Source code
UpdateListValues Source code| Defaultproperties |
|---|
defaultproperties
{
WinWidth=0.842773
WinHeight=0.750000
WinLeft=0.090429
WinTop=0.145833
OnCreateComponent=InternalOnCreateComponent
Begin Object Class=GUIMultiOptionListBox Name=ValueListBox
NumColumns=1
OnChange=InternalOnChange
OnCreateComponent=InternalOnCreateComponent
bBoundToParent=True
bScaleToParent=True
WinWidth=0.865001
WinHeight=0.714452
WinLeft=0.021250
WinTop=0.140209
TabOrder=0
bVisibleWhenEmpty=True
End Object
lb_Values=ValueListBox
Begin Object class=AltSectionBackground name=BK1
WinWidth=0.762500
WinHeight=0.575000
WinLeft=0.043750
WinTop=0.095833
LeftPadding=0.01
RightPadding=0.15
End Object
sb_BK1=bk1
ButtonStyle="SquareButton"
MOType="XInterface.moEditBox"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||