C# Class ME3Explorer.Matinee.Timeline

Creates a timeline control, with tracks, track groups, and key frames
Inheritance: UMD.HCIL.Piccolo.PCanvas
ファイルを表示 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
GroupList InterpData
InfoHeight float
ListWidth float
TimeLineInfo UMD.HCIL.Piccolo.PNode
TimeLineView UMD.HCIL.Piccolo.PLayer
TrackHeight float

Protected Properties

Property Type Description
setupDone bool

Public Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Timeline ( ) : ME3Explorer.SequenceObjects

Empty Constructor is necessary so that this control can be used as an applet.

Timeline ( int width, int height ) : ME3Explorer.SequenceObjects

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

InitializeComponent() public method

Required method for Designer support - do not modify the contents of this method with the code editor.
public InitializeComponent ( ) : void
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

Timeline() public method

Empty Constructor is necessary so that this control can be used as an applet.
public Timeline ( ) : ME3Explorer.SequenceObjects
return ME3Explorer.SequenceObjects

Timeline() public method

public Timeline ( int width, int height ) : ME3Explorer.SequenceObjects
width int
height int
return ME3Explorer.SequenceObjects

Property Details

GroupList public_oe property

public InterpData,ME3Explorer.Matinee GroupList
return InterpData

InfoHeight public_oe static_oe property

public static float InfoHeight
return float

ListWidth public_oe static_oe property

public static float ListWidth
return float

TimeLineInfo public_oe property

public PNode,UMD.HCIL.Piccolo TimeLineInfo
return UMD.HCIL.Piccolo.PNode

TimeLineView public_oe property

public PLayer,UMD.HCIL.Piccolo TimeLineView
return UMD.HCIL.Piccolo.PLayer

TrackHeight public_oe static_oe property

public static float TrackHeight
return float

setupDone protected_oe property

protected bool setupDone
return bool