Altaxo. |
| Class | Description | |
|---|---|---|
| MultiRenameArrayElement | Represents an array element with range and separator options. | |
| MultiRenameBaseElement | Base class for multi-rename elements that access shortcut-based rename data. | |
| MultiRenameController | Controller for bulk renaming operations. | |
| MultiRenameData | Data necessary to rename a list of objects, but it can also be used, for instance, for exporting a list of objects. The idea is to have a set of shortcuts, like [N], that can be used as variables for the rename operation. Since using this class is somewhat complex, see the remarks for the details. | |
| MultiRenameDateTimeElement | Represents a date-time element with formatting options. | |
| MultiRenameElementCollection | Represents a collection of multi-rename elements. | |
| MultiRenameIntegerElement | Represents an integer element with formatting and offset logic. | |
| MultiRenameLiteralElement | Represents a literal text element in a multi-rename template. | |
| MultiRenameParser | Extends the parser generated from the PEG grammar, so that the keywords are no longer fixed, but can be stored into collections. | |
| MultiRenameParserBase | Base PEG parser for multi-rename templates. | |
| MultiRenameStringElement | Represents a string element with substring extraction. |
| Interface | Description | |
|---|---|---|
| IMultiRenameElement | Represents one element of a multi-rename template. | |
| IMultiRenameView | Interface that must be implemented by views that visualize MultiRenameData. |