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

JBAddonBerserker.JBGUIPanelConfigBerserker

Extends
JBGUIPanelConfig

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- Jailbreak.JBGUIPanelConfig
               |   
               +-- JBAddonBerserker.JBGUIPanelConfigBerserker

Constants Summary
CONTROL_BESERK_TIME_MAX=1
CONTROL_BESERK_TIME_MULT=0

Variables Summary
JBGUIComponentTrackbarBerserkTimeMultiplier
JBGUIComponentTrackbarMaxBerserkTime
stringSecondsText
Inherited Variables from XInterface.GUIPanel
Background

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


Constants Detail

CONTROL_BESERK_TIME_MAX Source code

const CONTROL_BESERK_TIME_MAX = 1;

CONTROL_BESERK_TIME_MULT Source code

const CONTROL_BESERK_TIME_MULT = 0;


Variables Detail

BerserkTimeMultiplier Source code

var JBGUIComponentTrackbar BerserkTimeMultiplier;

MaxBerserkTime Source code

var JBGUIComponentTrackbar MaxBerserkTime;

SecondsText Source code

var localized string SecondsText;


Functions Detail

ChangeOptions Source code

function ChangeOptions ( GUIComponent Sender) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

ResetConfiguration Source code

function ResetConfiguration ( ) )


Defaultproperties

defaultproperties
{
  SecondsText = "seconds"


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


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

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