C# Class SEToolbox.ViewModels.GenerateVoxelFieldViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: midspace/SEToolbox Class Usage Examples

Méthodes publiques

Méthode Description
AddRandomRowCanExecute ( ) : bool
AddRandomRowExecuted ( ) : void
AddRowCanExecute ( ) : bool
AddRowExecuted ( ) : void
BuildEntities ( string &sourceVoxelFiles, VRage.ObjectBuilders.MyObjectBuilder_EntityBase &sourceEntities ) : void
CancelCanExecute ( ) : bool
CancelExecuted ( ) : void
ClearRowsCanExecute ( ) : bool
ClearRowsExecuted ( ) : void
CreateCanExecute ( ) : bool
CreateExecuted ( ) : void
DeleteRowCanExecute ( ) : bool
DeleteRowExecuted ( ) : void
GenerateVoxelFieldViewModel ( BaseViewModel parentViewModel, GenerateVoxelFieldModel dataModel ) : System

Method Details

AddRandomRowCanExecute() public méthode

public AddRandomRowCanExecute ( ) : bool
Résultat bool

AddRandomRowExecuted() public méthode

public AddRandomRowExecuted ( ) : void
Résultat void

AddRowCanExecute() public méthode

public AddRowCanExecute ( ) : bool
Résultat bool

AddRowExecuted() public méthode

public AddRowExecuted ( ) : void
Résultat void

BuildEntities() public méthode

public BuildEntities ( string &sourceVoxelFiles, VRage.ObjectBuilders.MyObjectBuilder_EntityBase &sourceEntities ) : void
sourceVoxelFiles string
sourceEntities VRage.ObjectBuilders.MyObjectBuilder_EntityBase
Résultat void

CancelCanExecute() public méthode

public CancelCanExecute ( ) : bool
Résultat bool

CancelExecuted() public méthode

public CancelExecuted ( ) : void
Résultat void

ClearRowsCanExecute() public méthode

public ClearRowsCanExecute ( ) : bool
Résultat bool

ClearRowsExecuted() public méthode

public ClearRowsExecuted ( ) : void
Résultat void

CreateCanExecute() public méthode

public CreateCanExecute ( ) : bool
Résultat bool

CreateExecuted() public méthode

public CreateExecuted ( ) : void
Résultat void

DeleteRowCanExecute() public méthode

public DeleteRowCanExecute ( ) : bool
Résultat bool

DeleteRowExecuted() public méthode

public DeleteRowExecuted ( ) : void
Résultat void

GenerateVoxelFieldViewModel() public méthode

public GenerateVoxelFieldViewModel ( BaseViewModel parentViewModel, GenerateVoxelFieldModel dataModel ) : System
parentViewModel BaseViewModel
dataModel SEToolbox.Models.GenerateVoxelFieldModel
Résultat System