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

Jailbreak.JBGUIComponentOptions

Extends
GUIMultiComponent

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- Jailbreak.JBGUIComponentOptions

Variables Summary
GUILabelGroupLabel
intIndex
array<JBGUIRadioButton>OptionButton
array<GUILabel>OptionLabel
Menu
boolbHasBorder
floatButtonHeightInRow
floatButtonWidth
intDefaultOption
stringGroupCaption
ColorGroupCaptionColor
stringGroupCaptionFont
stringGroupCaptionStyleName
floatItemHeight
floatItemIndent
ColorLabelColor
stringLabelFont
stringLabelStyleName
floatLabelWidth
floatLeftIndent
array<string>OptionHint
array<string>OptionText
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility
Inherited Variables from XInterface.GUIComponent
bAcceptsInput, bAnimating, bBoundToParent, bCaptureMouse, bCaptureTabs, bDebugging, bDropSource, bDropTarget, bFocusOnWatch, bHasFocus, bInit, bMouseOverSound, bNeverFocus, bNeverScale, BoundingType, Bounds[4], bPendingFocus, bPositioned, bRepeatClick, bRequireReleaseClick, bRequiresStyle, bScaleToParent, bSizing, bStandardized, bTabStop, bTimerRepeat, bTravelling, bVisible, ClientBounds[4], ContextMenu, DrawCount, DropState, FocusInstead, FontScale, FriendlyLabel, Hint, IniDefault, IniOption, LastMenuState, MenuOwner, MenuState, MotionFrame, MouseCursorIndex, MouseOffset[4], OnClickSound, OnDrawCount, OnPreDrawCount, OnRenderCount, OnRenderedCount, PageOwner, PreDrawCount, RenderWeight, ScalingType, SizeFrame, StandardHeight, Style, StyleName, TabOrder, Tag, TimerCountdown, TimerIndex, TimerInterval, ToolTip, WhiteColor, WinHeight, WinLeft, WinTop, WinWidth

Enumerations Summary
Inherited Enumerations from XInterface.GUIComponent
EClickSound, EParentScaleType

Functions Summary
functionint GetIndex ()))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function SetIndex (int newIndex))
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility
Inherited Functions from XInterface.GUIComponent
ActualHeight, ActualLeft, ActualTop, ActualWidth, AdditionalDebugString, Animate, AutoPosition, AutoPositionOn, BeginAnimation, CanAcceptFocus, CenterMouse, Closed, DAnimate, DebugFocus, DebugFocusPosition, DebugTabOrder, DisableComponent, DisableMe, DropStateChange, EnableComponent, EnableMe, EndAnimation, FillOwner, FocusFirst, FocusLast, Free, GetMenuPath, Hide, InitComponent, IsInBounds, IsInClientBounds, IsMultiSelect, KillAnimation, KillTimer, LevelChanged, LoadINI, LoseFocus, MakeColorCode, MenuStateChange, NextControl, NextPage, Opened, OwnerPage, PadLeft, PadRight, PlayerOwner, PrevControl, PrevPage, RelativeHeight, RelativeLeft, RelativeTop, RelativeWidth, Resize, ResolutionChanged, SaveINI, SetFocus, SetFocusInstead, SetFriendlyLabel, SetHint, SetPosition, SetTimer, SetTooltip, SetToolTipText, SetVisibility, Show, SpecialHit, StripColorCodes, Timer, UpdateOffset


Variables Detail

GroupLabel Source code

var GUILabel GroupLabel;

Index Source code

var int Index;

OptionButton Source code

var array<JBGUIRadioButton> OptionButton;

OptionLabel Source code

var array<GUILabel> OptionLabel;

Menu

bHasBorder Source code

var(Menu) bool bHasBorder;

ButtonHeightInRow Source code

var(Menu) float ButtonHeightInRow;

ButtonWidth Source code

var(Menu) float ButtonWidth;

DefaultOption Source code

var(Menu) int DefaultOption;

GroupCaption Source code

var(Menu) localized string GroupCaption;

GroupCaptionColor Source code

var(Menu) Color GroupCaptionColor;

GroupCaptionFont Source code

var(Menu) string GroupCaptionFont;

GroupCaptionStyleName Source code

var(Menu) string GroupCaptionStyleName;

ItemHeight Source code

var(Menu) float ItemHeight;

ItemIndent Source code

var(Menu) float ItemIndent;

LabelColor Source code

var(Menu) Color LabelColor;

LabelFont Source code

var(Menu) string LabelFont;

LabelStyleName Source code

var(Menu) string LabelStyleName;

LabelWidth Source code

var(Menu) float LabelWidth;

LeftIndent Source code

var(Menu) float LeftIndent;

OptionHint Source code

var(Menu) localized array<string> OptionHint;

OptionText Source code

var(Menu) localized array<string> OptionText;


Functions Detail

GetIndex Source code

function int GetIndex ( ) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

SetIndex Source code

function SetIndex ( int newIndex) )


Defaultproperties

defaultproperties
{
  DefaultOption = 0;


  ButtonHeightInRow = 0.7;
  ButtonWidth       = 0.2;
  LabelWidth        = 0.6;
  ItemIndent        = 0.0;


  GroupCaptionStyleName = "TextLabel";
  LabelStyleName        = "TextLabel";


  Begin Object Class=GUIButton name=GroupBackground
    WinWidth=1.0
    WinHeight=1.0
    WinTop=0.0
    WinLeft=0.0
    bAcceptsInput=False
    bNeverFocus=True
    bBoundToParent=True
    bScaleToParent=True
  End Object
  Controls(0)=GUIButton'GroupBackground'
}

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