Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

KFGui.KFInvClassConfig

Extends
GUICustomPropertyPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LockedFloatingWindow
                        |   
                        +-- GUI2K4.GUICustomPropertyPage
                           |   
                           +-- KFGui.KFInvClassConfig

Variables Summary
GUIImagei_Background
GUIMultiOptionListBoxlb_Waves
GUIMultiOptionListli_waves
stringMonsterClassConfigTitle
array<string>MonsterClasses
array<moEditBox>MTxtBoxes
Inherited Variables from GUI2K4.GUICustomPropertyPage
Item, Owner
Inherited Variables from GUI2K4.LockedFloatingWindow
b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption

Functions Summary
event Closed (GUIComponent Sender, bool bCancelled ))
functionstring GetDataString ()))
functionstring GetIDName (int Num ))
functionstring GetResult ()))
function InitActiveClasses ()))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InitializeList ()))
function InternalOnChange (GUIComponent Sender))
function SetOwner (GUIComponent NewOwner ))
Inherited Functions from GUI2K4.GUICustomPropertyPage
GetKeyValue, GetOwner, GetReadOnly, GrabOption, ParseOption, SetOwner, SetReadOnly, Strip
Inherited Functions from GUI2K4.LockedFloatingWindow
AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent


Variables Detail

i_Background Source code

var automated GUIImage i_Background;

lb_Waves Source code

var automated GUIMultiOptionListBox lb_Waves;

li_waves Source code

var GUIMultiOptionList li_waves;

MonsterClassConfigTitle Source code

var localized string MonsterClassConfigTitle;

MonsterClasses Source code

var array<string> MonsterClasses;

MTxtBoxes Source code

var array<moEditBox> MTxtBoxes;


Functions Detail

Closed Source code

event Closed ( GUIComponent Sender, bool bCancelled ) )

GetDataString Source code

function string GetDataString ( ) )

GetIDName Source code

function string GetIDName ( int Num ) )

GetResult Source code

function string GetResult ( ) )

InitActiveClasses Source code

function InitActiveClasses ( ) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InitializeList Source code

function InitializeList ( ) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )

SetOwner Source code

function SetOwner ( GUIComponent NewOwner ) )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIMultiOptionListBox Name=WavesList
         bVisibleWhenEmpty=True
         OnCreateComponent=WavesList.InternalOnCreateComponent
         WinTop=0.150608
         WinLeft=0.007500
         WinWidth=0.983750
         WinHeight=0.698149
         TabOrder=1
         bBoundToParent=True
         bScaleToParent=True
         OnChange=KFInvClassConfig.InternalOnChange
     End Object
     lb_Waves=GUIMultiOptionListBox'KFGui.KFInvClassConfig.WavesList'


     MonsterClassConfigTitle="Killing Floor Monster Classlist config page"
     DefaultLeft=0.050000
     DefaultWidth=0.900000
     bDrawFocusedLast=False
     WinLeft=0.050000
     WinWidth=0.900000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:46.725 - Created with UnCodeX