C# Class GnomeSubtitles.Ui.Edit.SubtitleEditTranslation

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

Méthodes publiques

Méthode Description
SubtitleEditTranslation ( Gtk.TextView textView ) : GnomeSubtitles.Core

Méthodes protégées

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

Private Methods

Méthode Description
OnBaseInitFinished ( ) : void
OnBaseTranslationLoaded ( ) : void
OnBaseTranslationUnloaded ( ) : void
OnTextEditToggleOverwrite ( object o, EventArgs args ) : void

Method Details

ChangeSubtitleTextContent() protected méthode

protected ChangeSubtitleTextContent ( Subtitle subtitle, string text ) : void
subtitle SubLib.Core.Domain.Subtitle
text string
Résultat void

ExecuteDeleteCommand() protected méthode

protected ExecuteDeleteCommand ( int index, string text, int cursor ) : void
index int
text string
cursor int
Résultat void

ExecuteInsertCommand() protected méthode

protected ExecuteInsertCommand ( int index, string text ) : void
index int
text string
Résultat void

GetSpellActiveLanguage() protected méthode

protected GetSpellActiveLanguage ( ) : SpellLanguage
Résultat GnomeSubtitles.Core.SpellLanguage

GetSubtitleTextContent() protected méthode

protected GetSubtitleTextContent ( Subtitle subtitle ) : string
subtitle SubLib.Core.Domain.Subtitle
Résultat string

GetTextType() protected méthode

protected GetTextType ( ) : SubtitleTextType
Résultat SubtitleTextType

SubtitleEditTranslation() public méthode

public SubtitleEditTranslation ( Gtk.TextView textView ) : GnomeSubtitles.Core
textView Gtk.TextView
Résultat GnomeSubtitles.Core