C# Класс AGS.Editor.Components.TranslationsComponent

Наследование: AGS.Editor.Components.BaseComponent
Показать файл Открыть проект

Открытые методы

Метод Описание
CommandClick ( string controlID ) : void
GetContextMenu ( string controlID ) : IList
PropertyChanged ( string propertyName, object oldValue ) : void
RefreshDataFromGame ( ) : void
TranslationsComponent ( GUIController guiController, AGSEditor agsEditor ) : System

Приватные методы

Метод Описание
AGSEditor_PreCompileGame ( PreCompileGameEventArgs evArgs ) : void
AddTreeLeafForTranslation ( string key, AGS.Types.Translation item ) : void
CheckAllTranslationsAreWritable ( ) : bool
CompileTranslation ( AGS.Types.Translation translation, CompileMessages errors ) : void
ConvertEscapedCharacters ( string scriptStyleString ) : string
DoTranslationUpdate ( IList translations ) : void
GetFreeNameForTranslation ( ) : string
ProjectTree_OnAfterLabelEdit ( string commandID, ProjectTreeItem treeItem ) : void
RePopulateTreeView ( ) : void
ReplaceGameTextWithTranslation ( AGS.Types.Translation translation ) : void
ReplaceGameTextWithTranslationProcess ( object translationAsObj ) : object
StartRename ( AGS.Types.Translation itemToRename, string nodeID ) : void
UpdateAllTranslationsWithNewDefaultText ( string>.Dictionary textChanges, CompileMessages errors ) : void
UpdateTranslations ( IList translations ) : void
UpdateTranslationsProcess ( object translationList ) : object
_timer_Tick ( object sender, EventArgs e ) : void

Описание методов

CommandClick() публичный метод

public CommandClick ( string controlID ) : void
controlID string
Результат void

GetContextMenu() публичный метод

public GetContextMenu ( string controlID ) : IList
controlID string
Результат IList

PropertyChanged() публичный метод

public PropertyChanged ( string propertyName, object oldValue ) : void
propertyName string
oldValue object
Результат void

RefreshDataFromGame() публичный метод

public RefreshDataFromGame ( ) : void
Результат void

TranslationsComponent() публичный метод

public TranslationsComponent ( GUIController guiController, AGSEditor agsEditor ) : System
guiController GUIController
agsEditor AGSEditor
Результат System