Main |
The MainWindowViewModel Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| MainWindowViewModel | constructor - takes over the ViewModel for the LogicalTaskTree and a method of the MainWindows to restore the window size depending on the window content. |
| Name | Description of the | |
|---|---|---|
| BreakJobGroups | Command for the Break button in the LogicalTaskTreeControl. | |
| InitSizeCommand | Sets the window size, taking maximum limits into account, to the height and width of the content and the SizeToContent property to WidthAndHeight. | |
| JobGroupsVM | List of JobListViewModels with their checkers. | |
| RunJobGroups | Command for the Run button in the LogicalTaskTreeControl. | |
| ShowVishnuHelpCommand | Calls up the Vishnu online help. | |
| SwitchTaskTreeViewRoutedCommand | Sets the window size, taking maximum limits into account, to the height and width of the content and the SizeToContent property to WidthAndHeight. | |
| TreeParams | Additional parameters that are valid for the entire tree or null. | |
| TreeVM | ViewModel for the LogicalTaskTree. | |
| WindowTitle | The title of the main window. |
| Name | Description of the | |
|---|---|---|
| GetTopJobListViewModel | Returns the top JobListViewModel of the tree as IVishnuViewModel. | |
| OnPropertyChanged |
Reports for the UI when a property has changed.
(Inherited from ObservableObject) | |
| RaisePropertyChanged(String) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) | |
| RaisePropertyChangedT(ExpressionFuncT) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) | |
| RefreshDependentAlternativeViewModels | Updates the ViewModels of any additional views, that map the same BusinessLogic (here: JobGroupViewModel). | |
| SaveTreeState | Calls the method of the same name in the LogicalTaskTreeViewModel to save the current display status of the main window (parameter) and all nodes (collapsed or expanded). | |
| SetTopJobListViewModel | Sets the top JobListViewModel of the tree. Returns the previous top JobListViewModel. | |
| ShowVishnuHelpTask | Displays the Vishnu online help. | |
| SwitchTakTreeViewRouted | Initiates the request to change the tree alignment (Yin_Yang) the Main-JobListViewModel. | |
| VerifyCalledOnUIThread |
Checks whether a call is made from the correct thread (dispatcher).
(Inherited from ObservableObject) |
| Name | Description of the | |
|---|---|---|
| PropertyChanged |
The PropertyChanged event for the UI.
(Inherited from ObservableObject) |
| Name | Description of the | |
|---|---|---|
| Dispatcher |
The dispatcher of the UI.
(Inherited from ObservableObject) |