C# Class GnomeSubtitles.Core.EventHandlers

Afficher le fichier Open project: GNOME/gnome-subtitles Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public OnEditCopy ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditCut() public méthode

public OnEditCut ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditDeleteSubtitles() public méthode

public OnEditDeleteSubtitles ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditFormatBold() public méthode

public OnEditFormatBold ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditFormatItalic() public méthode

public OnEditFormatItalic ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditFormatUnderline() public méthode

public OnEditFormatUnderline ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditInsertSubtitleAfter() public méthode

public OnEditInsertSubtitleAfter ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditInsertSubtitleAtVideoPosition() public méthode

public OnEditInsertSubtitleAtVideoPosition ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditInsertSubtitleBefore() public méthode

public OnEditInsertSubtitleBefore ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditMerge() public méthode

public OnEditMerge ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditPaste() public méthode

public OnEditPaste ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditPreferences() public méthode

public OnEditPreferences ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditRedo() public méthode

public OnEditRedo ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditSplit() public méthode

public OnEditSplit ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnEditUndo() public méthode

public OnEditUndo ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileClose() public méthode

public OnFileClose ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileHeaders() public méthode

public OnFileHeaders ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileNew() public méthode

public OnFileNew ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileOpen() public méthode

public OnFileOpen ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileProperties() public méthode

public OnFileProperties ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileQuit() public méthode

public OnFileQuit ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileSave() public méthode

public OnFileSave ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileSaveAs() public méthode

public OnFileSaveAs ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileTranslationClose() public méthode

public OnFileTranslationClose ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileTranslationNew() public méthode

public OnFileTranslationNew ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileTranslationOpen() public méthode

public OnFileTranslationOpen ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileTranslationReload() public méthode

public OnFileTranslationReload ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileTranslationSave() public méthode

public OnFileTranslationSave ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnFileTranslationSaveAs() public méthode

public OnFileTranslationSaveAs ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnGlobalSelectionShiftDecrease() public méthode

public OnGlobalSelectionShiftDecrease ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnGlobalSelectionShiftIncrease() public méthode

public OnGlobalSelectionShiftIncrease ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnGlobalSubtitleEndDecrease() public méthode

public OnGlobalSubtitleEndDecrease ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnGlobalSubtitleEndIncrease() public méthode

public OnGlobalSubtitleEndIncrease ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnGlobalSubtitleStartDecrease() public méthode

public OnGlobalSubtitleStartDecrease ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnGlobalSubtitleStartIncrease() public méthode

public OnGlobalSubtitleStartIncrease ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnHelpAbout() public méthode

public OnHelpAbout ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnHelpContents() public méthode

public OnHelpContents ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnHelpKeyboardShortcuts() public méthode

public OnHelpKeyboardShortcuts ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnHelpReportBug() public méthode

public OnHelpReportBug ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnHelpRequestFeature() public méthode

public OnHelpRequestFeature ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnRowActivated() public méthode

public OnRowActivated ( object o, Gtk.RowActivatedArgs args ) : void
o object
args Gtk.RowActivatedArgs
Résultat void

OnSearchFind() public méthode

public OnSearchFind ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnSearchFindNext() public méthode

public OnSearchFindNext ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnSearchFindPrevious() public méthode

public OnSearchFindPrevious ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnSearchReplace() public méthode

public OnSearchReplace ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnSizeAllocated() public méthode

public OnSizeAllocated ( object o, Gtk.SizeAllocatedArgs args ) : void
o object
args Gtk.SizeAllocatedArgs
Résultat void

OnSubtitleAreaDragDataReceived() public méthode

public OnSubtitleAreaDragDataReceived ( object o, Gtk.DragDataReceivedArgs args ) : void
o object
args Gtk.DragDataReceivedArgs
Résultat void

OnSubtitleViewKeyPressed() public méthode

public OnSubtitleViewKeyPressed ( object o, Gtk.KeyPressEventArgs args ) : void
o object
args Gtk.KeyPressEventArgs
Résultat void

OnTimingsAdjust() public méthode

public OnTimingsAdjust ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnTimingsShift() public méthode

public OnTimingsShift ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnTimingsSynchronize() public méthode

public OnTimingsSynchronize ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnToolsAutocheckSpelling() public méthode

public OnToolsAutocheckSpelling ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnToolsSetTextLanguage() public méthode

public OnToolsSetTextLanguage ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnToolsSetTranslationLanguage() public méthode

public OnToolsSetTranslationLanguage ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnToolsTranslateText() public méthode

public OnToolsTranslateText ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnToolsTranslateTranslation() public méthode

public OnToolsTranslateTranslation ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoAreaDragDataReceived() public méthode

public OnVideoAreaDragDataReceived ( object o, Gtk.DragDataReceivedArgs args ) : void
o object
args Gtk.DragDataReceivedArgs
Résultat void

OnVideoAutoSelectSubtitles() public méthode

public OnVideoAutoSelectSubtitles ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoClose() public méthode

public OnVideoClose ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoForward() public méthode

public OnVideoForward ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoLoopSelectionPlayback() public méthode

public OnVideoLoopSelectionPlayback ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoOpen() public méthode

public OnVideoOpen ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoPlayPause() public méthode

public OnVideoPlayPause ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoRewind() public méthode

public OnVideoRewind ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoSeekTo() public méthode

public OnVideoSeekTo ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoSeekToSelection() public méthode

public OnVideoSeekToSelection ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoSelectNearestSubtitle() public méthode

public OnVideoSelectNearestSubtitle ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoSetSubtitleEnd() public méthode

public OnVideoSetSubtitleEnd ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoSetSubtitleStart() public méthode

public OnVideoSetSubtitleStart ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoSetSubtitleStartEnd() public méthode

public OnVideoSetSubtitleStartEnd ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoSetSubtitleStartEndGrabFocus() public méthode

public OnVideoSetSubtitleStartEndGrabFocus ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoSetSubtitleStartEndKeyRelease() public méthode

public OnVideoSetSubtitleStartEndKeyRelease ( object o, Gtk.KeyReleaseEventArgs args ) : void
o object
args Gtk.KeyReleaseEventArgs
Résultat void

OnVideoSpeed() public méthode

public OnVideoSpeed ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoSpeedDown() public méthode

public OnVideoSpeedDown ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnVideoSpeedUp() public méthode

public OnVideoSpeedUp ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnViewFrames() public méthode

public OnViewFrames ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnViewLineLengthsToggled() public méthode

public OnViewLineLengthsToggled ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnViewTimes() public méthode

public OnViewTimes ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnViewVideo() public méthode

public OnViewVideo ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnViewVideoSubtitlesText() public méthode

public OnViewVideoSubtitlesText ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnViewVideoSubtitlesTranslation() public méthode

public OnViewVideoSubtitlesTranslation ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnWindowDelete() public méthode

public OnWindowDelete ( object o, Gtk.DeleteEventArgs args ) : void
o object
args Gtk.DeleteEventArgs
Résultat void