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
{
	MinPageWidth=0.458984
	MinPageHeight=0.330155


	EditBoxHint="Click to edit"


	WindowName="Tag Editor"


	Begin Object Class=GUIPanel Name=MainPanel
		WinWidth=0.978750
		WinHeight=0.896250
		WinLeft=0.011250
		WinTop=0.091595
		RenderWeight=0.2
	End Object
	p_Main=MainPanel


	Begin Object Class=GUIMultiOptionListBox Name=FieldList
		WinWidth=1.0
		WinHeight=1.0
		WinLeft=0.0
		WinTop=0.0
		bScaleToParent=True
		bBoundToParent=True
		bVisibleWhenEmpty=True
		NumColumns=1
	End Object
	lb_Fields=FieldList
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:09.132 - Created with UnCodeX