Used to display Sample Games, Tutorials and Tests of engine and user code.
http://deltaengine.net/games/samplebrowser
View code on GitHub
Inheritance Hierarchy
ObservableObject
ViewModelBase
DeltaEngine.Editor.SampleBrowser SampleBrowserViewModel
Namespace: DeltaEngine.Editor.SampleBrowser
Assembly: DeltaEngine.Editor.SampleBrowser (in DeltaEngine.Editor.SampleBrowser.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The SampleBrowserViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SampleBrowserViewModel | Initializes a new instance of the SampleBrowserViewModel class |
Methods
Name | Description | |
---|---|---|
![]() | AddEverythingTogether | |
![]() | Broadcast``1 | (Inherited from ViewModelBase.) |
![]() | Cleanup | (Inherited from ViewModelBase.) |
![]() | GetItemsToDisplay | |
![]() | RaisePropertyChanged(String) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanged``1(Expression Func UMP ) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanged``1(String, UMP, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | RaisePropertyChanged``1(Expression Func UMP , UMP, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | RaisePropertyChanging(String) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanging``1(Expression Func UMP ) | (Inherited from ObservableObject.) |
![]() | Set``1(Expression Func UMP , UMP , UMP) | (Inherited from ObservableObject.) |
![]() | Set``1(String, UMP , UMP) | (Inherited from ObservableObject.) |
![]() | Set``1(Expression Func UMP , UMP , UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | Set``1(String, UMP , UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | SetAllSamples | |
![]() | SetSampleGames | |
![]() | SetSearchText | |
![]() | SetSelection | |
![]() | SetVisualTests | |
![]() | UpdateItems | |
![]() | VerifyPropertyName | (Inherited from ObservableObject.) |
Properties
Name | Description | |
---|---|---|
![]() | AssembliesAvailable | |
![]() | FrameworksAvailable | |
![]() | IsInDesignMode | (Inherited from ViewModelBase.) |
![]() | MessengerInstance | (Inherited from ViewModelBase.) |
![]() | OnAssemblySelectionChanged | |
![]() | OnFrameworkSelectionChanged | |
![]() | OnHelpClicked | |
![]() | OnSearchTextChanged | |
![]() | OnSearchTextRemoved | |
![]() | OnStartButtonClicked | |
![]() | OnViewButtonClicked | |
![]() | PropertyChangedHandler | (Inherited from ObservableObject.) |
![]() | PropertyChangingHandler | (Inherited from ObservableObject.) |
![]() | Samples | |
![]() | SearchFilter | |
![]() | SelectedAssembly | |
![]() | SelectedFramework |
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from ObservableObject.) |
![]() | PropertyChanging | (Inherited from ObservableObject.) |
See Also