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

JBAddonPersistence.JBGUIPanelConfigPersistence

Extends
JBGUIPanelConfig

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- Jailbreak.JBGUIPanelConfig
               |   
               +-- JBAddonPersistence.JBGUIPanelConfigPersistence

Variables Summary
boolbInitialized
JBGUIComponentTrackBarHealthTransfer
moCheckBoxUprisingChk
GUILabelUprisingLabel
Inherited Variables from XInterface.GUIPanel
Background

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function LoadINISettings ()))
function ResetConfiguration ()))
function SaveINISettings (GUIComponent Sender))
Inherited Functions from Jailbreak.JBGUIPanelConfig
ResetConfiguration
Inherited Functions from XInterface.GUIPanel
InitComponent


Variables Detail

bInitialized Source code

var private bool bInitialized;

HealthTransfer Source code

var automated JBGUIComponentTrackBar HealthTransfer;

UprisingChk Source code

var automated moCheckBox UprisingChk;

UprisingLabel Source code

var automated GUILabel UprisingLabel;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

LoadINISettings Source code

function LoadINISettings ( ) )

ResetConfiguration Source code

function ResetConfiguration ( ) )

SaveINISettings Source code

function SaveINISettings ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
  Begin Object Class=moCheckBox Name=chkUprising
    Caption="The Uprising"
    OnCreateComponent=chkUprising.InternalOnCreateComponent
    Hint="Capturing team loses weapons to the captured team. Weapons throwing is disabled with this option selected."
    WinTop=0.000000
    WinLeft=0.000000
    WinWidth=1.000000
    WinHeight=0.100000
    OnChange=JBGUIPanelConfigPersistence.SaveINISettings
  End Object
  UprisingChk=moCheckBox'JBAddonPersistence.JBGUIPanelConfigPersistence.chkUprising'


  Begin Object Class=JBGUIComponentTrackbar Name=trkHealthTransfer
    MinValue=0.00
    MaxValue=50.00
    bIntegerOnly=True
    Caption="Health Transfer"
    CaptionWidth=-1.000000
    EditBoxWidth=0.180000
    SliderWidth=0.340000
    Hint="The amount of health that gets transferred from Capturing to Captured."
    WinTop=0.20
    WinLeft=0.00
    WinWidth=1.000000
    WinHeight=0.100000
    OnChange=JBGUIPanelConfigPersistence.SaveINISettings
  End Object
  HealthTransfer=JBGUIComponentTrackbar'JBAddonPersistence.JBGUIPanelConfigPersistence.trkHealthTransfer'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:11.062 - Created with UnCodeX