| 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
{
MOType="XInterface.moEditBox"
Begin Object Class=GUIMultiOptionListBox Name=ValueListBox
bVisibleWhenEmpty=True
OnCreateComponent=GUIArrayPropPage.InternalOnCreateComponent
WinTop=0.140209
WinLeft=0.021250
WinWidth=0.865001
WinHeight=0.714452
TabOrder=0
bBoundToParent=True
bScaleToParent=True
OnChange=GUIArrayPropPage.InternalOnChange
End Object
lb_Values=GUIMultiOptionListBox'GUI2K4.GUIArrayPropPage.ValueListBox'
ButtonStyle="SquareButton"
Begin Object Class=AltSectionBackground Name=Bk1
LeftPadding=0.010000
RightPadding=0.150000
WinTop=0.095833
WinLeft=0.043750
WinWidth=0.762500
WinHeight=0.575000
OnPreDraw=Bk1.InternalPreDraw
End Object
sb_Bk1=AltSectionBackground'GUI2K4.GUIArrayPropPage.Bk1'
OnCreateComponent=GUIArrayPropPage.InternalOnCreateComponent
WinTop=0.145833
WinLeft=0.090429
WinWidth=0.842773
WinHeight=0.750000
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||