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

JBAddonAvenger.JBGUIPanelConfigAvenger

Extends
JBGUIPanelConfig

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- Jailbreak.JBGUIPanelConfig
               |   
               +-- JBAddonAvenger.JBGUIPanelConfigAvenger

Constants Summary
CONTROL_COMBO_POWERUP=2
CONTROL_COMBO_TIME_MAX=1
CONTROL_COMBO_TIME_MULT=0

Variables Summary
boolbInitialized
moComboBoxComboBoxPowerType
stringComboBoxText[5]
stringSecondsText
JBGUIComponentTrackbarSliderTimeMax
JBGUIComponentTrackbarSliderTimeMultiplier
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


Constants Detail

CONTROL_COMBO_POWERUP Source code

const CONTROL_COMBO_POWERUP = 2;

CONTROL_COMBO_TIME_MAX Source code

const CONTROL_COMBO_TIME_MAX = 1;

CONTROL_COMBO_TIME_MULT Source code

const CONTROL_COMBO_TIME_MULT = 0;


Variables Detail

bInitialized Source code

var private bool bInitialized;

ComboBoxPowerType Source code

var moComboBox ComboBoxPowerType;

ComboBoxText[5] Source code

var localized string ComboBoxText[5];

SecondsText Source code

var localized string SecondsText;

SliderTimeMax Source code

var JBGUIComponentTrackbar SliderTimeMax;

SliderTimeMultiplier Source code

var JBGUIComponentTrackbar SliderTimeMultiplier;


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
{
  SecondsText = "seconds"


  Begin Object Class=JBGUIComponentTrackbar Name=BerserkTimeMultiplierEditSlider
    WinTop    =0.0 
    WinLeft   =0.0
    WinHeight =0.1
    WinWidth  =1.0
    CaptionWidth  = -1;
    SliderWidth   = 0.34;
    EditBoxWidth  = 0.18;
    Caption="Avenger time multiplier"
    Hint="Percentage of remaining arena time."
    MinValue=1
    MaxValue=200
    bIntegerOnly=True
    OnChange=SaveINISettings
  End Object
  Controls(0)=JBGUIComponentTrackbar'BerserkTimeMultiplierEditSlider'


  Begin Object Class=JBGUIComponentTrackbar Name=BerserkTimeMaxEditSlider
    WinTop    =0.2 
    WinLeft   =0.0
    WinHeight =0.1
    WinWidth  =1.0
    CaptionWidth  = -1;
    SliderWidth   = 0.34;
    EditBoxWidth  = 0.18;
    Caption="Maximum avenger time"
    Hint="Maximum seconds of avenger time."
    MinValue=10
    MaxValue=60
    bIntegerOnly=True
    OnChange=SaveINISettings
  End Object
  Controls(1)=JBGUIComponentTrackbar'BerserkTimeMaxEditSlider'


  Begin Object class=moComboBox Name=PowerUpTypeComboBox
    WinTop    = 0.4; 
    WinLeft   = 0.0;
    WinWidth  = 1.0;
    WinHeight = 0.1;


    CaptionWidth = 0.48;
    
    Caption="Avenger power"
    Hint="The power-up the arena winner gets."
    bHeightFromComponent  = False;
    
    OnChange=SaveINISettings
  End Object
  
  Controls(2)=moComboBox'PowerUpTypeComboBox'
  ComboBoxText(0)="Speed"
  ComboBoxText(1)="Berserk"
  ComboBoxText(2)="Booster"
  ComboBoxText(3)="Invisible"
  ComboBoxText(4)="Random"
}

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