Click or drag to resize

ExportGalacticSpcFileDialogController Class

The controller class which is responsible for showing a dialog to export into the Galactic SPC file format.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.WorksheetExportGalacticSpcFileDialogController

Namespace: Altaxo.Gui.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ExportGalacticSpcFileDialogController : IMVCAController, 
	IMVCController, IDisposable, IApplyController

The ExportGalacticSpcFileDialogController type exposes the following members.

Constructors
 NameDescription
Public methodExportGalacticSpcFileDialogController Creates the controller for the Galactic SPC file export dialog.
Top
Properties
 NameDescription
Public propertyModelObject 
Public propertyViewObject 
Top
Methods
 NameDescription
Public methodApply Called if user presses the "Ok" button on the dialog box.
Public methodChooseBasicFileNameAndPath This opens the "Save as" dialog box to choose a basic file name for exporting.
Public methodDisposeReleases all resources used by the ExportGalacticSpcFileDialogController
Public methodEhChange_CreateSpectrumFrom Called if a change in the options "Create spectrum from" occurs.
Public methodEhChange_ExtendFileNameOptions Called if a change in the options "Extend file name by" occured.
Public methodEhChange_XValuesFromOptions Called if a change in the options "X values from" occured.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFillExtFileNameColumnBox This fills the "Extend file name by column" combobox with appropriate column names.
Public methodFillXValuesColumnBox Fills the "x values column combobox" with the appropriate column names.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitializeElements Initialize the elements of the dialog.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRevert Try to revert changes to the model, i.e. restores the original state of the model.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Protected fieldm_CreateSpectrumFromStores if one spectrum is created from one table row or from one table column.
Protected fieldm_ExtendFileNameWithStores if the filename is extended by a continuous number or by the contents of a data column.
Protected fieldm_SelectedColumnsThe selected columns of the table (only this data are exported).
Protected fieldm_SelectedRowsThe selected rows of the table (only this data are exported).
Protected fieldm_TableThe table where the data stems from.
Protected fieldm_XValuesFromStores if the x values stem from continuous numbering or from a data column.
Top
See Also