C# Class csCommon.Plugins.NotebookPlugin.ScreenshotPlugin

Inheritance: Caliburn.Micro.PropertyChangedBase, IPlugin
ファイルを表示 Open project: TNOCS/csTouch

Public Methods

Method Description
AppState_ScriptCommand ( object sender, string command ) : void
Clear ( ) : void
Init ( ) : void
Pause ( ) : void
Start ( ) : void
Stop ( ) : void
TakeScreenshot ( object sender, MenuItemEventArgs e ) : void
UpdateButtons ( ) : void

Method Details

AppState_ScriptCommand() public method

public AppState_ScriptCommand ( object sender, string command ) : void
sender object
command string
return void

Clear() public method

public Clear ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TakeScreenshot() public method

public TakeScreenshot ( object sender, MenuItemEventArgs e ) : void
sender object
e csCommon.csMapCustomControls.CircularMenu.MenuItemEventArgs
return void

UpdateButtons() public method

public UpdateButtons ( ) : void
return void