![]() | Vishnu |
The VishnuViewModelBase Type exposes the following members.
Name | Description of the | |
---|---|---|
![]() | VishnuViewModelBase | Constructor - sets the VisualTreeCacheBreaker. |
Name | Description of the | |
---|---|---|
![]() | ClearInfos | Command for the ContextMenuItem "Delete info" in the ContextMenu for the "MainGrid" of the control. |
![]() | CopyToolTipInfoToClipboard | Command for the Copy button in the ToolTip of the control. |
![]() | GridColumn | Returns or sets the column in the containing grid for the current element. |
![]() | GridRow | Returns or sets the row in the containing grid for the current element. |
![]() | IsRendered | Indicates whether the associated control has been completely drawn. |
![]() | JobInProgress | Indicates that a ui-triggered background progress is actually running. |
![]() | LogLogicalTaskTree | Command for the ContextMenuItem "Log Tree" in the ContextMenu for the "MainGrid" of the control. |
![]() | ParentView | The control for this ViewModel. |
![]() | PauseResumeLogicalTaskTree | Command for the ContextMenuItem "Pause Tree" in the ContextMenu for the "MainGrid" of the control. |
![]() | ReloadLogicalTaskTree | Command for the ContextMenuItem "Reload" in the ContextMenu for the "MainGrid" of the control. |
![]() | Result | The ReturnObject of the assigned LogicalNode. |
![]() | RootLogicalTaskTreeViewModel | ViewModel of the superordinate LogicalTaskTree. |
![]() | ShowInfos | Command for the ContextMenuItem "Show info" in the ContextMenu for the "MainGrid" of the control. |
![]() | ShowLogLogicalTaskTree | Command for the ContextMenuItem "Show Log" in the ContextMenu for the "MainGrid" of the control. |
![]() | ShowSettingsLogicalTaskTree | Command for the ContextMenuItem "Show Settings" in the ContextMenu for the "MainGrid" of the control. |
![]() | ShowVishnuHelp | Command for the ContextMenuItem "Show Vishnu Help" in the ContextMenu for the "MainGrid" of the control. |
![]() | SwitchTaskTreeView | Command for switching the tree display. |
![]() | ToolTipInfo | Returns the result of GetToolTipInfo(). This routine points to NextRunInfoAndResult by default, can be overwritten if necessary. |
![]() | UserDataContext | Binding to an optional, specific user view model. |
![]() | VisualTreeCacheBreaker | Unique GlobalUniqueIdentifier. Is assigned in the constructor and flows into the overwritten Equals method. This ensures that after reloading parts of the LogicalTaskTree and restarting Reload from previous states of the LogicalTaskTree Elements of the original LogicalTaskTree cached VisualTree instead of the newly loaded elements in the new VisualTree. |
Name | Description of the | |
---|---|---|
![]() | CanClearInfosExecute | Returns true if the function is executable, here always false. Can be overwritten at a suitable point. |
![]() | CanLogTaskTreeExecute | Returns true if the function is executable, here always false. Can be overwritten at a suitable point. |
![]() | CanPauseResumeTaskTreeExecute | Returns true if the function is executable, in this case always true. Can be overwritten at a suitable point. |
![]() | CanReloadTaskTreeExecute | Returns true if the function is executable, here always false. Can be overwritten at a suitable point. |
![]() | CanShowInfosExecute | Returns true if the function is executable, here always false. Can be overwritten at a suitable point. |
![]() | CanShowLogExecute | Returns true if the function is executable, here always false. Can be overwritten at a suitable point. |
![]() | CanShowSettingsExecute | Returns true if the function is executable, here always false. Can be overwritten at a suitable point. |
![]() | CanShowVishnuHelpExecute | Returns true if the function is executable, in this case always true. |
![]() | canSwitchTaskTreeViewExecute | Checks whether the tree alignment may be changed. Here: always returns true. |
![]() | ClearInfosExecute | Is intended for deleting any existing Vishnu information (messages and logs). Can be overwritten in a suitable place. |
![]() | Equals |
Compares the content of this LogicalNodeViewModel according to logical aspects
with the content of a transferred LogicalNodeViewModel.
(Overwrites ObjectEquals(Object)) |
![]() | GetDebugNodeInfos | Returns a string for debugging purposes. |
![]() | GetHashCode |
Generates a hash code for this LogicalNodeViewModel.
(Overwrites ObjectGetHashCode) |
![]() | GetToolTipInfo | Returns the result for the ToolTipInfo property. This routine points to NextRunInfoAndResult by default, can be overwritten if necessary. |
![]() | Invalidate | Assigns a new GlobalUniqueIdentifier for the VisualTreeCacheBreaker. |
![]() | LogTaskTreeExecute | Is intended for logging the tree at a suitable location. Can be overwritten for this purpose. |
![]() | OnPropertyChanged |
Reports for the UI when a property has changed.
(Inherited from ObservableObject) |
![]() | ParentViewToBL | Can be overwritten to change the parent control in the business logic. |
![]() | PauseResumeTaskTreeExecute | Toggle switch - stops the tree or keeps it running. |
![]() | RaisePropertyChanged(String) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) |
![]() | RaisePropertyChangedT(ExpressionFuncT) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) |
![]() | ReloadTaskTreeExecute | Is used to reload the tree at a suitable location after a change of the JobDescriptions. Can be overwritten for this purpose. |
![]() | ShowInfosExecute | Is for displaying any existing Vishnu information (messages and logs) in the foreground. Can be overwritten in a suitable place. |
![]() | ShowLogExecute | Is intended for displaying the Vishnu log. Can be overwritten in a suitable place. |
![]() | ShowSettingsExecute | Is intended for displaying the Vishnu parameters. Can be overwritten in a suitable place. |
![]() | ShowVishnuHelpExecute | Displays the Vishnu online help. |
![]() | ShowVishnuHelpTask | Displays the Vishnu online help. |
![]() | switchTaskTreeViewExecute | Request to change the tree alignment (Yin_Yang/F4). |
![]() | UserControlContentRendered | Is called up by DynamicUserControlBase when the UserControl has been fully rendered. |
![]() | 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 | |
---|---|---|
![]() | ColumnNumber | Returns or sets the column number of the associated control in a square matrix. This value is moved to the GridColumn property at a suitable time, to inform the WPF GUI. |
![]() | Dispatcher |
The dispatcher of the UI.
(Inherited from ObservableObject) |
![]() | RowNumber | Returns or sets the line number of the associated control in a square matrix. This value is moved to the GridRow property at a suitable time, to inform the WPF GUI. |