comparison base/EventSeries.h @ 1815:c546429d4c2f

Add optional ability to write a header on delimited data output, & to write times in frames
author Chris Cannam
date Fri, 10 Jan 2020 14:29:54 +0000
parents e8b552549225
children 21c792334c2e
comparison
equal deleted inserted replaced
1814:1318e069906b 1815:c546429d4c2f
219 QString indent, 219 QString indent,
220 QString extraAttributes, 220 QString extraAttributes,
221 Event::ExportNameOptions) const; 221 Event::ExportNameOptions) const;
222 222
223 /** 223 /**
224 * Emit a label for each column that would be written by
225 * toDelimitedDataString, separated by the given delimiter.
226 */
227 QString getDelimitedDataHeaderLine(QString delimiter,
228 DataExportOptions options,
229 Event::ExportNameOptions) const;
230
231 /**
224 * Emit events starting within the given range to a delimited 232 * Emit events starting within the given range to a delimited
225 * (e.g. comma-separated) data format. 233 * (e.g. comma-separated) data format.
226 */ 234 */
227 QString toDelimitedDataString(QString delimiter, 235 QString toDelimitedDataString(QString delimiter,
228 DataExportOptions options, 236 DataExportOptions options,