C# Class OdessaGUIProject.HighlightDetailsForm

Mostra file Open project: noahsw/highlight-hunter

Private Properties

Property Type Description
DisplayNextHighlight void
DisplayPreviousHighlight void
DonateClip void
GetOriginXForCenterPoint int
GetPositionFromTickBoxLocation double
GetPositionOfEndTickBox double
GetPositionOfPlayHeadTickBox double
GetPositionOfStartTickBox double
GetTimelineWidthFromSeconds int
HideTutorialBubbles void
HighlightDetailsForm_FormClosing void
HighlightDetailsForm_KeyPress void
HighlightDetailsForm_Load void
HighlightDetailsForm_Paint void
HighlightDetailsForm_Resize void
HighlightDetailsForm_Shown void
InitializeBookmarkFlagTutorialBubble void
InitializeCloseDetailsTutorialBubble void
InitializeComponent void
InitializeHandlesTutorialBubble void
InitializeShareButtonTutorialBubble void
MoveBookmarkToPosition void
MoveEndTickBoxToPosition void
MovePlayHeadToPosition void
MoveStartTickBoxToPosition void
PaintRefresh void
ResumePlayStateBeforeSeeking void
SeekToPosition void
SendNCWinMessage void
UpdateHighlightDurationLabel void
UpdateHighlightTimeline void
UpdatePlayStatePicture void
UpdateTickBoxLocations void
UpdateTimelineBounds void
UpdateTutorialBubbleCoordinates void
WndProc void
bookmarkFlagTutorialBubble_Advance void
closeDetailsTutorialBubble_Advance void
currentHighlight_DurationChanged void
currentHighlight_TitleChanged void
donateFalsePositiveToolStripMenuItem_Click void
donateIntentionalMarkToolStripMenuItem_Click void
donateMissedMarkToolStripMenuItem_Click void
endTickBox_MouseMove void
handlesTutorialBubble_Advance void
installQuickTimeLinkLabel_LinkClicked void
nextHighlightPictureBox_Click void
playHeadBox_MouseDown void
playHeadBox_MouseMove void
playHeadBox_MouseUp void
playStatePicture_Click void
previousHighlightPictureBox_Click void
removeHighlightPictureButtonControl_Click void
rightPanel_MouseClick void
shareToFacebookButton_AdvanceTutorial void
startTickBox_DoubleClick void
startTickBox_MouseMove void
tickBoxLocationsTimer_Tick void
timeline_MouseDown void
timeline_MouseMove void
timeline_MouseUp void
titleTextBox_Leave void
titleTextBox_TextChanged void
trimTickBox_MouseDown void
trimTickBox_MouseUp void
videoPlayerSeekHelper_DoneWorking void
videoPlayer_InitializationError void
videoPlayer_OpenStateChanged void
videoPlayer_PlayStateChanged void
videoPlayer_PlayerError void
zoomOutEndTimer_Tick void
zoomOutStartTimer_Tick void

Public Methods

Method Description
HighlightDetailsForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnInitializeStartOverTutorialBubble ( ) : void
OnTutorialProgressUpdated ( ) : void

Private Methods

Method Description
DisplayNextHighlight ( ) : void
DisplayPreviousHighlight ( ) : void
DonateClip ( bool isMarkIntentional ) : void
GetOriginXForCenterPoint ( Control anchorControl, Control slaveControl ) : int
GetPositionFromTickBoxLocation ( int controlMeasurementPoint ) : double
GetPositionOfEndTickBox ( ) : double
GetPositionOfPlayHeadTickBox ( ) : double
GetPositionOfStartTickBox ( ) : double
GetTimelineWidthFromSeconds ( double seconds ) : int

Returns the pixel width of the timeline that represents @seconds in the current zoom

HideTutorialBubbles ( ) : void
HighlightDetailsForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
HighlightDetailsForm_KeyPress ( object sender, KeyPressEventArgs e ) : void
HighlightDetailsForm_Load ( object sender, EventArgs e ) : void
HighlightDetailsForm_Paint ( object sender, PaintEventArgs e ) : void
HighlightDetailsForm_Resize ( object sender, EventArgs e ) : void
HighlightDetailsForm_Shown ( object sender, EventArgs e ) : void
InitializeBookmarkFlagTutorialBubble ( ) : void
InitializeCloseDetailsTutorialBubble ( ) : void
InitializeComponent ( ) : void

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

InitializeHandlesTutorialBubble ( ) : void
InitializeShareButtonTutorialBubble ( ) : void
MoveBookmarkToPosition ( double position ) : void
MoveEndTickBoxToPosition ( double position ) : void
MovePlayHeadToPosition ( double position ) : void
MoveStartTickBoxToPosition ( double position ) : void
PaintRefresh ( ) : void
ResumePlayStateBeforeSeeking ( ) : void
SeekToPosition ( double position ) : void
SendNCWinMessage ( int msg, IntPtr wParam, IntPtr lParam ) : void
UpdateHighlightDurationLabel ( ) : void
UpdateHighlightTimeline ( ) : void
UpdatePlayStatePicture ( ) : void
UpdateTickBoxLocations ( bool includePlayHead = true ) : void
UpdateTimelineBounds ( ) : void
UpdateTutorialBubbleCoordinates ( ) : void
WndProc ( Message &m ) : void
bookmarkFlagTutorialBubble_Advance ( object sender, EventArgs e ) : void
closeDetailsTutorialBubble_Advance ( object sender, EventArgs e ) : void
currentHighlight_DurationChanged ( object sender, EventArgs e ) : void
currentHighlight_TitleChanged ( object sender, EventArgs e ) : void
donateFalsePositiveToolStripMenuItem_Click ( object sender, EventArgs e ) : void
donateIntentionalMarkToolStripMenuItem_Click ( object sender, EventArgs e ) : void
donateMissedMarkToolStripMenuItem_Click ( object sender, EventArgs e ) : void
endTickBox_MouseMove ( object sender, MouseEventArgs e ) : void
handlesTutorialBubble_Advance ( object sender, EventArgs e ) : void
installQuickTimeLinkLabel_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
nextHighlightPictureBox_Click ( object sender, EventArgs e ) : void
playHeadBox_MouseDown ( object sender, MouseEventArgs e ) : void
playHeadBox_MouseMove ( object sender, MouseEventArgs e ) : void
playHeadBox_MouseUp ( object sender, MouseEventArgs e ) : void
playStatePicture_Click ( object sender, EventArgs e ) : void
previousHighlightPictureBox_Click ( object sender, EventArgs e ) : void
removeHighlightPictureButtonControl_Click ( object sender, EventArgs e ) : void
rightPanel_MouseClick ( object sender, MouseEventArgs e ) : void
shareToFacebookButton_AdvanceTutorial ( object sender, EventArgs e ) : void
startTickBox_DoubleClick ( object sender, EventArgs e ) : void
startTickBox_MouseMove ( object sender, MouseEventArgs e ) : void
tickBoxLocationsTimer_Tick ( object sender, EventArgs e ) : void
timeline_MouseDown ( object sender, MouseEventArgs e ) : void
timeline_MouseMove ( object sender, MouseEventArgs e ) : void
timeline_MouseUp ( object sender, MouseEventArgs e ) : void
titleTextBox_Leave ( object sender, EventArgs e ) : void
titleTextBox_TextChanged ( object sender, EventArgs e ) : void
trimTickBox_MouseDown ( object sender, MouseEventArgs e ) : void
trimTickBox_MouseUp ( object sender, MouseEventArgs e ) : void
videoPlayerSeekHelper_DoneWorking ( object sender, EventArgs e ) : void
videoPlayer_InitializationError ( object sender, EventArgs e ) : void
videoPlayer_OpenStateChanged ( object sender, OpenStateChangedEventArgs e ) : void
videoPlayer_PlayStateChanged ( object sender, PlayStateChangedEventArgs e ) : void
videoPlayer_PlayerError ( object sender, PlayerErrorEventArgs e ) : void
zoomOutEndTimer_Tick ( object sender, EventArgs e ) : void
zoomOutStartTimer_Tick ( 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

HighlightDetailsForm() public method

public HighlightDetailsForm ( ) : System
return System

OnInitializeStartOverTutorialBubble() protected method

protected OnInitializeStartOverTutorialBubble ( ) : void
return void

OnTutorialProgressUpdated() protected method

protected OnTutorialProgressUpdated ( ) : void
return void