C# Class LongoMatch.Gui.Dialog.FramesCaptureProgressDialog

Inheritance: Gtk.Dialog
Mostrar archivo Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
FramesCaptureProgressDialog ( FramesSeriesCapturer capturer, Gtk parent ) : VAS.Core

Protected Methods

Method Description
Build ( ) : void
OnButtonCancelClicked ( object sender, System e ) : void
Update ( int actual, int total, VAS.Core.Common.Image frame ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

FramesCaptureProgressDialog() public method

public FramesCaptureProgressDialog ( FramesSeriesCapturer capturer, Gtk parent ) : VAS.Core
capturer FramesSeriesCapturer
parent Gtk
return VAS.Core

OnButtonCancelClicked() protected method

protected OnButtonCancelClicked ( object sender, System e ) : void
sender object
e System
return void

Update() protected method

protected Update ( int actual, int total, VAS.Core.Common.Image frame ) : void
actual int
total int
frame VAS.Core.Common.Image
return void