C# Class AcManager.Pages.Dialogs.LiveryIconEditor

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
GenerateAsync ( CarSkinObject target ) : System.Threading.Tasks.Task
GenerateRandomAsync ( CarSkinObject target ) : System.Threading.Tasks.Task
LiveryIconEditor ( CarSkinObject skin ) : System
ShowDialog ( ) : bool

Private Methods

Méthode Description
CreateNewIcon ( ) : System.Threading.Tasks.Task
LiveryIconEditor ( CarSkinObject skin, bool quickMode, bool randomMode ) : System
LoadProperties ( FrameworkElement element, bool styleMode ) : void
OnClosing ( object sender, CancelEventArgs e ) : void
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

GenerateAsync() public static méthode

public static GenerateAsync ( CarSkinObject target ) : System.Threading.Tasks.Task
target AcManager.Tools.Objects.CarSkinObject
Résultat System.Threading.Tasks.Task

GenerateRandomAsync() public static méthode

public static GenerateRandomAsync ( CarSkinObject target ) : System.Threading.Tasks.Task
target AcManager.Tools.Objects.CarSkinObject
Résultat System.Threading.Tasks.Task

LiveryIconEditor() public méthode

public LiveryIconEditor ( CarSkinObject skin ) : System
skin AcManager.Tools.Objects.CarSkinObject
Résultat System

ShowDialog() public méthode

public ShowDialog ( ) : bool
Résultat bool