C# 클래스 GnomeSubtitles.Core.EventHandlers

파일 보기 프로젝트 열기: GNOME/gnome-subtitles 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

OnEditCopy() 공개 메소드

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

OnEditCut() 공개 메소드

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

OnEditDeleteSubtitles() 공개 메소드

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

OnEditFormatBold() 공개 메소드

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

OnEditFormatItalic() 공개 메소드

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

OnEditFormatUnderline() 공개 메소드

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

OnEditInsertSubtitleAfter() 공개 메소드

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

OnEditInsertSubtitleAtVideoPosition() 공개 메소드

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

OnEditInsertSubtitleBefore() 공개 메소드

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

OnEditMerge() 공개 메소드

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

OnEditPaste() 공개 메소드

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

OnEditPreferences() 공개 메소드

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

OnEditRedo() 공개 메소드

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

OnEditSplit() 공개 메소드

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

OnEditUndo() 공개 메소드

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

OnFileClose() 공개 메소드

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

OnFileHeaders() 공개 메소드

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

OnFileNew() 공개 메소드

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

OnFileOpen() 공개 메소드

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

OnFileProperties() 공개 메소드

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

OnFileQuit() 공개 메소드

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

OnFileSave() 공개 메소드

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

OnFileSaveAs() 공개 메소드

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

OnFileTranslationClose() 공개 메소드

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

OnFileTranslationNew() 공개 메소드

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

OnFileTranslationOpen() 공개 메소드

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

OnFileTranslationReload() 공개 메소드

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

OnFileTranslationSave() 공개 메소드

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

OnFileTranslationSaveAs() 공개 메소드

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

OnGlobalSelectionShiftDecrease() 공개 메소드

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

OnGlobalSelectionShiftIncrease() 공개 메소드

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

OnGlobalSubtitleEndDecrease() 공개 메소드

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

OnGlobalSubtitleEndIncrease() 공개 메소드

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

OnGlobalSubtitleStartDecrease() 공개 메소드

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

OnGlobalSubtitleStartIncrease() 공개 메소드

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

OnHelpAbout() 공개 메소드

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

OnHelpContents() 공개 메소드

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

OnHelpKeyboardShortcuts() 공개 메소드

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

OnHelpReportBug() 공개 메소드

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

OnHelpRequestFeature() 공개 메소드

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

OnRowActivated() 공개 메소드

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

OnSearchFind() 공개 메소드

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

OnSearchFindNext() 공개 메소드

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

OnSearchFindPrevious() 공개 메소드

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

OnSearchReplace() 공개 메소드

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

OnSizeAllocated() 공개 메소드

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

OnSubtitleAreaDragDataReceived() 공개 메소드

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

OnSubtitleViewKeyPressed() 공개 메소드

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

OnTimingsAdjust() 공개 메소드

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

OnTimingsShift() 공개 메소드

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

OnTimingsSynchronize() 공개 메소드

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

OnToolsAutocheckSpelling() 공개 메소드

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

OnToolsSetTextLanguage() 공개 메소드

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

OnToolsSetTranslationLanguage() 공개 메소드

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

OnToolsTranslateText() 공개 메소드

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

OnToolsTranslateTranslation() 공개 메소드

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

OnVideoAreaDragDataReceived() 공개 메소드

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

OnVideoAutoSelectSubtitles() 공개 메소드

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

OnVideoClose() 공개 메소드

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

OnVideoForward() 공개 메소드

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

OnVideoLoopSelectionPlayback() 공개 메소드

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

OnVideoOpen() 공개 메소드

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

OnVideoPlayPause() 공개 메소드

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

OnVideoRewind() 공개 메소드

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

OnVideoSeekTo() 공개 메소드

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

OnVideoSeekToSelection() 공개 메소드

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

OnVideoSelectNearestSubtitle() 공개 메소드

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

OnVideoSetSubtitleEnd() 공개 메소드

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

OnVideoSetSubtitleStart() 공개 메소드

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

OnVideoSetSubtitleStartEnd() 공개 메소드

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

OnVideoSetSubtitleStartEndGrabFocus() 공개 메소드

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

OnVideoSetSubtitleStartEndKeyRelease() 공개 메소드

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

OnVideoSpeed() 공개 메소드

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

OnVideoSpeedDown() 공개 메소드

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

OnVideoSpeedUp() 공개 메소드

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

OnViewFrames() 공개 메소드

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

OnViewLineLengthsToggled() 공개 메소드

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

OnViewTimes() 공개 메소드

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

OnViewVideo() 공개 메소드

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

OnViewVideoSubtitlesText() 공개 메소드

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

OnViewVideoSubtitlesTranslation() 공개 메소드

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

OnWindowDelete() 공개 메소드

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