C# Class ThemeEditor.WPF.MainWindow

Show file Open project: usagirei/3DS-Theme-Editor Class Usage Examples

Public Properties

Property Type Description
ViewModelProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
AboutCommand_Execute ( ) : void
CWavManager_Execute ( ) : void
CanExecute_ImageExists ( TargetImage args ) : bool
CanExecute_LoadedFromFile ( ) : bool
CanExecute_ViewModelLoaded ( ) : bool
CopySMDHLargeToSmall_Execute ( bool direction ) : void
DragImage_Execute ( System.Windows.DragEventArgs args ) : void
DropImage_Execute ( System.Windows.DragEventArgs args, TargetImage target ) : Task
ExportImage_Execute ( TargetImage targetImage ) : Task
ExportImage_PostExecute ( SaveImageResults obj ) : void
ExportPreview_Execute ( PreviewKind previewKind ) : void
InitValidSizes ( ) : void
LoadBGM_Execute ( ) : Task
LoadBGM_PostExecute ( LoadBGMResults result ) : void
LoadImage_Execute ( TargetImage targetImage ) : Task
LoadImage_PostExecute ( LoadImageResults args ) : void
LoadNullTheme_Execute ( ) : Task
LoadNullTheme_Execute ( bool start ) : Task
LoadTheme_Execute ( string path ) : Task
LoadTheme_Execute ( string path, bool start ) : Task
LoadTheme_PostExecute ( LoadThemeResults result ) : void
MainWindow ( ) : System
MainWindow_OnClosed ( object sender, EventArgs e ) : void
MainWindow_OnLoaded ( object sender, RoutedEventArgs e ) : void
OnThemePropertyChangedCallback ( DependencyObject elem, System.Windows.DependencyPropertyChangedEventArgs args ) : void
PreExecute_SetBusy ( ) : void
PreviewOptionsCommand_Execute ( ) : void
RemoveImage_Execute ( TargetImage args ) : void
RenderPreview ( PreviewKind kind ) : System.Windows.Media.Imaging.BitmapSource
RenderVisual ( Visual target, double dpiX, double dpiY ) : System.Windows.Media.Imaging.BitmapSource
SaveTheme_Execute ( string path ) : Task
SaveTheme_Execute ( string path, bool start ) : Task
SaveTheme_PostExecute ( SaveThemeResults result ) : void
SendTheme_Execute ( string ip ) : Task
SendTheme_Execute ( string ip, bool start ) : Task
SendTheme_PostExecute ( SendThemeResults obj ) : void
SetupImageCommands ( ) : void
SetupThemeCommands ( ) : void
UpdateRecentsList ( string path ) : void
ZipTheme_Execute ( string bgmPath ) : Task
ZipTheme_Execute ( string bgmPath, bool start ) : Task

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Property Details

ViewModelProperty public static property

public static DependencyProperty,System.Windows ViewModelProperty
return System.Windows.DependencyProperty