Click or drag to resize

Altaxo.Main.Commands Namespace

Contains commands for project items and document operations.
Classes
 ClassDescription
Public classAddTemporaryUserAssembly Opens a dialog for adding a temporary user assembly.
Public classCloseProject Closes the current project.
Public classCreateNewGraph Creates a new graph document.
Public classCreateNewStandardWorksheet Creates a new worksheet and adds the standard columns.
Public classCreateNewText Creates a new text document.
Public classCreateNewWorksheet Creates a new worksheet.
Public classCreateNewWorksheetOrGraphFromFile Opens worksheet or graph files and imports them into the current project.
Public classDevelopmentTest Provides development and diagnostic test commands.
Public classDuplicate Duplicates the active project item.
Public classFileImportAscii Imports ASCII data into the active worksheet or a new worksheet.
Public classFileImportAsciiWithOptions Imports ASCII data with options into the active worksheet or a new worksheet.
Public classFileOpen Opens an existing Altaxo project file.
Public classFileOpenFromDirectory This commands open an Altaxo project from a directory, in which the files must have the same structure as in the Zip-File which is usually used for project storage.
Public classFileSave Saves the current project.
Public classFileSaveAs Saves the current project under a new file name.
Public classFileSaveAsToDirectory Saves the current project to a directory.
Public classFileSaveCopyAs This command is used if in embedded object mode. It saves the current project to a file, but don't set the current file name of the project (in project service). Furthermore, the title in the title bar is not influenced by the saving.
Public classMultiRenameDocuments Supports actions to rename documents like worksheet, graph etc.
Public classNewDocumentIdentifier Prompts for a new document identifier.
Public classNewInstanceScript Creates, edits, executes, and saves a program instance script.
Public classOpenAllGraphs Opens all graphs.
Public classOpenAllWorksheets Opens all worksheets.
Public classOpenAllWorksheetsAndGraphs Opens all worksheets and graphs.
Public classOpenDownloadDirectory Opens the auto-update download directory in Windows Explorer.
Public classOpenInstallationDirectory This command opens Altaxo's installation directory in Windows explorer.
Public classOpenProjectDirectory This command opens the project directory (i.e. the directory where the current project is stored) in Windows explorer.
Public classOpenSettingsDirectory Opens the Altaxo settings directory in Windows Explorer.
Public classProjectItemCommands Commands on project items like DataTables, Graphs and so.
Public classProjectItemCommandsProjectItemClipboardList Clipboard payload containing serialized project items together with relocation options.
Public classProjectItemCommandsProjectItemClipboardListBase Base options for clipboard lists that contain project items or references.
Public classProjectItemCommandsProjectItemReferenceClipboardList Clipboard payload containing project-item references together with relocation options.
Public classReportParentChildProblemsInDocument Reports parent-child and suspension problems in the current document tree.
Public classSaveProjectWithoutWorksheetScripts This command saves the project without worksheet scripts, and then restores the scripts.
Public classShowOptions Shows the application options dialog.
Public classShowUserSettings Shows the user settings editor.
Public classSortGraphTablesByCreationTime Reopens worksheets and graphs sorted by creation time.
Public classSortGraphTablesByName Reopens worksheets and graphs sorted by name.
Public classSortGraphTablesByTypeAndCreationTime Reopens worksheets and graphs sorted by type and creation time.
Public classSortGraphTablesByTypeAndName Reopens worksheets and graphs sorted by type and name.
Public classTestAllProjectsInFolder Tests opening all Altaxo project files in one or more folders.
Public classTestAllProjectsInFolderReporter Reporter used while testing Altaxo project files.
Public classTestAllProjectsInFolderUnhandledExceptionHandler Handles unhandled exceptions that occur while testing project files.
Public classTestAllProjectsInFolderOptions Options for testing all Altaxo project files in one or more folders.
Public classTestProjectLoading Opens the dialog for testing project loading.
Public classToggleFullscreenCommand Toggles the main window between fullscreen and normal mode.
Public classWindowCommands Provides helper methods and comparers for opening and sorting worksheet and graph windows.
Public classWindowCommandsGraphTableCreationDateComparer Compares worksheets and graphs by creation time.
Public classWindowCommandsGraphTableMultiComparer Combines two comparers into a multi-stage comparer.
Public classWindowCommandsGraphTableNameComparer Compares worksheets and graphs by name.
Public classWindowCommandsGraphTableTypeComparer Compares worksheets and graphs by type.