UIEditorViewModel ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  ObservableObject
    ViewModelBase
      DeltaEngine.Editor.UIEditor UIEditorViewModel

Namespace: DeltaEngine.Editor.UIEditor
Assembly: DeltaEngine.Editor.UIEditor (in DeltaEngine.Editor.UIEditor.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class UIEditorViewModel : ViewModelBase

The UIEditorViewModel type exposes the following members.

Constructors

  NameDescription
Public methodUIEditorViewModel
Initializes a new instance of the UIEditorViewModel class
Top
Methods

  NameDescription
Public methodActivateHiddenScene
Public methodAddNewResolution
Protected methodBroadcast``1 (Inherited from ViewModelBase.)
Public methodChangeRenderLayer
Public methodCleanup (Inherited from ViewModelBase.)
Public methodClearScene
Public methodDeleteSelectedContent
Public methodLoadScene
Protected methodRaisePropertyChanged(String) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanged``1(Expression Func UMP  ) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanged``1(String, UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanged``1(Expression Func UMP  , UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanging(String) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanging``1(Expression Func UMP  ) (Inherited from ObservableObject.)
Public methodReset
Protected methodSet``1(Expression Func UMP  , UMP , UMP) (Inherited from ObservableObject.)
Protected methodSet``1(String, UMP , UMP) (Inherited from ObservableObject.)
Protected methodSet``1(Expression Func UMP  , UMP , UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodSet``1(String, UMP , UMP, Boolean) (Inherited from ViewModelBase.)
Public methodSetSelectedIndexFromHierachy
Public methodSetSelectedNamesFromHierachy
Public methodVerifyPropertyName (Inherited from ObservableObject.)
Top
Fields

  NameDescription
Public fieldservice
Public fieldUiEditorScene
Top
Properties

  NameDescription
Public propertyBottomMargin
Public propertyCanGenerateSourceCode
Public propertyCanSaveScene
Public propertyContentImageListList
Public propertyContentText
Public propertyControlLayer
Public propertyControlListIndex
Public propertyControlName
Public propertyEnableButtons
Public propertyEntity2DHeight
Public propertyEntity2DWidth
Public propertyGridHeight
Public propertyGridWidth
Public propertyHorizontalAllignment
Public propertyIsInDesignMode (Inherited from ViewModelBase.)
Public propertyIsInteractiveButton
Public propertyIsShowingGrid
Public propertyIsSnappingToGrid
Public propertyLeftMargin
Public propertyMaterialList
Protected propertyMessengerInstance (Inherited from ViewModelBase.)
Public propertyNewGridHeight
Public propertyNewGridWidth
Protected propertyPropertyChangedHandler (Inherited from ObservableObject.)
Protected propertyPropertyChangingHandler (Inherited from ObservableObject.)
Public propertyResolutionList
Public propertyRightMargin
Public propertyScene
Public propertySceneNames
Public propertySelectedControlNamesInList
Public propertySelectedDisabledMaterial
Public propertySelectedEntity2DList
Public propertySelectedHoveredMaterial
Public propertySelectedIndex
Public propertySelectedMaterial
Public propertySelectedName
Public propertySelectedPressedMaterial
Public propertySelectedResolution
Public propertyTopMargin
Public propertyUIHeight
Public propertyUIImagesInList
Public propertyUIName
Public propertyUIWidth
Public propertyVerticalAllignment
Top
Events

  NameDescription
Public eventPropertyChanged (Inherited from ObservableObject.)
Public eventPropertyChanging (Inherited from ObservableObject.)
Top
See Also