C# Class Gibbo.Editor.WPF.EditorCommands

Afficher le fichier Open project: Whitebeard86/Gibbo2D Class Usage Examples

Private Properties

Свойство Type Description
AddToProjectHistory void
ApplyBlurEffect void
CheckPropertyGridConsistency void
ClearEffect void
CopySelectedObjects void
CreatePropertyGridView void
DebugGame void
DeleteDirectoryRecursively void
LoadLastScene bool
LoadProject bool
LoadProject bool
PasteSelectedObjects void
Reload void
RestoreSolution bool
SaveProject void
SaveScene void
ShowOutputMessage void
TryToRestoreSolution bool
UpdatePropertyGrid void

Private Methods

Méthode Description
AddToProjectHistory ( string path ) : void

ApplyBlurEffect ( System win ) : void

Apply Blur Effect on the window

CheckPropertyGridConsistency ( ) : void
ClearEffect ( System win ) : void

Remove Blur Effects

CopySelectedObjects ( ) : void
CreatePropertyGridView ( ) : void
DebugGame ( ) : void

DeleteDirectoryRecursively ( string path ) : void
LoadLastScene ( ) : bool

LoadProject ( ) : bool

Loads a saved project

LoadProject ( string filename ) : bool
PasteSelectedObjects ( ) : void
Reload ( ) : void

RestoreSolution ( EnvDTE instance ) : bool

Restores the a solution by making it visible

SaveProject ( ) : void

Saves the current project using a different thread

SaveScene ( bool saveAs ) : void

ShowOutputMessage ( string message ) : void

TryToRestoreSolution ( EnvDTE &instance ) : bool

Tries to restore a solution, using its PID and then its file path.

UpdatePropertyGrid ( ) : void