Export |
public class ExportGalacticSpcFileDialogController : IMVCAController, IMVCController, IDisposable, IApplyController
The ExportGalacticSpcFileDialogController type exposes the following members.
Name | Description | |
---|---|---|
ExportGalacticSpcFileDialogController | Creates the controller for the Galactic SPC file export dialog. |
Name | Description | |
---|---|---|
ModelObject | ||
ViewObject |
Name | Description | |
---|---|---|
Apply | Called if user presses the "Ok" button on the dialog box. | |
ChooseBasicFileNameAndPath | This opens the "Save as" dialog box to choose a basic file name for exporting. | |
Dispose | Releases all resources used by the ExportGalacticSpcFileDialogController | |
EhChange_CreateSpectrumFrom | Called if a change in the options "Create spectrum from" occurs. | |
EhChange_ExtendFileNameOptions | Called if a change in the options "Extend file name by" occured. | |
EhChange_XValuesFromOptions | Called if a change in the options "X values from" occured. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
FillExtFileNameColumnBox | This fills the "Extend file name by column" combobox with appropriate column names. | |
FillXValuesColumnBox | Fills the "x values column combobox" with the appropriate column names. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
InitializeElements | Initialize the elements of the dialog. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Revert | Try to revert changes to the model, i.e. restores the original state of the model. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
m_CreateSpectrumFrom | Stores if one spectrum is created from one table row or from one table column. | |
m_ExtendFileNameWith | Stores if the filename is extended by a continuous number or by the contents of a data column. | |
m_SelectedColumns | The selected columns of the table (only this data are exported). | |
m_SelectedRows | The selected rows of the table (only this data are exported). | |
m_Table | The table where the data stems from. | |
m_XValuesFrom | Stores if the x values stem from continuous numbering or from a data column. |