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

GUI2K4.ID3TagEditor

Extends
FloatingWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.ID3TagEditor

Variables Summary
stringEditBoxHint
array<AnimatedEditbox>ed_Fields
StreamInterfaceFileManager
stringFileName
StreamInteractionHandler
StreamTagID3Tag
GUIMultiOptionListBoxlb_Fields
GUIMultiOptionListli_Fields
GUIPanelp_Main
StreamStream
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 Variables from GUI2K4.PopupPageBase
bClosing, bFading, CurFade, CurFadeTime, DesiredFade, FadeTime, i_FrameBG

Functions Summary
event Closed (GUIComponent Sender, bool bCancelled)
functionint FindFieldIndex (string Caption)
function HandleObject (Object Obj, optional Object OptionalObject_1, optional Object OptionalObj_2)
function HandleParameters (string ParamA, string ParamB)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function InternalOnChange (GUIComponent Sender)
function ListCreateComponent (GUIMenuOption NewComp, GUIMultiOptionList Sender)
function ReadTag ()
functionbool SetFileManager ()
functionbool SetHandler ()
function SetPanelPosition (Canvas C)
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
Inherited Functions from GUI2K4.PopupPageBase
FadeIn, FadeOut, InternalOnPreDraw, Opened


Variables Detail

EditBoxHint Source code

var localized string EditBoxHint;

ed_Fields Source code

var array<AnimatedEditbox> ed_Fields;

FileManager Source code

var StreamInterface FileManager;

FileName Source code

var string FileName;

Handler Source code

var StreamInteraction Handler;

ID3Tag Source code

var StreamTag ID3Tag;

lb_Fields Source code

var GUIMultiOptionListBox lb_Fields;

li_Fields Source code

var GUIMultiOptionList li_Fields;

p_Main Source code

var automated GUIPanel p_Main;

Stream Source code

var Stream Stream;


Functions Detail

Closed Source code

event Closed ( GUIComponent Sender, bool bCancelled )

FindFieldIndex Source code

function int FindFieldIndex ( string Caption )

HandleObject Source code

function HandleObject ( Object Obj, optional Object OptionalObject_1, optional Object OptionalObj_2 )

HandleParameters Source code

function HandleParameters ( string ParamA, string ParamB )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender )

ListCreateComponent Source code

function ListCreateComponent ( GUIMenuOption NewComp, GUIMultiOptionList Sender )

ReadTag Source code

function ReadTag ( )

SetFileManager Source code

function bool SetFileManager ( )

SetHandler Source code

function bool SetHandler ( )

SetPanelPosition Source code

function SetPanelPosition ( Canvas C )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIPanel Name=MainPanel
         WinTop=0.091595
         WinLeft=0.011250
         WinWidth=0.978750
         WinHeight=0.896250
         RenderWeight=0.200000
     End Object
     p_Main=GUIPanel'GUI2K4.ID3TagEditor.MainPanel'

     Begin Object Class=GUIMultiOptionListBox Name=FieldList
         bVisibleWhenEmpty=True
         OnCreateComponent=FieldList.InternalOnCreateComponent
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     lb_Fields=GUIMultiOptionListBox'GUI2K4.ID3TagEditor.FieldList'

     EditBoxHint="Click to edit"
     WindowName="Tag Editor"
     MinPageWidth=0.458984
     MinPageHeight=0.330155
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:02.578 - Created with UnCodeX