Mostly Harmless
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[edit]
Property group 'StreamPlaylistEditor'[edit]
CurrentPlaylist[edit]
Type: StreamPlaylist
Modifiers: editinline, noexport
FileManager[edit]
Type: StreamInterface
Modifiers: editinline, editconst, noexport
GeneralFileItems[edit]
Modifiers: localized
Default value: "Play selected"
GeneralFolderItems[edit]
Modifiers: localized
Default value: "Add to playlist"
Handler[edit]
Type: StreamInteraction
Modifiers: editinline, editconst, noexport
ImportItems[edit]
Modifiers: localized
Default value, index 0: "Import to new playlist"
Default value, index 1: "Import to current playlist"
li_Directory[edit]
Type: DirectoryTreeList
Modifiers: editinline, noexport
NonPlaylistItems[edit]
Modifiers: localized
Default value, index 0: "Add to playlist"
Default value, index 1: "Add to playlist & play"
PlaylistItems[edit]
Modifiers: localized
Default value: "Remove from playlist"
PlaylistManager[edit]
Type: StreamPlaylistManager
Modifiers: editinline, editconst, noexport
Internal variables[edit]
b_Add[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'AddButton'
b_Done[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'CloseButton'
co_DriveLetters[edit]
Type: moComboBox
Modifiers: automated
Default value: moComboBox'lbDriveLetters'
lb_Directory[edit]
Type: DirectoryTreeListBox
Modifiers: automated
Default value: DirectoryTreeListBox'UserDirectory'
sb_Main[edit]
Type: GUISectionBackground
Modifiers: automated
Default value: AltSectionBackground'MainPanel'
Default values[edit]
Property | Value |
---|---|
bPersistent | True |
ContextMenu | GUIContextMenu'RCMenu' |
MinPageHeight | 0.227902 |
MinPageWidth | 0.375 |
OnKeyEvent | InternalOnKeyEvent |
OnRightClick | InternalRightClick |
WindowName | "Adding Songs to " |
Subobjects[edit]
AddButton[edit]
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[edit]
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[edit]
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[edit]
Class: GUI2K4.AltSectionBackground
Property | Value |
---|---|
RenderWeight | 0.2 |
WinHeight | 0.7 |
WinLeft | 0.0 |
WinTop | 0.15 |
WinWidth | 1.0 |
RCMenu[edit]
Class: XInterface.GUIContextMenu
Property | Value |
---|---|
OnOpen | ContextOpen |
OnSelect | ContextClick |
UserDirectory[edit]
Class: GUI2K4.DirectoryTreeListBox
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
bVisibleWhenEmpty | True |
WinHeight | 0.939583 |
WinLeft | 0.020833 |
WinTop | 0.027778 |
WinWidth | 0.760413 |
Functions[edit]
Events[edit]
Closed[edit]
Overrides: GUIPage.Closed
HandleParameters[edit]
Overrides: GUIPage.HandleParameters
InitComponent[edit]
Overrides: FloatingWindow.InitComponent
Other instance functions[edit]
AddPreDraw[edit]
AddToPlaylist[edit]
ClosePreDraw[edit]
ContextClick[edit]
ContextOpen[edit]
DCOnChange[edit]
FloatingPreDraw[edit]
Overrides: FloatingWindow.FloatingPreDraw