Home
last modified time | relevance | path

Searched refs:getLastSavePath (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/dialog/
H A DPageTemplateDialog.cpp87 if (!settings->getLastSavePath().empty()) { in saveToFile()
89 Util::toGFilename(settings->getLastSavePath()).c_str()); in saveToFile()
/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/
H A Ddiskwriter.hxx71 std::string getLastSavePath();
H A Ddiskwriter.cxx152 std::string DiskWriter::getLastSavePath() in getLastSavePath() function in DiskWriter
/dports/graphics/pencil2d/pencil-0.6.6/app/src/
H A Dfiledialog.h91 static QString getLastSavePath( FileType fileType );
H A Dfiledialog.cpp67 QString strInitialFilePath = getLastSavePath(fileType); in getSaveFileName()
120 QString FileDialog::getLastSavePath(FileType fileType) in getLastSavePath() function in FileDialog
H A Dimportexportdialog.cpp83 m_filePaths = QStringList(FileDialog::getLastSavePath(mFileType)); in init()
/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/tests/
H A Ddiskwritertest.cxx51 QUNIT_IS_TRUE( strcmp( gui->getDiskWriter()->getLastSavePath().c_str(), path.c_str() ) == 0 ); in runTests()
/dports/cad/ldview/ldview-4.4/LDLib/
H A DLDHtmlInventory.h51 const char *getLastSavePath(void) { return m_lastSavePath.c_str(); } in getLastSavePath() function
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/jobs/
H A DBaseExportJob.cpp64 fs::path folder = doc->createSaveFolder(settings->getLastSavePath()); in showFilechooser()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/stockdlg/
H A DXojOpenDlg.cpp127 auto lastSavePath = this->settings->getLastSavePath(); in showOpenDialog()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/settings/
H A DSettings.h176 fs::path const& getLastSavePath() const;
H A DSettings.cpp1513 auto Settings::getLastSavePath() const -> fs::path const& { return this->lastSavePath; } in getLastSavePath() function in Settings
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/
H A DControl.cpp2320 auto suggested_folder = this->doc->createSaveFolder(this->settings->getLastSavePath()); in showSaveDialog()
/dports/cad/ldview/ldview-4.4/QT/
H A DModelViewerWidget.cpp3212 QString startWith = QString(htmlInventory->getLastSavePath()) + in doPartList()