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

KFGui.KFMaplistEditor

Extends
MaplistEditor

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.MaplistEditor
                        |   
                        +-- KFGui.KFMaplistEditor

Variables Summary
Inherited Variables from GUI2K4.MaplistEditor
AutoSelectText, bOnlyShowCustom, bOnlyShowOfficial, BonusVehicles, b_Add, b_AddAll, b_Delete, b_MoveDown, b_MoveUp, b_New, b_Remove, b_RemoveAll, b_Rename, co_Maplist, CurrentGameType, ed_MapName, GameIndex, InvalidMaplistClassText, lb_ActiveMaps, lb_AllMaps, LinkText, li_Active, li_Avail, MainPanel, MapHandler, MaplistEditCaption, Maps, NewMaplistPageCaption, RecordIndex, RenameMaplistPageCaption, sb_Active, sb_Avail, sb_MapList
Inherited Variables from GUI2K4.FloatingWindow
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName

Functions Summary
function ReloadAvailable ()))
Inherited Functions from GUI2K4.MaplistEditor
AddDragDrop, AddMap, AddMapOption, ButtonPreDraw, Closed, CreateNewMaplist, CustomMaplistClick, FindCacheRecordIndex, Free, GetMapListClass, GetMapPrefix, InitComponent, InitGameType, Initialize, InternalCheckLinkedObj, InternalOnCreateComponent, MaplistSelectChange, ModifyMapList, OrigONSMap, RefreshMaplistNames, ReloadActive, ReloadAvailable, RemoveDragDrop, RemoveMap, RenameMaplist, SetupSizingCaption, StoreMaplists, UpdateCustomMaplist
Inherited Functions from GUI2K4.FloatingWindow
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked


Functions Detail

ReloadAvailable Source code

function ReloadAvailable ( ) )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIButton Name=RemoveButton
         Caption="Remove"
         AutoSizePadding=(HorzPerc=0.500000)
         Hint="Remove the selected maps from your map list"
         WinTop=0.918035
         WinLeft=0.511243
         WinWidth=0.223407
         WinHeight=0.056312
         TabOrder=10
         bScaleToParent=True
         bRepeatClick=True
         OnClickSound=CS_Down
         OnClick=KFMapListEditor.ModifyMapList
         OnKeyEvent=RemoveButton.InternalOnKeyEvent
     End Object
     b_Remove=GUIButton'KFGui.KFMapListEditor.RemoveButton'


     Begin Object Class=GUIButton Name=RemoveAllButton
         Caption="Remove All"
         Hint="Remove all maps from your map list"
         WinTop=0.918035
         WinLeft=0.753268
         WinWidth=0.223407
         WinHeight=0.056312
         TabOrder=11
         bScaleToParent=True
         OnClickSound=CS_Down
         OnClick=KFMapListEditor.ModifyMapList
         OnKeyEvent=RemoveAllButton.InternalOnKeyEvent
     End Object
     b_RemoveAll=GUIButton'KFGui.KFMapListEditor.RemoveAllButton'


     Begin Object Class=AltSectionBackground Name=MapListSectionBackground
         WinTop=0.055162
         WinLeft=0.034523
         WinWidth=0.941820
         WinHeight=0.194434
         OnPreDraw=MapListSectionBackground.InternalPreDraw
     End Object
     sb_MapList=AltSectionBackground'KFGui.KFMapListEditor.MapListSectionBackground'


}

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