Method | Description | |
---|---|---|
HighlightDetailsForm ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnInitializeStartOverTutorialBubble ( ) : void | ||
OnTutorialProgressUpdated ( ) : void |
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnInitializeStartOverTutorialBubble ( ) : void | ||
return | void |
protected OnTutorialProgressUpdated ( ) : void | ||
return | void |