Home
last modified time | relevance | path

Searched refs:getLastOpenPath (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/stockdlg/
H A DXojOpenDlg.cpp18 if (!settings->getLastOpenPath().empty()) { in XojOpenDlg()
19 currentFolder = settings->getLastOpenPath(); in XojOpenDlg()
122 auto lastOpenPath = this->settings->getLastOpenPath(); in showOpenDialog()
/dports/graphics/pencil2d/pencil-0.6.6/app/src/
H A Dfiledialog.cpp29 QString strInitialFilePath = getLastOpenPath(fileType); in getOpenFileName()
48 QString strInitialFilePath = getLastOpenPath(fileType); in getOpenFileNames()
104 QString FileDialog::getLastOpenPath(FileType fileType) in getLastOpenPath() function in FileDialog
H A Dfiledialog.h72 static QString getLastOpenPath( FileType fileType );
H A Dimportexportdialog.cpp80 m_filePaths = QStringList(FileDialog::getLastOpenPath(mFileType)); in init()
/dports/cad/ldview/ldview-4.4/QT/
H A DPreferences.h85 static char *getLastOpenPath(char *pathKey = NULL);
H A DPreferences.cpp1117 char *Preferences::getLastOpenPath(char *pathKey) in getLastOpenPath() function in Preferences
H A DModelViewerWidget.cpp840 char *initialDir = Preferences::getLastOpenPath(); in doFileOpen()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/settings/
H A DSettings.h182 fs::path const& getLastOpenPath() const;
H A DSettings.cpp1520 auto Settings::getLastOpenPath() const -> fs::path const& { return this->lastOpenPath; } in getLastOpenPath() function in Settings
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/
H A DControl.cpp2327 … Util::toGFilename(this->settings->getLastOpenPath()).c_str(), nullptr); in showSaveDialog()