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

Jailbreak.JBGUITabPanelAddons

Extends
GUITabPanel

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- Jailbreak.JBGUITabPanelAddons

Variables Summary
GUIButtonGUIButtonReset
JBGUIComponentTabsGUIComponentTabsAddons
GUILabelGUILabelConfigNone
GUIPanelGUIPanelConfigTemplate
GUIVertScrollButtonGUIScrollButtonDown
GUIVertScrollButtonGUIScrollButtonUp
GUIScrollTextBoxGUIScrollTextBoxAddon
array<TInfoAddon>ListInfoAddon
stringTextHintReset
Inherited Variables from XInterface.GUITabPanel
bFillHeight, FadeInTime, MyButton, PanelCaption
Inherited Variables from XInterface.GUIPanel
Background

Structures Summary
TInfoAddon
TextName, TextDescription, Group, ClassAddon, ClassGUIPanelConfig, moCheckBoxSelected, GUIPanelConfig

Functions Summary
functionstring GetAddons ()))
functionbool GUIButtonConfigReset_Click (GUIComponent GUIComponentClicked))
functionbool GUIButtonDownloadAddons_Click (GUIComponent GUIComponentClicked))
function GUIComponentTabsAddons_Scroll (GUIComponent GUIComponentSender))
function GUIComponentTabsAddons_TabClosed (GUIComponent GUIComponentSender, GUIMenuOption GUIMenuOptionTab))
function GUIComponentTabsAddons_TabOpened (GUIComponent GUIComponentSender, GUIMenuOption GUIMenuOptionTab))
functionbool GUIScrollButtonDown_Click (GUIComponent GUIComponentSender))
functionbool GUIScrollButtonUp_Click (GUIComponent GUIComponentSender))
function InitComponent (GUIController GUIController, GUIComponent GUIComponentOwner))
function moCheckBoxSelected_Change (GUIComponent GUIComponentSender))
functionbool PreDraw (Canvas Canvas))
function ReadListInfoAddon ()))
function SortListInfoAddon (int iInfoAddonStart, int iInfoAddonEnd))
Inherited Functions from XInterface.GUITabPanel
CanShowPanel, Free, InitPanel, OnDestroyPanel, Refresh, ShowPanel
Inherited Functions from XInterface.GUIPanel
InitComponent


Variables Detail

GUIButtonReset Source code

var GUIButton GUIButtonReset;

GUIComponentTabsAddons Source code

var JBGUIComponentTabs GUIComponentTabsAddons;

GUILabelConfigNone Source code

var GUILabel GUILabelConfigNone;

GUIPanelConfigTemplate Source code

var GUIPanel GUIPanelConfigTemplate;

GUIScrollButtonDown Source code

var GUIVertScrollButton GUIScrollButtonDown;

GUIScrollButtonUp Source code

var GUIVertScrollButton GUIScrollButtonUp;

GUIScrollTextBoxAddon Source code

var GUIScrollTextBox GUIScrollTextBoxAddon;

ListInfoAddon Source code

var array<TInfoAddon> ListInfoAddon;

TextHintReset Source code

var localized string TextHintReset;


Structures Detail

TInfoAddon Source code

struct TInfoAddon
{
var(JBGUITabPanelAddons) Class<JBAddon> ClassAddon;
var(JBGUITabPanelAddons) Class<GUIPanel> ClassGUIPanelConfig;
var(JBGUITabPanelAddons) string Group;
var GUIPanel GUIPanelConfig;
var moCheckBox moCheckBoxSelected;
var(JBGUITabPanelAddons) string TextDescription;
var(JBGUITabPanelAddons) string TextName;
};



Functions Detail

GetAddons Source code

function string GetAddons ( ) )

GUIButtonConfigReset_Click Source code

function bool GUIButtonConfigReset_Click ( GUIComponent GUIComponentClicked) )

GUIButtonDownloadAddons_Click Source code

function bool GUIButtonDownloadAddons_Click ( GUIComponent GUIComponentClicked) )

GUIComponentTabsAddons_Scroll Source code

function GUIComponentTabsAddons_Scroll ( GUIComponent GUIComponentSender) )

GUIComponentTabsAddons_TabClosed Source code

function GUIComponentTabsAddons_TabClosed ( GUIComponent GUIComponentSender, GUIMenuOption GUIMenuOptionTab) )

GUIComponentTabsAddons_TabOpened Source code

function GUIComponentTabsAddons_TabOpened ( GUIComponent GUIComponentSender, GUIMenuOption GUIMenuOptionTab) )

GUIScrollButtonDown_Click Source code

function bool GUIScrollButtonDown_Click ( GUIComponent GUIComponentSender) )

GUIScrollButtonUp_Click Source code

function bool GUIScrollButtonUp_Click ( GUIComponent GUIComponentSender) )

InitComponent Source code

function InitComponent ( GUIController GUIController, GUIComponent GUIComponentOwner) )

moCheckBoxSelected_Change Source code

function moCheckBoxSelected_Change ( GUIComponent GUIComponentSender) )

PreDraw Source code

function bool PreDraw ( Canvas Canvas) )

ReadListInfoAddon Source code

function ReadListInfoAddon ( ) )

SortListInfoAddon Source code

function SortListInfoAddon ( int iInfoAddonStart, int iInfoAddonEnd) )


Defaultproperties

defaultproperties
{
  TextHintReset = "Reset options for %addon%."


  WinLeft   = 0.000;
  WinWidth  = 1.000;
  WinHeight = 0.770;


  bAcceptsInput = False;
  FadeInTime = 0.25;


  Begin Object Class=GUIScrollTextBox Name=GUIScrollTextBoxAddonDef
    StyleName    = "NoBackground";
    WinTop       = 0.090;
    WinLeft      = 0.370;
    WinWidth     = 0.590;
    WinHeight    = 0.160;
    CharDelay    = 0.0025;
    EOLDelay     = 0.5000;
  End Object


  Begin Object Class=GUILabel Name=GUILabelConfigDefaultDef
    Caption      = "This add-on has no user options.";
    TextColor    = (B=0,G=180,R=220);
    WinTop       = 0.840;
    WinLeft      = 0.370;
    WinWidth     = 0.590;
    WinHeight    = 0.068;
  End Object


  Begin Object Class=GUIButton Name=GUIButtonConfigResetDef
    Caption      = "Reset Options";
    Hint         = "Reset this add-on's options.";
    OnClick      = GUIButtonConfigReset_Click;
    WinTop       = 0.843;
    WinLeft      = 0.740;
    WinWidth     = 0.234;
    WinHeight    = 0.058;
  End Object


  Begin Object Class=GUIVertScrollButton Name=GUIScrollButtonUpDef
    ImageIndex   = 6;
    StyleName    = "TextButton";
    OnClick      = GUIScrollButtonUp_Click;
    WinTop       = 0.035;
    WinLeft      = 0.140;
    WinWidth     = 0.050;
    WinHeight    = 0.025;
  End Object


  Begin Object Class=GUIVertScrollButton Name=GUIScrollButtonDownDef
    ImageIndex   = 7;
    StyleName    = "TextButton";
    OnClick      = GUIScrollButtonDown_Click;
    WinTop       = 0.840;
    WinLeft      = 0.140;
    WinWidth     = 0.050;
    WinHeight    = 0.025;
  End Object


  Begin Object Class=JBGUIComponentTabs Name=GUIComponentTabsAddonsDef
    TabOrder     = 1;
    WinTop       = 0.016;
    WinLeft      = 0.002;
    WinWidth     = 0.996;
    WinHeight    = 0.960;
    Controls[0]  = GUIScrollTextBox'GUIScrollTextBoxAddonDef';
    Controls[1]  = GUILabel'GUILabelConfigDefaultDef';
    Controls[2]  = GUIButton'GUIButtonConfigResetDef';
  End Object


  Begin Object Class=GUIButton Name=GUIButtonDownloadAddonsDef
    TabOrder     = 2;
    Caption      = "Download More Add-Ons!";
    Hint         = "Opens the add-on download page on PlanetJailbreak in a web browser.";
    WinTop       = 0.898;
    WinLeft      = 0.010;
    WinWidth     = 0.300;
    WinHeight    = 0.060;
    OnClick      = GUIButtonDownloadAddons_Click;
    OnClickSound = CS_Down;
  End Object


  Begin Object Class=GUIPanel Name=GUIPanelConfigTemplateDef
    bVisible     = False;
    WinTop       = 0.330;
    WinLeft      = 0.370;
    WinWidth     = 0.590;
    WinHeight    = 0.550;
  End Object


  Controls[0] = JBGUIComponentTabs'GUIComponentTabsAddonsDef';
  Controls[1] = GUIVertScrollButton'GUIScrollButtonUpDef';
  Controls[2] = GUIVertScrollButton'GUIScrollButtonDownDef';
  Controls[3] = GUIButton'GUIButtonDownloadAddonsDef';


  GUIPanelConfigTemplate = GUIPanel'GUIPanelConfigTemplateDef';
}

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