C# Class AlphaTab.Platform.JavaScript.WorkerScoreRenderer

Inheritance: SharpKit.Html.HtmlContext, IScoreRenderer
Afficher le fichier Open project: CoderLine/alphaTab Class Usage Examples

Méthodes publiques

Méthode Description
Invalidate ( ) : void
Load ( object data, int trackIndexes ) : void
RenderMultiple ( int trackIndexes ) : void
Resize ( int width ) : void
Tex ( string contents ) : void
UpdateSettings ( Settings settings ) : void
WorkerScoreRenderer ( Settings settings ) : System

Méthodes protégées

Méthode Description
OnLoaded ( AlphaTab.Model.Score score ) : void
OnPartialRenderFinished ( RenderFinishedEventArgs obj ) : void
OnPostRenderFinished ( ) : void
OnPreRender ( RenderFinishedEventArgs obj ) : void
OnRenderFinished ( RenderFinishedEventArgs obj ) : void

Private Methods

Méthode Description
CreateWorkerUrl ( ) : string
HandleWorkerMessage ( SharpKit.Html.DOMEvent e ) : void

Method Details

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

Load() public méthode

public Load ( object data, int trackIndexes ) : void
data object
trackIndexes int
Résultat void

OnLoaded() protected méthode

protected OnLoaded ( AlphaTab.Model.Score score ) : void
score AlphaTab.Model.Score
Résultat void

OnPartialRenderFinished() protected méthode

protected OnPartialRenderFinished ( RenderFinishedEventArgs obj ) : void
obj AlphaTab.Rendering.RenderFinishedEventArgs
Résultat void

OnPostRenderFinished() protected méthode

protected OnPostRenderFinished ( ) : void
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( RenderFinishedEventArgs obj ) : void
obj AlphaTab.Rendering.RenderFinishedEventArgs
Résultat void

OnRenderFinished() protected méthode

protected OnRenderFinished ( RenderFinishedEventArgs obj ) : void
obj AlphaTab.Rendering.RenderFinishedEventArgs
Résultat void

RenderMultiple() public méthode

public RenderMultiple ( int trackIndexes ) : void
trackIndexes int
Résultat void

Resize() public méthode

public Resize ( int width ) : void
width int
Résultat void

Tex() public méthode

public Tex ( string contents ) : void
contents string
Résultat void

UpdateSettings() public méthode

public UpdateSettings ( Settings settings ) : void
settings Settings
Résultat void

WorkerScoreRenderer() public méthode

public WorkerScoreRenderer ( Settings settings ) : System
settings Settings
Résultat System