C# Class AGS.Editor.Components.FontsComponent

Inheritance: AGS.Editor.Components.BaseComponent
Afficher le fichier Open project: adventuregamestudio/ags

Méthodes publiques

Méthode Description
CommandClick ( string controlID ) : void
FontsComponent ( GUIController guiController, AGSEditor agsEditor ) : System
GetContextMenu ( string controlID ) : IList
PropertyChanged ( string propertyName, object oldValue ) : void
RefreshDataFromGame ( ) : void

Private Methods

Méthode Description
GetNodeID ( AGS item ) : string
RePopulateTreeView ( ) : void
ShowOrAddPane ( AGS chosenFont ) : void

Method Details

CommandClick() public méthode

public CommandClick ( string controlID ) : void
controlID string
Résultat void

FontsComponent() public méthode

public FontsComponent ( GUIController guiController, AGSEditor agsEditor ) : System
guiController GUIController
agsEditor AGSEditor
Résultat System

GetContextMenu() public méthode

public GetContextMenu ( string controlID ) : IList
controlID string
Résultat IList

PropertyChanged() public méthode

public PropertyChanged ( string propertyName, object oldValue ) : void
propertyName string
oldValue object
Résultat void

RefreshDataFromGame() public méthode

public RefreshDataFromGame ( ) : void
Résultat void