Miner.Desktop Assembly > Miner.Desktop.Diagrams.Underground.ViewModels Namespace : VaultSurfaceViewModel Class |
The following tables list the members exposed by VaultSurfaceViewModel.
Name | Description | |
---|---|---|
![]() | VaultSurfaceViewModel Constructor |
Name | Description | |
---|---|---|
![]() | DuctBankStrokeThicknessBase | |
![]() | VaultSurfaceStrokeThicknessBase |
Name | Description | |
---|---|---|
![]() | ActiveItem | The currently active item. (Inherited from Caliburn.Micro.ConductorBaseWithActiveItem<T>) |
![]() | AddDuctBankToolEnabled | |
![]() | CanvasEventTriggering | |
![]() | CanvasNodes | |
![]() | Children | |
![]() | CloseStrategy | Gets or sets the close strategy. (Inherited from Caliburn.Micro.ConductorBase<T>) |
![]() | ConductorDefaultValues | |
![]() | DeleteSelectedItemCommand | |
![]() | DimensionWidth | |
![]() | DirtyExternalDuctBanks | |
![]() | DisplayedAttributesName | |
![]() | DisplayName | Gets or Sets the Display Name (Inherited from Caliburn.Micro.Screen) |
![]() | DisplayText | |
![]() | DuctBanks | |
![]() | DuctBankStrokeThickness | |
![]() | HideSaveDialog | |
![]() | IsActive | Indicates whether or not this instance is currently active. Virtualized in order to help with document oriented view models. (Inherited from Caliburn.Micro.Screen) |
![]() | IsCeiling | |
![]() | IsCreating | |
![]() | IsDuctEndSelected | |
![]() | IsExpanded | |
![]() | IsFloor | |
![]() | IsInitialized | Indicates whether or not this instance is currently initialized. Virtualized in order to help with document oriented view models. (Inherited from Caliburn.Micro.Screen) |
![]() | IsNotifying | Enables/Disables property change notification. Virtualized in order to help with document oriented view models. (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | IsSelected | |
![]() | IsSnapToGridEnabled | |
![]() | IsWall | |
![]() | ItemBeingCreated | |
![]() | Items | (Inherited from Caliburn.Micro.Conductor`1.Collection.OneActive<object>) |
![]() | Name | |
![]() | Parent | Gets or Sets the Parent Caliburn.Micro.IConductor (Inherited from Caliburn.Micro.Screen) |
![]() | PauseChangeTracking | |
![]() | RootTreeNode | |
![]() | SelectedDuctEnd | |
![]() | ShowSnapToGridAttributes | |
![]() | ShowWaitCursor | |
![]() | SnapToGridAttributes | |
![]() | SnapToGridAttributesViewModel | |
![]() | SnapToGridLineWeight | |
![]() | SurfaceOutline2D | |
![]() | SurfaceType | |
![]() | VaultSurfaceIsWall | |
![]() | VaultSurfacePixelsPerMapUnit | |
![]() | VaultSurfaceScale | |
![]() | VaultSurfaceScaleX | |
![]() | VaultSurfaceScaleY | |
![]() | VaultSurfaceStrokeThickness | |
![]() | Wall | |
![]() | WallEndPoint | |
![]() | WallHeightInPixels | |
![]() | WallLineTranslatedToWindowCoordinates | A windows point collection so the view can render our wall line in screen coordinates. |
![]() | WallOriginPoint | |
![]() | WallWidthDimension | |
![]() | WallWidthInPixels |
Name | Description | |
---|---|---|
![]() | ActivateItem | (Inherited from Caliburn.Micro.Conductor`1.Collection.OneActive<object>) |
![]() | AddDuctBank | |
![]() | AddDuctEnd | |
![]() | AlignmentToolEnabled | |
![]() | ApplyLayoutPositionCache | |
![]() | ApplySnapToGridAttributes | |
![]() | CancelSnapToGridAttributes | |
![]() | CanClose | (Inherited from Caliburn.Micro.Conductor`1.Collection.OneActive<object>) |
![]() | ComputeWallLineWindowCoordinates | |
![]() | DeactivateItem | (Inherited from Caliburn.Micro.Conductor`1.Collection.OneActive<object>) |
![]() | DeleteSelectedItem | |
![]() | GetChildren | (Inherited from Caliburn.Micro.Conductor`1.Collection.OneActive<object>) |
![]() | GetExistingDuctIds | |
![]() | GetLayoutPositionCache | |
![]() | GetView | Gets a view previously attached to this instance. (Inherited from Caliburn.Micro.ViewAware) |
![]() | HasOverlappingDucts | |
![]() | IsOverlappingAnyDuct | |
![]() | NotifyOfPropertyChange | Overloaded. Notifies subscribers of the property change. (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | OnAddDuctBank | |
![]() | OnAddSelectedConductor | |
![]() | OnAddSelectedFiberCable | |
![]() | OnDeleteDuct | |
![]() | OnMouseLeftButtonUp | |
![]() | OnMouseMove | |
![]() | OnMouseRightButtonDown | |
![]() | OnPreviewMouseLeftButtonDown | |
![]() | OnPreviewMouseLeftButtonUp | |
![]() | OnRemoveCable | |
![]() | OnRemoveSelectedCable | |
![]() | OnSetBypass | |
![]() | OnSetGridCenter | Enable/disable snap to grid Disable if centerDuct is null, otherwise show the grid with this duct as the center |
![]() | Refresh | Raises a change notification indicating that all bindings should be refreshed. (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | RemoveDuctbank | |
![]() | Set<T> | (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | SetSelectedItem | |
![]() | SetSnapToGridLineWeight | |
![]() | ShowGrid | Toggle snap to grid |
![]() | ShowGridAttributes | |
![]() | StartAssociateDuctBankToConduit | |
![]() | StartCreating | |
![]() | StopCreating | |
![]() | StopShowingGridAttributes | |
![]() | ToDuctBankComponents | |
![]() | TryClose | Tries to close this instance by asking its Parent to initiate shutdown or by asking its corresponding view to close. Also provides an opportunity to pass a dialog result to it's corresponding view. (Inherited from Caliburn.Micro.Screen) |
Name | Description | |
---|---|---|
![]() | Activated | Raised after activation occurs. (Inherited from Caliburn.Micro.Screen) |
![]() | ActivationProcessed | Occurs when an activation request is processed. (Inherited from Caliburn.Micro.ConductorBase<T>) |
![]() | AttemptingDeactivation | Raised before deactivation. (Inherited from Caliburn.Micro.Screen) |
![]() | Deactivated | Raised after deactivation. (Inherited from Caliburn.Micro.Screen) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | ViewAttached | Raised when a view is attached. (Inherited from Caliburn.Micro.ViewAware) |