00001 #ifndef EXPORT_LAYOUT_FUNCTIONS_H
00002 #define EXPORT_LAYOUT_FUNCTIONS_H
00003
00004 #include <QString>
00005
00006 enum ExportLayoutFunctions {
00007 EXPORT_LAYOUT_ALL_PER_LINE,
00008 EXPORT_LAYOUT_ONE_PER_LINE
00009 };
00010
00011 extern QString exportLayoutFunctionsToString (ExportLayoutFunctions exportLayoutFunctions);
00012
00013 #endif // EXPORT_LAYOUT_FUNCTIONS_H