C# 클래스 OdessaGUIProject.UI_Controls.ReviewVideosControl

파일 보기 프로젝트 열기: noahsw/highlight-hunter 1 사용 예제들

공개 메소드들

메소드 설명
DisplayHighlights ( ) : void
ReviewVideosControl ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddDivider ( InputFileObject inputFileObject ) : void
AddHighlightToPanel ( HighlightObject highlightObject ) : void
AddNoHighlightToPanel ( InputFileObject inputFileObject ) : void
Export ( AbstractExportWorker exportWorker ) : void
HideTutorialBubbles ( ) : void
InitializeComponent ( ) : void

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

InitializeHighlightsFoundTutorialBubble ( ) : void
OnTutorialProgressUpdated ( ) : void
RemoveHighlight ( HighlightObject highlightObject ) : void
ReviewVideosControl_Load ( object sender, EventArgs e ) : void
ReviewVideosControl_Resize ( object sender, EventArgs e ) : void
ShouldContinuePublishing ( ) : bool
ShouldContinueReviewing ( ) : bool
StartOver ( ) : void
exportLinkLabel_Click ( object sender, EventArgs e ) : void
exportToAdobePremiereToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exportToSonyVegasToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exportToWindowsLiveMovieMakerToolStripMenuItem_Click ( object sender, EventArgs e ) : void
highlightDetailsForm_HighlightRemoved ( object sender, HighlightEventArgs e ) : void
highlightDetailsForm_InitializeStartOverTutorialBubble ( object sender, EventArgs e ) : void
highlightDetailsForm_TutorialProgressUpdated ( object sender, EventArgs e ) : void
highlightThumbnailControl_HighlightDetailsOpening ( object sender, HighlightEventArgs e ) : void
highlightThumbnailControl_HighlightRemoved ( object sender, HighlightEventArgs e ) : void
highlightsFoundTutorialBubble_Advance ( object sender, EventArgs e ) : void
noHighlightThumbnailControl_RescanRequested ( object sender, EventArgs e ) : void
parentPanel_Paint ( object sender, PaintEventArgs e ) : void
proGlyphPictureBox_Click ( object sender, EventArgs e ) : void
saveAllLinkLabel_Click ( object sender, EventArgs e ) : void
startOverLinkLabel_Click ( object sender, EventArgs e ) : void
startOverTutorialBubble_Advance ( object sender, EventArgs e ) : void

메소드 상세

DisplayHighlights() 공개 메소드

public DisplayHighlights ( ) : void
리턴 void

Dispose() 보호된 메소드

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

ReviewVideosControl() 공개 메소드

public ReviewVideosControl ( ) : System
리턴 System