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

GUI.TestMenu

Extends
GUIPage

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIPage
            |   
            +-- GUI.TestMenu

Variables Summary
TestGui
GuiButtonMyBackButton
GuiButtonMyMainMenuButton
GuiButtonMyQuitButton
GuiButtonMyStartButton
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers
Inherited Variables from GUI.GUIMultiComponent
Components, Controls, ControlSpecs, PropagateActivity, PropagateState, PropagateVisibility

Functions Summary
function InitComponent (GUIComponent MyOwner))
function InternalOnDlgReturned (int Selection, String passback ))
function MyButtOnClick (GUIComponent Sender))
Inherited Functions from GUI.GUIPage
Activate, ChangeHint, DeActivate, DlgReturned, Free, HandleParameters, Hide, InitComponent, NotifyLevelChange, onGameplayMessage, OnProgress, OpenDlg, Show
Inherited Functions from GUI.GUIMultiComponent
Activate, AddComponent, AppendComponent, BringBackward, BringForward, BringToBack, BringToFront, CreateControl, DeActivate, DisableComponent, EnableComponent, FindCenterPoint, FindComponent, FindComponentIndex, FindControlIndex, FindDist, Free, Hide, InitComponent, InitializeControls, InsertComponent, InternalBringBackward, InternalBringForward, LogControls, MapControls, OnConstruct, RemapComponents, RemoveComponent, RemoveControl, ReorderComponents, ReweightComponents, SaveLayout, SetRadioGroup, Show, SwapControlIndicies, TabControl, TestControls


Variables Detail

TestGui

MyBackButton Source code

var(TestGui) private config EditInline GuiButton MyBackButton;

MyMainMenuButton Source code

var(TestGui) private config EditInline GuiButton MyMainMenuButton;

MyQuitButton Source code

var(TestGui) private config EditInline GuiButton MyQuitButton;

MyStartButton Source code

var(TestGui) private config EditInline GuiButton MyStartButton;


Functions Detail

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnDlgReturned Source code

function InternalOnDlgReturned ( int Selection, String passback ) )

MyButtOnClick Source code

function MyButtOnClick ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
	WinTop=0
	WinLeft=0
	WinWidth=1
	WinHeight=1
	bAcceptsInput=true
	OnDlgReturned=InternalOnDlgReturned
	bPersistent=true
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:35.332 - Created with UnCodeX