GUI2K4.StreamPlaylistEditor
- Extends
- FloatingWindow
- Modifiers
- DependsOn ( StreamBase )
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.StreamPlaylistEditor
Inherited Variables from GUI2K4.FloatingWindow |
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName |
Inherited Functions from GUI2K4.FloatingWindow |
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked |
StreamPlaylistEditor
final operator array<string> += ( out array<string> A, array<string> B )
function bool AddPreDraw (
Canvas C )
function bool AddToPlaylist ( string FileName )
function bool ClosePreDraw (
Canvas C )
function bool FloatingPreDraw (
Canvas C )
function bool HandleDebugExec ( string Command, string Param )
function HandleParameters ( String Param1, string Param2 )
InitializeDirectoryList Source code
function InitializeDirectoryList ( )
function bool InternalOnKeyEvent ( out byte iKey, out byte State, float Delta )
function bool SetFileManager ( )
function bool SetHandler ( )
function bool SetPlaylistManager ( )
defaultproperties
{
Begin Object Class=AltSectionBackground Name=MainPanel
WinTop=0.150000
WinHeight=0.700000
RenderWeight=0.200000
OnPreDraw=MainPanel.InternalPreDraw
End Object
sb_Main=AltSectionBackground'GUI2K4.StreamPlaylistEditor.MainPanel'
Begin Object Class=DirectoryTreeListBox Name=UserDirectory
bVisibleWhenEmpty=Wahr
OnCreateComponent=UserDirectory.InternalOnCreateComponent
WinTop=0.027778
WinLeft=0.020833
WinWidth=0.760413
WinHeight=0.939583
bBoundToParent=Wahr
bScaleToParent=Wahr
End Object
lb_Directory=DirectoryTreeListBox'GUI2K4.StreamPlaylistEditor.UserDirectory'
Begin Object Class=GUIButton Name=AddButton
Caption="Add"
Hint="Add selected item to playlist. If selected item is a directory, all songs in the directory will be added to the playlist."
WinTop=0.041667
WinLeft=0.822917
WinWidth=0.145830
ScalingType=SCALE_X
OnClick=StreamPlaylistEditor.InternalOnClick
OnKeyEvent=AddButton.InternalOnKeyEvent
End Object
b_Add=GUIButton'GUI2K4.StreamPlaylistEditor.AddButton'
Begin Object Class=GUIButton Name=CloseButton
Caption="CLOSE"
WinTop=0.844444
WinLeft=0.822917
WinWidth=0.156247
ScalingType=SCALE_X
OnClick=StreamPlaylistEditor.InternalOnClick
OnKeyEvent=CloseButton.InternalOnKeyEvent
End Object
b_Done=GUIButton'GUI2K4.StreamPlaylistEditor.CloseButton'
Begin Object Class=moComboBox Name=lbDriveLetters
CaptionWidth=0.300000
Caption="Directory:"
OnCreateComponent=lbDriveLetters.InternalOnCreateComponent
FontScale=FNS_Small
WinTop=0.100000
WinLeft=0.100000
WinWidth=0.900000
WinHeight=32.000000
OnChange=StreamPlaylistEditor.DCOnChange
End Object
co_DriveLetters=moComboBox'GUI2K4.StreamPlaylistEditor.lbDriveLetters'
GeneralFileItems(0)="Play selected"
GeneralFolderItems(0)="Add to playlist"
PlaylistItems(0)="Remove from playlist"
NonPlaylistItems(0)="Add to playlist"
NonPlaylistItems(1)="Add to playlist & play"
ImportItems(0)="Import to new playlist"
ImportItems(1)="Import to current playlist"
WindowName="Adding Songs to "
MinPageWidth=0.375000
MinPageHeight=0.227902
bPersistent=Wahr
Begin Object Class=GUIContextMenu Name=RCMenu
OnOpen=StreamPlaylistEditor.ContextOpen
OnSelect=StreamPlaylistEditor.ContextClick
End Object
ContextMenu=GUIContextMenu'GUI2K4.StreamPlaylistEditor.RCMenu'
OnRightClick=StreamPlaylistEditor.InternalRightClick
OnKeyEvent=StreamPlaylistEditor.InternalOnKeyEvent
}
|
Creation time: Mo 16.4.2007 11:20:31.093 - Created with
UnCodeX