Engauge Digitizer 2
Loading...
Searching...
No Matches
ExportLayoutFunctions.cpp File Reference
#include "ExportLayoutFunctions.h"
#include <QObject>
Include dependency graph for ExportLayoutFunctions.cpp:

Go to the source code of this file.

Functions

QString exportLayoutFunctionsToString (ExportLayoutFunctions exportLayoutFunctions)

Function Documentation

◆ exportLayoutFunctionsToString()

QString exportLayoutFunctionsToString ( ExportLayoutFunctions exportLayoutFunctions)

Definition at line 10 of file ExportLayoutFunctions.cpp.

11{
12 QString rtn;
13
14 switch (exportLayoutFunctions) {
16 rtn = QObject::tr ("AllPerLine");
17 break;
18
20 rtn = QObject::tr ("OnePerLine");
21 break;
22 }
23
24 return rtn;
25}
@ EXPORT_LAYOUT_ALL_PER_LINE
@ EXPORT_LAYOUT_ONE_PER_LINE