Home
last modified time | relevance | path

Searched refs:m_outputPath (Results 1 – 21 of 21) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-frauddetector/include/aws/frauddetector/model/
H A DCreateBatchImportJobRequest.h132 inline const Aws::String& GetOutputPath() const{ return m_outputPath; } in GetOutputPath()
142 …id SetOutputPath(const Aws::String& value) { m_outputPathHasBeenSet = true; m_outputPath = value; } in SetOutputPath()
147 …inline void SetOutputPath(Aws::String&& value) { m_outputPathHasBeenSet = true; m_outputPath = std… in SetOutputPath()
152 …inline void SetOutputPath(const char* value) { m_outputPathHasBeenSet = true; m_outputPath.assign(… in SetOutputPath()
316 Aws::String m_outputPath; variable
H A DCreateBatchPredictionJobRequest.h124 inline const Aws::String& GetOutputPath() const{ return m_outputPath; } in GetOutputPath()
134 …id SetOutputPath(const Aws::String& value) { m_outputPathHasBeenSet = true; m_outputPath = value; } in SetOutputPath()
139 …inline void SetOutputPath(Aws::String&& value) { m_outputPathHasBeenSet = true; m_outputPath = std… in SetOutputPath()
144 …inline void SetOutputPath(const char* value) { m_outputPathHasBeenSet = true; m_outputPath.assign(… in SetOutputPath()
374 Aws::String m_outputPath; variable
H A DBatchImport.h280 inline const Aws::String& GetOutputPath() const{ return m_outputPath; } in GetOutputPath()
290 …id SetOutputPath(const Aws::String& value) { m_outputPathHasBeenSet = true; m_outputPath = value; } in SetOutputPath()
295 …inline void SetOutputPath(Aws::String&& value) { m_outputPathHasBeenSet = true; m_outputPath = std… in SetOutputPath()
300 …inline void SetOutputPath(const char* value) { m_outputPathHasBeenSet = true; m_outputPath.assign(… in SetOutputPath()
523 Aws::String m_outputPath; variable
H A DBatchPrediction.h329 inline const Aws::String& GetOutputPath() const{ return m_outputPath; } in GetOutputPath()
339 …id SetOutputPath(const Aws::String& value) { m_outputPathHasBeenSet = true; m_outputPath = value; } in SetOutputPath()
344 …inline void SetOutputPath(Aws::String&& value) { m_outputPathHasBeenSet = true; m_outputPath = std… in SetOutputPath()
349 …inline void SetOutputPath(const char* value) { m_outputPathHasBeenSet = true; m_outputPath.assign(… in SetOutputPath()
636 Aws::String m_outputPath; variable
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtwebengine/examples/webenginewidgets/html2pdf/
H A Dhtml2pdf.cpp75 QString m_outputPath; member in Html2PdfConverter
81 , m_outputPath(move(outputPath)) in Html2PdfConverter()
105 m_page->printToPdf(m_outputPath); in loadFinished()
/dports/graphics/krita/krita-4.4.8/benchmarks/
H A Dkis_stroke_benchmark.cpp62 m_outputPath = QString(FILES_OUTPUT_DIR) + '/'; in initTestCase()
456 …m_layer->paintDevice()->convertToQImage(0).save(m_outputPath + presetFileName + "_line" + OUTPUT_F… in benchmarkLine()
507 …m_layer->paintDevice()->convertToQImage(0).save(m_outputPath + presetFileName + "_circle" + OUTPUT… in benchmarkCircle()
537 …m_layer->paintDevice()->convertToQImage(0).save(m_outputPath + presetFileName + "_randomLines" + O… in benchmarkRandomLines()
568 …m_layer->paintDevice()->convertToQImage(0).save(m_outputPath + presetFileName + "_rectangle" + OUT… in benchmarkRectangle()
592 dbgKrita << "Saving output " << m_outputPath + presetFileName + ".png"; in benchmarkStroke()
593 m_layer->paintDevice()->convertToQImage(0).save(m_outputPath + presetFileName + OUTPUT_FORMAT); in benchmarkStroke()
H A Dkis_stroke_benchmark.h63 QString m_outputPath; variable
/dports/audio/lmms/lmms-1.2.2/src/core/
H A DRenderManager.cpp43 m_outputPath(outputPath), in RenderManager()
169 m_outputPath); in renderProject()
208 return QDir(m_outputPath).filePath(name); in pathForTrack()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-frauddetector/source/model/
H A DBatchImport.cpp110 m_outputPath = jsonValue.GetString("outputPath"); in operator =()
201 payload.WithString("outputPath", m_outputPath); in Jsonize()
H A DBatchPrediction.cpp119 m_outputPath = jsonValue.GetString("outputPath"); in operator =()
223 payload.WithString("outputPath", m_outputPath); in Jsonize()
H A DCreateBatchImportJobRequest.cpp43 payload.WithString("outputPath", m_outputPath); in SerializePayload()
H A DCreateBatchPredictionJobRequest.cpp45 payload.WithString("outputPath", m_outputPath); in SerializePayload()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dtasksviewer.cpp353 m_outputPath->setText( in update()
354 QString::fromStdWString(task->m_outputPath.getWideString())); in update()
363 if (!isMovieType(task->m_outputPath.getType())) { in update()
768 if (m_task->m_outputPath == TFilePath(m_outputPath->text().toStdWString())) in setOutput()
776 m_task->m_outputPath = TFilePath(m_outputPath->text().toStdWString()); in setOutput()
782 if (taskGroup && !isMovieType(m_task->m_outputPath.getType())) { in setOutput()
788 taskGroup->getTask(i)->m_outputPath = taskGroup->m_outputPath; in setOutput()
860 ::create(m_outputPath, layout1, tr("Output:"), row1++, 4); in TaskSheet()
954 ret = ret && connect(m_outputPath, SIGNAL(editingFinished()), this, in TaskSheet()
967 ret && connect(m_outputPath, SIGNAL(focusIn()), this, SLOT(onFocusIn())); in TaskSheet()
H A Dcleanuppopup.cpp269 TFilePath m_outputPath; //!< Output path for the cleanupped level. member
276 , m_outputPath(CleanupSettingsModel::getOutputPath(m_sl, &params)) in CleanupLevel()
532 TFilePath outputPath = scene->decodeFilePath(clt.m_outputPath); in analyzeCleanupList()
570 Resolution(m_overwriteDialog->execute(&clt.m_outputPath)); in analyzeCleanupList()
894 TFilePath &outputPath = cl.m_outputPath; in setupLevel()
1072 const TFilePath &outputPath = scene->decodeFilePath(cl.m_outputPath), in resetLevel()
1163 const TFilePath &outputPath = cl.m_outputPath; in closeLevel()
H A Dtasksviewer.h112 DVGui::LineEdit *m_outputPath; variable
/dports/audio/lmms/lmms-1.2.2/include/
H A DRenderManager.h71 QString m_outputPath; variable
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dexport_file_window.h50 std::string m_outputPath; variable
H A Dexport_file_window.cpp106 return base::join_path(m_outputPath, in outputFilenameValue()
142 m_outputPath = base::get_file_path(pathAndFilename); in setOutputFilename()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzfarm/tfarm/
H A Dtfarmtask.cpp161 , m_outputPath(outputPath) in TFarmTask()
428 m_outputPath = getFilePath(l, ++i); in parseCommandLine()
516 if (!m_outputPath.isEmpty()) { in getCommandLine()
519 outputPath = TSystem::toUNC(m_outputPath); in getCommandLine()
611 rb - ra + 1, m_priority, m_taskFilePath, m_outputPath, ra, rb, in changeChunkSize()
/dports/graphics/yafaray/libYafaRay-3.5.1/src/gui/
H A Dmywindow.h87 QString m_outputPath; variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtfarmtask.h76 TFilePath m_outputPath; //!< Path of the task's output file variable