C# Class OdessaGUIProject.UI_Controls.HighlightThumbnailControl

Mostrar archivo Open project: noahsw/highlight-hunter Class Usage Examples

Private Properties

Property Type Description
HighlightThumbnailControl System
HighlightThumbnailControl_Load void
InitializeComponent void
ShowPlayOverlay void
UpdateDuration void
durationLabel_Click void
highlightObject_DurationChanged void
highlightObject_FacebookShareWorkerCreated void
highlightObject_SaveWorkerCreated void
highlightObject_TitleChanged void
openHighlightControl_HighlightDetailsOpening void
removePicture_Click void
thumbnailBox_Click void
thumbnailBox_MouseEnter void
thumbnailBox_MouseLeave void
thumbnailQueueItem_ThumbnailGenerated void
titleLabel_Click void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
HighlightThumbnailControl ( ) : System
HighlightThumbnailControl_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ShowPlayOverlay ( ) : void
UpdateDuration ( ) : void
durationLabel_Click ( object sender, EventArgs e ) : void
highlightObject_DurationChanged ( object sender, EventArgs e ) : void
highlightObject_FacebookShareWorkerCreated ( object sender, EventArgs e ) : void
highlightObject_SaveWorkerCreated ( object sender, EventArgs e ) : void
highlightObject_TitleChanged ( object sender, EventArgs e ) : void
openHighlightControl_HighlightDetailsOpening ( object sender, EventArgs e ) : void
removePicture_Click ( object sender, EventArgs e ) : void
thumbnailBox_Click ( object sender, EventArgs e ) : void
thumbnailBox_MouseEnter ( object sender, EventArgs e ) : void
thumbnailBox_MouseLeave ( object sender, EventArgs e ) : void
thumbnailQueueItem_ThumbnailGenerated ( object sender, Image thumbnail ) : void
titleLabel_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void