Engauge Digitizer 2
Loading...
Searching...
No Matches
Classes | Enumerations
ExportToFile.h File Reference
#include <QStringList>
Include dependency graph for ExportToFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ExportToFile
 Strategy class for exporting to a file. This strategy is external to the Document class so that class is simpler. More...
 

Enumerations

enum  ExportToFileExtension { EXPORT_TO_FILE_EXTENSION_CSV , EXPORT_TO_FILE_EXTENSION_TSV , EXPORT_TO_FILE_EXTENSION_DEFAULT }
 

Enumeration Type Documentation

◆ ExportToFileExtension

Enumerator
EXPORT_TO_FILE_EXTENSION_CSV 
EXPORT_TO_FILE_EXTENSION_TSV 
EXPORT_TO_FILE_EXTENSION_DEFAULT 

Definition at line 18 of file ExportToFile.h.

18 {
22};
@ EXPORT_TO_FILE_EXTENSION_TSV
@ EXPORT_TO_FILE_EXTENSION_CSV
@ EXPORT_TO_FILE_EXTENSION_DEFAULT