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

XInterface.UT2MusicManager

Extends
GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2MusicManager

Variables Summary
PlayListStructPlayList
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Structures Summary
PlayListStruct
bRepeat, bShuffle, Current, Songs

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function MusicChanged ()))
functionbool NotifyLevelChange ()))
functionString SetInitialMusic (string NewSong))
function SetMusic (string NewSong))
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus
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

PlayList Source code

var config PlayListStruct PlayList;


Structures Detail

PlayListStruct Source code

struct PlayListStruct
{
var config bool bRepeat;
var config bool bShuffle;
var config String Current;
var config array<string> Songs;
};



Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

MusicChanged Source code

function MusicChanged ( ) )

NotifyLevelChange Source code

function bool NotifyLevelChange ( ) )

SetInitialMusic Source code

function String SetInitialMusic ( string NewSong) )

SetMusic Source code

function SetMusic ( string NewSong) )


Defaultproperties

defaultproperties
{
	bPersistent=true
}

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