Home
last modified time | relevance | path

Searched refs:EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_ALL_CURVES (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Export/
H A DExportPointsSelectionFunctions.h13 EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_ALL_CURVES, enumerator
H A DExportPointsSelectionFunctions.cpp15 case EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_ALL_CURVES: in exportPointsSelectionFunctionsToString()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Dlg/
H A DDlgSettingsExportFormat.cpp634 …Curves->setChecked (pointsSelectionFunctions == EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_ALL_… in load()
799 …m_modelExportAfter->setPointsSelectionFunctions(EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_ALL_… in slotFunctionsPointsAllCurves()
990 …delExportDefaults.pointsSelectionFunctions() == EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_ALL_… in slotLoadDefault()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Document/
H A DDocumentModelExportFormat.cpp55 … QVariant (EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_ALL_CURVES)).toInt()); in DocumentModelExportFormat()