I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:StreamPlaylistEditor (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> StreamPlaylistEditor |
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 AddPreDraw
- 2.2.2 AddToPlaylist
- 2.2.3 ClosePreDraw
- 2.2.4 ContextClick
- 2.2.5 ContextOpen
- 2.2.6 DCOnChange
- 2.2.7 FloatingPreDraw
- 2.2.8 HandleDebugExec
- 2.2.9 InitializeDirectoryList
- 2.2.10 InternalOnClick
- 2.2.11 InternalOnDblClick
- 2.2.12 InternalOnKeyEvent
- 2.2.13 InternalRightClick
- 2.2.14 SetFileManager
- 2.2.15 SetHandler
- 2.2.16 SetPlaylistManager
- 2.2.17 UpdateCurrentPath
- 3 Operators
- Package:
- GUI2K4
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Created on: 10/12/2003 Graphical User Interface for music playlists & navigating the user's file system
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
Property group 'StreamPlaylistEditor'
CurrentPlaylist
Type: StreamPlaylist
Modifiers: editinline, noexport
FileManager
Type: StreamInterface
Modifiers: editinline, editconst, noexport
GeneralFileItems
Modifiers: localized
Default value: "Play selected"
GeneralFolderItems
Modifiers: localized
Default value: "Add to playlist"
Handler
Type: StreamInteraction
Modifiers: editinline, editconst, noexport
ImportItems
Modifiers: localized
Default value, index 0: "Import to new playlist"
Default value, index 1: "Import to current playlist"
li_Directory
Type: DirectoryTreeList
Modifiers: editinline, noexport
NonPlaylistItems
Modifiers: localized
Default value, index 0: "Add to playlist"
Default value, index 1: "Add to playlist & play"
PlaylistItems
Modifiers: localized
Default value: "Remove from playlist"
PlaylistManager
Type: StreamPlaylistManager
Modifiers: editinline, editconst, noexport
Internal variables
b_Add
Type: GUIButton
Modifiers: automated
Default value: GUIButton'AddButton'
b_Done
Type: GUIButton
Modifiers: automated
Default value: GUIButton'CloseButton'
co_DriveLetters
Type: moComboBox
Modifiers: automated
Default value: moComboBox'lbDriveLetters'
lb_Directory
Type: DirectoryTreeListBox
Modifiers: automated
Default value: DirectoryTreeListBox'UserDirectory'
sb_Main
Type: GUISectionBackground
Modifiers: automated
Default value: AltSectionBackground'MainPanel'
Default values
Property | Value |
---|---|
bPersistent | True |
ContextMenu | GUIContextMenu'RCMenu' |
MinPageHeight | 0.227902 |
MinPageWidth | 0.375 |
OnKeyEvent | InternalOnKeyEvent |
OnRightClick | InternalRightClick |
WindowName | "Adding Songs to " |
Subobjects
AddButton
Class: XInterface.GUIButton
Property | Value |
---|---|
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." |
OnClick | InternalOnClick |
ScalingType | SCALE_X |
WinHeight | 0.04 |
WinLeft | 0.822917 |
WinTop | 0.041667 |
WinWidth | 0.14583 |
CloseButton
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "CLOSE" |
OnClick | InternalOnClick |
ScalingType | SCALE_X |
WinHeight | 0.04 |
WinLeft | 0.822917 |
WinTop | 0.844444 |
WinWidth | 0.156247 |
lbDriveLetters
Class: XInterface.moComboBox
Property | Value |
---|---|
Caption | "Directory:" |
CaptionWidth | 0.3 |
FontScale | FNS_Small |
OnChange | DCOnChange |
WinHeight | 32.0 |
WinLeft | 0.1 |
WinTop | 0.1 |
WinWidth | 0.9 |
MainPanel
Class: GUI2K4.AltSectionBackground
Property | Value |
---|---|
RenderWeight | 0.2 |
WinHeight | 0.7 |
WinLeft | 0.0 |
WinTop | 0.15 |
WinWidth | 1.0 |
RCMenu
Class: XInterface.GUIContextMenu
Property | Value |
---|---|
OnOpen | ContextOpen |
OnSelect | ContextClick |
UserDirectory
Class: GUI2K4.DirectoryTreeListBox
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
bVisibleWhenEmpty | True |
WinHeight | 0.939583 |
WinLeft | 0.020833 |
WinTop | 0.027778 |
WinWidth | 0.760413 |
Functions
Events
Closed
Overrides: GUIPage.Closed
HandleParameters
Overrides: GUIPage.HandleParameters
InitComponent
Overrides: FloatingWindow.InitComponent
Other instance functions
AddPreDraw
AddToPlaylist
ClosePreDraw
ContextClick
ContextOpen
DCOnChange
FloatingPreDraw
Overrides: FloatingWindow.FloatingPreDraw