C# Class GnomeSubtitles.Core.EventHandlers

Show file Open project: GNOME/gnome-subtitles Class Usage Examples

Public Methods

Method Description
OnEditCopy ( object o, EventArgs args ) : void
OnEditCut ( object o, EventArgs args ) : void
OnEditDeleteSubtitles ( object o, EventArgs args ) : void
OnEditFormatBold ( object o, EventArgs args ) : void
OnEditFormatItalic ( object o, EventArgs args ) : void
OnEditFormatUnderline ( object o, EventArgs args ) : void
OnEditInsertSubtitleAfter ( object o, EventArgs args ) : void
OnEditInsertSubtitleAtVideoPosition ( object o, EventArgs args ) : void
OnEditInsertSubtitleBefore ( object o, EventArgs args ) : void
OnEditMerge ( object o, EventArgs args ) : void
OnEditPaste ( object o, EventArgs args ) : void
OnEditPreferences ( object o, EventArgs args ) : void
OnEditRedo ( object o, EventArgs args ) : void
OnEditSplit ( object o, EventArgs args ) : void
OnEditUndo ( object o, EventArgs args ) : void
OnFileClose ( object o, EventArgs args ) : void
OnFileHeaders ( object o, EventArgs args ) : void
OnFileNew ( object o, EventArgs args ) : void
OnFileOpen ( object o, EventArgs args ) : void
OnFileProperties ( object o, EventArgs args ) : void
OnFileQuit ( object o, EventArgs args ) : void
OnFileSave ( object o, EventArgs args ) : void
OnFileSaveAs ( object o, EventArgs args ) : void
OnFileTranslationClose ( object o, EventArgs args ) : void
OnFileTranslationNew ( object o, EventArgs args ) : void
OnFileTranslationOpen ( object o, EventArgs args ) : void
OnFileTranslationReload ( object o, EventArgs args ) : void
OnFileTranslationSave ( object o, EventArgs args ) : void
OnFileTranslationSaveAs ( object o, EventArgs args ) : void
OnGlobalSelectionShiftDecrease ( object o, EventArgs args ) : void
OnGlobalSelectionShiftIncrease ( object o, EventArgs args ) : void
OnGlobalSubtitleEndDecrease ( object o, EventArgs args ) : void
OnGlobalSubtitleEndIncrease ( object o, EventArgs args ) : void
OnGlobalSubtitleStartDecrease ( object o, EventArgs args ) : void
OnGlobalSubtitleStartIncrease ( object o, EventArgs args ) : void
OnHelpAbout ( object o, EventArgs args ) : void
OnHelpContents ( object o, EventArgs args ) : void
OnHelpKeyboardShortcuts ( object o, EventArgs args ) : void
OnHelpReportBug ( object o, EventArgs args ) : void
OnHelpRequestFeature ( object o, EventArgs args ) : void
OnRowActivated ( object o, Gtk.RowActivatedArgs args ) : void
OnSearchFind ( object o, EventArgs args ) : void
OnSearchFindNext ( object o, EventArgs args ) : void
OnSearchFindPrevious ( object o, EventArgs args ) : void
OnSearchReplace ( object o, EventArgs args ) : void
OnSizeAllocated ( object o, Gtk.SizeAllocatedArgs args ) : void
OnSubtitleAreaDragDataReceived ( object o, Gtk.DragDataReceivedArgs args ) : void
OnSubtitleViewKeyPressed ( object o, Gtk.KeyPressEventArgs args ) : void
OnTimingsAdjust ( object o, EventArgs args ) : void
OnTimingsShift ( object o, EventArgs args ) : void
OnTimingsSynchronize ( object o, EventArgs args ) : void
OnToolsAutocheckSpelling ( object o, EventArgs args ) : void
OnToolsSetTextLanguage ( object o, EventArgs args ) : void
OnToolsSetTranslationLanguage ( object o, EventArgs args ) : void
OnToolsTranslateText ( object o, EventArgs args ) : void
OnToolsTranslateTranslation ( object o, EventArgs args ) : void
OnVideoAreaDragDataReceived ( object o, Gtk.DragDataReceivedArgs args ) : void
OnVideoAutoSelectSubtitles ( object o, EventArgs args ) : void
OnVideoClose ( object o, EventArgs args ) : void
OnVideoForward ( object o, EventArgs args ) : void
OnVideoLoopSelectionPlayback ( object o, EventArgs args ) : void
OnVideoOpen ( object o, EventArgs args ) : void
OnVideoPlayPause ( object o, EventArgs args ) : void
OnVideoRewind ( object o, EventArgs args ) : void
OnVideoSeekTo ( object o, EventArgs args ) : void
OnVideoSeekToSelection ( object o, EventArgs args ) : void
OnVideoSelectNearestSubtitle ( object o, EventArgs args ) : void
OnVideoSetSubtitleEnd ( object o, EventArgs args ) : void
OnVideoSetSubtitleStart ( object o, EventArgs args ) : void
OnVideoSetSubtitleStartEnd ( object o, EventArgs args ) : void
OnVideoSetSubtitleStartEndGrabFocus ( object o, EventArgs args ) : void
OnVideoSetSubtitleStartEndKeyRelease ( object o, Gtk.KeyReleaseEventArgs args ) : void
OnVideoSpeed ( object o, EventArgs args ) : void
OnVideoSpeedDown ( object o, EventArgs args ) : void
OnVideoSpeedUp ( object o, EventArgs args ) : void
OnViewFrames ( object o, EventArgs args ) : void
OnViewLineLengthsToggled ( object o, EventArgs args ) : void
OnViewTimes ( object o, EventArgs args ) : void
OnViewVideo ( object o, EventArgs args ) : void
OnViewVideoSubtitlesText ( object o, EventArgs args ) : void
OnViewVideoSubtitlesTranslation ( object o, EventArgs args ) : void
OnWindowDelete ( object o, Gtk.DeleteEventArgs args ) : void

Method Details

OnEditCopy() public method

public OnEditCopy ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditCut() public method

public OnEditCut ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditDeleteSubtitles() public method

public OnEditDeleteSubtitles ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditFormatBold() public method

public OnEditFormatBold ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditFormatItalic() public method

public OnEditFormatItalic ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditFormatUnderline() public method

public OnEditFormatUnderline ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditInsertSubtitleAfter() public method

public OnEditInsertSubtitleAfter ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditInsertSubtitleAtVideoPosition() public method

public OnEditInsertSubtitleAtVideoPosition ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditInsertSubtitleBefore() public method

public OnEditInsertSubtitleBefore ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditMerge() public method

public OnEditMerge ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditPaste() public method

public OnEditPaste ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditPreferences() public method

public OnEditPreferences ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditRedo() public method

public OnEditRedo ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditSplit() public method

public OnEditSplit ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnEditUndo() public method

public OnEditUndo ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileClose() public method

public OnFileClose ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileHeaders() public method

public OnFileHeaders ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileNew() public method

public OnFileNew ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileOpen() public method

public OnFileOpen ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileProperties() public method

public OnFileProperties ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileQuit() public method

public OnFileQuit ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileSave() public method

public OnFileSave ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileSaveAs() public method

public OnFileSaveAs ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileTranslationClose() public method

public OnFileTranslationClose ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileTranslationNew() public method

public OnFileTranslationNew ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileTranslationOpen() public method

public OnFileTranslationOpen ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileTranslationReload() public method

public OnFileTranslationReload ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileTranslationSave() public method

public OnFileTranslationSave ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnFileTranslationSaveAs() public method

public OnFileTranslationSaveAs ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnGlobalSelectionShiftDecrease() public method

public OnGlobalSelectionShiftDecrease ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnGlobalSelectionShiftIncrease() public method

public OnGlobalSelectionShiftIncrease ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnGlobalSubtitleEndDecrease() public method

public OnGlobalSubtitleEndDecrease ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnGlobalSubtitleEndIncrease() public method

public OnGlobalSubtitleEndIncrease ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnGlobalSubtitleStartDecrease() public method

public OnGlobalSubtitleStartDecrease ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnGlobalSubtitleStartIncrease() public method

public OnGlobalSubtitleStartIncrease ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnHelpAbout() public method

public OnHelpAbout ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnHelpContents() public method

public OnHelpContents ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnHelpKeyboardShortcuts() public method

public OnHelpKeyboardShortcuts ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnHelpReportBug() public method

public OnHelpReportBug ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnHelpRequestFeature() public method

public OnHelpRequestFeature ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnRowActivated() public method

public OnRowActivated ( object o, Gtk.RowActivatedArgs args ) : void
o object
args Gtk.RowActivatedArgs
return void

OnSearchFind() public method

public OnSearchFind ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnSearchFindNext() public method

public OnSearchFindNext ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnSearchFindPrevious() public method

public OnSearchFindPrevious ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnSearchReplace() public method

public OnSearchReplace ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnSizeAllocated() public method

public OnSizeAllocated ( object o, Gtk.SizeAllocatedArgs args ) : void
o object
args Gtk.SizeAllocatedArgs
return void

OnSubtitleAreaDragDataReceived() public method

public OnSubtitleAreaDragDataReceived ( object o, Gtk.DragDataReceivedArgs args ) : void
o object
args Gtk.DragDataReceivedArgs
return void

OnSubtitleViewKeyPressed() public method

public OnSubtitleViewKeyPressed ( object o, Gtk.KeyPressEventArgs args ) : void
o object
args Gtk.KeyPressEventArgs
return void

OnTimingsAdjust() public method

public OnTimingsAdjust ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnTimingsShift() public method

public OnTimingsShift ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnTimingsSynchronize() public method

public OnTimingsSynchronize ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnToolsAutocheckSpelling() public method

public OnToolsAutocheckSpelling ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnToolsSetTextLanguage() public method

public OnToolsSetTextLanguage ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnToolsSetTranslationLanguage() public method

public OnToolsSetTranslationLanguage ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnToolsTranslateText() public method

public OnToolsTranslateText ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnToolsTranslateTranslation() public method

public OnToolsTranslateTranslation ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoAreaDragDataReceived() public method

public OnVideoAreaDragDataReceived ( object o, Gtk.DragDataReceivedArgs args ) : void
o object
args Gtk.DragDataReceivedArgs
return void

OnVideoAutoSelectSubtitles() public method

public OnVideoAutoSelectSubtitles ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoClose() public method

public OnVideoClose ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoForward() public method

public OnVideoForward ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoLoopSelectionPlayback() public method

public OnVideoLoopSelectionPlayback ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoOpen() public method

public OnVideoOpen ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoPlayPause() public method

public OnVideoPlayPause ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoRewind() public method

public OnVideoRewind ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoSeekTo() public method

public OnVideoSeekTo ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoSeekToSelection() public method

public OnVideoSeekToSelection ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoSelectNearestSubtitle() public method

public OnVideoSelectNearestSubtitle ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoSetSubtitleEnd() public method

public OnVideoSetSubtitleEnd ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoSetSubtitleStart() public method

public OnVideoSetSubtitleStart ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoSetSubtitleStartEnd() public method

public OnVideoSetSubtitleStartEnd ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoSetSubtitleStartEndGrabFocus() public method

public OnVideoSetSubtitleStartEndGrabFocus ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoSetSubtitleStartEndKeyRelease() public method

public OnVideoSetSubtitleStartEndKeyRelease ( object o, Gtk.KeyReleaseEventArgs args ) : void
o object
args Gtk.KeyReleaseEventArgs
return void

OnVideoSpeed() public method

public OnVideoSpeed ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoSpeedDown() public method

public OnVideoSpeedDown ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnVideoSpeedUp() public method

public OnVideoSpeedUp ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnViewFrames() public method

public OnViewFrames ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnViewLineLengthsToggled() public method

public OnViewLineLengthsToggled ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnViewTimes() public method

public OnViewTimes ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnViewVideo() public method

public OnViewVideo ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnViewVideoSubtitlesText() public method

public OnViewVideoSubtitlesText ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnViewVideoSubtitlesTranslation() public method

public OnViewVideoSubtitlesTranslation ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

OnWindowDelete() public method

public OnWindowDelete ( object o, Gtk.DeleteEventArgs args ) : void
o object
args Gtk.DeleteEventArgs
return void