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

XInterface.GUIProgressBar


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
class GUIProgressBar extends GUIComponent
    Native;

// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)

var Material    BarBack;        // The unselected portion of the bar
var Material    BarTop;         // The selected portion of the bar
var Color       BarColor;       // The Color of the Bar
var float       Low;            // The minimum value we should see
var float       High;           // The maximum value we should see
var float       Value;          // The current value (not clamped)

var float       CaptionWidth;   // The space reserved to the Caption
var eTextAlign  CaptionAlign;   // How align the text
var eTextAlign  ValueRightAlign;    //
var localized string Caption;   // The Caption itself
var string      FontName;       // Which font to use for display
var string      ValueFontName;  // Font to use for displaying values, use FontName if ValueFontName==""

var float   GraphicMargin;      // How Much margin to trim from graphic (X Margin only)
var float   ValueRightWidth;    // Space to leave free on right side
var bool    bShowLow;           // Show Low(Minimum) left of Bar
var bool    bShowHigh;          // Show High (Maximum) right of Bar
var bool    bShowValue;         // Show the value right of the Bar (like 75 or 75/100)
var int     NumDecimals;        // Number of decimals to display

var eDrawDirection BarDirection;

defaultproperties
{
     BarBack=Texture'InterfaceContent.Menu.BorderBoxD'
     BarTop=Texture'InterfaceContent.Menu.StatusBarInner'
     BarColor=(G=203,R=255,A=255)
     High=100.000000
     CaptionWidth=0.450000
     ValueRightAlign=TXTA_Right
     FontName="UT2MenuFont"
     ValueRightWidth=0.200000
     bShowValue=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Mon 23/10/2006 20:30:34.000 - Creation time: Wed 7/2/2007 19:16:41.140 - Created with UnCodeX