Home
last modified time | relevance | path

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

/dports/math/gismo/gismo-21.12.0/src/gsIO/
H A DgsFileData.hpp116 m_lastPath = tmp; in save()
140 m_lastPath = tmp; in saveCompressed()
161 if ( m_lastPath.empty() ) in read()
172 return readXmlFile(m_lastPath); in read()
180 return readAxelFile(m_lastPath); in read()
182 return readOffFile(m_lastPath); in read()
185 return read3dmFile(m_lastPath); in read()
204 return readObjFile(m_lastPath); in read()
206 return readStlFile(m_lastPath); in read()
212 return readX3dFile(m_lastPath); in read()
[all …]
H A DgsFileData.h87 String lastPath() const { return m_lastPath; } in lastPath()
107 mutable String m_lastPath; variable
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/General/library/
H A Dsettingsdialog.cpp36 m_lastPath = settings.value("Library/last_path", QDir::homePath()).toString(); in SettingsDialog()
51 settings.setValue("Library/last_path", m_lastPath); in accept()
65 …g path = FileDialog::getExistingDirectory(this, tr("Select Directories for Scanning"), m_lastPath); in on_addDirButton_clicked()
69 m_lastPath = QFileInfo(path).absolutePath(); in on_addDirButton_clicked()
H A Dsettingsdialog.h47 QString m_lastPath; variable
/dports/graphics/qvge/qvge-0.6.3/src/appbase/
H A DCMainWindow.cpp418 loadName = m_lastPath; in on_actionOpen_triggered()
508 m_lastPath = QFileInfo(m_currentFileName).absolutePath(); in doOpenDocument()
616 saveName = m_lastPath; in saveAs()
644 m_lastPath = QFileInfo(m_currentFileName).absolutePath(); in doSaveDocument()
1010 m_lastPath = settings.value("lastPath").toString(); in doReadSettings()
1030 settings.setValue("lastPath", m_lastPath); in doWriteSettings()
H A DCMainWindow.h153 QString m_lastPath; variable
/dports/graphics/yafaray/libYafaRay-3.5.1/src/gui/
H A Dmywindow.cc534 if (m_lastPath.isNull()) in saveDlg()
535 m_lastPath = QDir::currentPath(); in saveDlg()
539 QString fileName = QFileDialog::getSaveFileName(this, tr("YafaRay Save Image"), m_lastPath, in saveDlg()
562 m_lastPath = QDir(fileName).absolutePath(); in saveDlg()
565 imageOutput_t *out = new imageOutput_t(ih, m_lastPath.toStdString(), b_x, b_y); in saveDlg()
H A Dmywindow.h88 QString m_lastPath; variable
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_qt/
H A Dmainwindow.cpp95 m_lastPath = lastPath.parent_path(); in MainWindow()
99 m_lastPath = QStringToPath(QDir::homePath()); in MainWindow()
290 dialog.setDirectory(PathToQString(m_lastPath)); in on_actionBoot_DiscImage_triggered()
355 dialog.setDirectory(PathToQString(m_lastPath)); in on_actionBoot_ELF_triggered()
361 m_lastPath = filePath.parent_path(); in on_actionBoot_ELF_triggered()
398 m_lastPath = filePath.parent_path(); in LoadCDROM()
H A Dmainwindow.h109 fs::path m_lastPath; variable
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/golangdoc/
H A Dgolangdoc.h101 QString m_lastPath; variable
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DwxMaxima.cpp251 config->Read(wxT("lastPath"), &m_lastPath); in wxMaxima()
4901 m_lastPath = wxPathOnly(file); in OpenFile()
5111 m_lastPath = wxPathOnly(file); in SaveFile()
5934 m_lastPath = wxPathOnly(file); in EditMenu()
6186 if (m_lastPath.Length() == 0) in MaximaMenu()
6187 m_lastPath = wxGetHomeDir(); in MaximaMenu()
6191 m_lastPath = dir; in MaximaMenu()
8369 m_lastPath = wxPathOnly(file); in StatsMenu()
8513 if (m_lastPath.Length() > 0) in OnClose()
8514 config->Write(wxT("lastPath"), m_lastPath); in OnClose()
[all …]
H A DwxMaxima.h724 wxString m_lastPath; variable
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/javahl/native/
H A DSVNClient.h250 Path m_lastPath; variable
H A DSVNClient.cpp87 : m_lastPath("", pool), context(jthis_in, pool) in SVNClient()
163 return m_lastPath.c_str(); in getLastPath()
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/javahl/native/
H A DSVNClient.h250 Path m_lastPath; variable
H A DSVNClient.cpp87 : m_lastPath("", pool), context(jthis_in, pool) in SVNClient()
163 return m_lastPath.c_str(); in getLastPath()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/javahl/native/
H A DSVNClient.h250 Path m_lastPath; variable
H A DSVNClient.cpp87 : m_lastPath("", pool), context(jthis_in, pool) in SVNClient()
163 return m_lastPath.c_str(); in getLastPath()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/javahl/native/
H A DSVNClient.h250 Path m_lastPath; variable
H A DSVNClient.cpp87 : m_lastPath("", pool), context(jthis_in, pool) in SVNClient()
163 return m_lastPath.c_str(); in getLastPath()