Engauge Digitizer 2
Loading...
Searching...
No Matches
ExportLayoutFunctions.h
1#ifndef EXPORT_LAYOUT_FUNCTIONS_H
2#define EXPORT_LAYOUT_FUNCTIONS_H
3
4#include <QString>
5
6enum ExportLayoutFunctions {
7 EXPORT_LAYOUT_ALL_PER_LINE,
8 EXPORT_LAYOUT_ONE_PER_LINE
9};
10
11extern QString exportLayoutFunctionsToString (ExportLayoutFunctions exportLayoutFunctions);
12
13#endif // EXPORT_LAYOUT_FUNCTIONS_H