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

KFGui.GUIForSaleBodyPanel

Extends
GUIPanel

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- KFGui.GUIForSaleBodyPanel

Variables Summary
GUIImageBG
GUIForSaleBodyPanel
GUIBuyableSaleItemInfo
Inherited Variables from XInterface.GUIPanel
Background
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
Inherited Functions from XInterface.GUIPanel
InitComponent
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


Variables Detail

BG Source code

var automated GUIImage BG;

GUIForSaleBodyPanel

SaleItemInfo Source code

var(GUIForSaleBodyPanel) GUIBuyable SaleItemInfo;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUISaleLabel Name=ItemText
         Caption="Available In Shop"
         TextColor=(B=255,G=255,R=255)
         VertAlign=TXTA_Center
         FontScale=FNS_Small
         WinWidth=0.500000
         WinHeight=0.800000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     Controls(0)=GUISaleLabel'KFGui.GUIForSaleBodyPanel.ItemText'


     Begin Object Class=GUILabel Name=ItemPrice
         Caption="Price"
         TextAlign=TXTA_Center
         TextColor=(B=255,G=255,R=255)
         VertAlign=TXTA_Center
         FontScale=FNS_Small
         WinLeft=0.500000
         WinWidth=0.250000
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     Controls(1)=GUILabel'KFGui.GUIForSaleBodyPanel.ItemPrice'


     Begin Object Class=GUIInvButton Name=BuyButton
         Caption="Buy"
         FontScale=FNS_Small
         WinLeft=0.750000
         WinWidth=0.250000
         WinHeight=0.800000
         bBoundToParent=True
         bScaleToParent=True
         ToolTip=None


         OnKeyEvent=BuyButton.InternalOnKeyEvent
     End Object
     Controls(2)=GUIInvButton'KFGui.GUIForSaleBodyPanel.BuyButton'


}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:45.082 - Created with UnCodeX