C# 클래스 GnomeSubtitles.Ui.Edit.SubtitleEditTranslation

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

공개 메소드들

메소드 설명
SubtitleEditTranslation ( Gtk.TextView textView ) : GnomeSubtitles.Core

보호된 메소드들

메소드 설명
ChangeSubtitleTextContent ( Subtitle subtitle, string text ) : void
ExecuteDeleteCommand ( int index, string text, int cursor ) : void
ExecuteInsertCommand ( int index, string text ) : void
GetSpellActiveLanguage ( ) : SpellLanguage
GetSubtitleTextContent ( Subtitle subtitle ) : string
GetTextType ( ) : SubtitleTextType

비공개 메소드들

메소드 설명
OnBaseInitFinished ( ) : void
OnBaseTranslationLoaded ( ) : void
OnBaseTranslationUnloaded ( ) : void
OnTextEditToggleOverwrite ( object o, EventArgs args ) : void

메소드 상세

ChangeSubtitleTextContent() 보호된 메소드

protected ChangeSubtitleTextContent ( Subtitle subtitle, string text ) : void
subtitle SubLib.Core.Domain.Subtitle
text string
리턴 void

ExecuteDeleteCommand() 보호된 메소드

protected ExecuteDeleteCommand ( int index, string text, int cursor ) : void
index int
text string
cursor int
리턴 void

ExecuteInsertCommand() 보호된 메소드

protected ExecuteInsertCommand ( int index, string text ) : void
index int
text string
리턴 void

GetSpellActiveLanguage() 보호된 메소드

protected GetSpellActiveLanguage ( ) : SpellLanguage
리턴 GnomeSubtitles.Core.SpellLanguage

GetSubtitleTextContent() 보호된 메소드

protected GetSubtitleTextContent ( Subtitle subtitle ) : string
subtitle SubLib.Core.Domain.Subtitle
리턴 string

GetTextType() 보호된 메소드

protected GetTextType ( ) : SubtitleTextType
리턴 SubtitleTextType

SubtitleEditTranslation() 공개 메소드

public SubtitleEditTranslation ( Gtk.TextView textView ) : GnomeSubtitles.Core
textView Gtk.TextView
리턴 GnomeSubtitles.Core