C# Class MidiBard.PluginUI

Exibir arquivo Open project: akira0245/MidiBard

Public Properties

Property Type Description
IsVisible bool

Public Methods

Method Description
Draw ( ) : void
IsImporting ( ) : bool

Private Methods

Method Description
DrawButtonFastForward ( ) : void
DrawButtonMiniPlayer ( ) : void
DrawButtonPlayMode ( ) : void
DrawButtonPlayPause ( ) : void
DrawButtonShowPlayerControl ( ) : void
DrawButtonShowSettingsPanel ( ) : void
DrawButtonStop ( ) : void
DrawCurrentPlaying ( ) : void
DrawDebugWindow ( ) : void
DrawFailedImportMessage ( ) : void
DrawImportButton ( ) : void
DrawImportProgress ( ) : void
DrawPanelGeneralSettings ( ) : void
DrawPanelMusicControl ( ) : void
DrawProgressBar ( ) : void
DrawTrackTrunkSelectionWindow ( ) : void
HelpMarker ( string desc, bool sameline = true ) : void
RunImportTask ( ) : void
ToolTip ( string desc ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

IsImporting() public method

public IsImporting ( ) : bool
return bool

Property Details

IsVisible public_oe property

public bool IsVisible
return bool