C# 클래스 ME3Explorer.Matinee.Timeline

Creates a timeline control, with tracks, track groups, and key frames
상속: UMD.HCIL.Piccolo.PCanvas
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

프로퍼티 타입 설명
GroupList InterpData
InfoHeight float
ListWidth float
TimeLineInfo UMD.HCIL.Piccolo.PNode
TimeLineView UMD.HCIL.Piccolo.PLayer
TrackHeight float

보호된 프로퍼티들

프로퍼티 타입 설명
setupDone bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

메소드 상세

Dispose() 보호된 메소드

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

InitializeComponent() 공개 메소드

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

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

Timeline() 공개 메소드

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

Timeline() 공개 메소드

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

프로퍼티 상세

GroupList 공개적으로 프로퍼티

public InterpData,ME3Explorer.Matinee GroupList
리턴 InterpData

InfoHeight 공개적으로 정적으로 프로퍼티

public static float InfoHeight
리턴 float

ListWidth 공개적으로 정적으로 프로퍼티

public static float ListWidth
리턴 float

TimeLineInfo 공개적으로 프로퍼티

public PNode,UMD.HCIL.Piccolo TimeLineInfo
리턴 UMD.HCIL.Piccolo.PNode

TimeLineView 공개적으로 프로퍼티

public PLayer,UMD.HCIL.Piccolo TimeLineView
리턴 UMD.HCIL.Piccolo.PLayer

TrackHeight 공개적으로 정적으로 프로퍼티

public static float TrackHeight
리턴 float

setupDone 보호되어 있는 프로퍼티

protected bool setupDone
리턴 bool