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

UWindow.MMControlsClient

Extends
UWindowDialogClientWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.MMControlsClient

Variables Summary
UWindowSmallButtonAddCurrent
UWindowSmallButtonAddMButton
UWindowSmallButtonBrowseMusics
UWindowSmallCloseButtonCloseButton
UWindowEditControlEditBox
MusicLastPlayedSong
byteLastSSection
MMMainClientWindowMMClient
MOffsetScrollbarMusicOffsetScroll
UWindowHSliderControlMusicVolumeSlider
UWindowSmallButtonPlayMButton
UWindowSmallButtonPlayNextMusic
UWindowEditControlPlayTimeBox
UWindowEditControlSSEditBox
UWindowSmallButtonStopMButton
MMControlsClient
stringAddCurrentText
stringAddMusicText
stringBrowseText
stringMusicStoppedText
stringMusicVolumeText
stringPlayNextText
stringPlayText
stringPlayTimeHint
stringSectionHint
stringStopText
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function AddAMusic (string MName ))
function ChangeMusicOffset (int Result ))
function Created ()))
function Notify (UWindowDialogControl C, byte E))
function NotifyAfterLevelChange ()))
function PlayAMusic (bool bRandom ))
function Resized ()))
function StopMusic ()))
function UpdateMusicScroll ()))
function WindowShown ()))
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint
Inherited Functions from UWindow.UWindowClientWindow
Close


Variables Detail

AddCurrent Source code

var UWindowSmallButton AddCurrent;

AddMButton Source code

var UWindowSmallButton AddMButton;

BrowseMusics Source code

var UWindowSmallButton BrowseMusics;

CloseButton Source code

var UWindowSmallCloseButton CloseButton;

EditBox Source code

var UWindowEditControl EditBox;

LastPlayedSong Source code

var Music LastPlayedSong;

LastSSection Source code

var byte LastSSection;

MMClient Source code

var MMMainClientWindow MMClient;

MusicOffsetScroll Source code

var MOffsetScrollbar MusicOffsetScroll;

MusicVolumeSlider Source code

var UWindowHSliderControl MusicVolumeSlider;

PlayMButton Source code

var UWindowSmallButton PlayMButton;

PlayNextMusic Source code

var UWindowSmallButton PlayNextMusic;

PlayTimeBox Source code

var UWindowEditControl PlayTimeBox;

SSEditBox Source code

var UWindowEditControl SSEditBox;

StopMButton Source code

var UWindowSmallButton StopMButton;

MMControlsClient

AddCurrentText Source code

var(MMControlsClient) localized string AddCurrentText;

AddMusicText Source code

var(MMControlsClient) localized string AddMusicText;

BrowseText Source code

var(MMControlsClient) localized string BrowseText;

MusicStoppedText Source code

var(MMControlsClient) localized string MusicStoppedText;

MusicVolumeText Source code

var(MMControlsClient) localized string MusicVolumeText;

PlayNextText Source code

var(MMControlsClient) localized string PlayNextText;

PlayText Source code

var(MMControlsClient) localized string PlayText;

PlayTimeHint Source code

var(MMControlsClient) localized string PlayTimeHint;

SectionHint Source code

var(MMControlsClient) localized string SectionHint;

StopText Source code

var(MMControlsClient) localized string StopText;


Functions Detail

AddAMusic Source code

function AddAMusic ( string MName ) )

ChangeMusicOffset Source code

final function ChangeMusicOffset ( int Result ) )

Created Source code

function Created ( ) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

NotifyAfterLevelChange Source code

function NotifyAfterLevelChange ( ) )

PlayAMusic Source code

function PlayAMusic ( bool bRandom ) )

Resized Source code

function Resized ( ) )

StopMusic Source code

function StopMusic ( ) )

UpdateMusicScroll Source code

final function UpdateMusicScroll ( ) )

WindowShown Source code

function WindowShown ( ) )


Defaultproperties

defaultproperties
{
				MusicStoppedText="Music player was stopped."
				AddMusicText="Add Music"
				AddCurrentText="Add currently playing song"
				BrowseText="Browse music files"
				PlayText="Play Music"
				StopText="Stop Music"
				MusicVolumeText="Music Volume"
				PlayNextText="Play Next"
				PlayTimeHint="Select music playtime in minutes (0 = no timelimit)"
				SectionHint="Select music action section (0-255, depends on song)"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:11.115 - Created with UnCodeX