Home
last modified time | relevance | path

Searched refs:openDirectory (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/devel/hs-git-annex/git-annex-8.20210903/Utility/Directory/
H A DStream.hs14 openDirectory,
43 openDirectory :: FilePath -> IO DirectoryHandle
44 openDirectory path = do function
111 isDirectoryEmpty d = bracket (openDirectory d) closeDirectory check
/dports/graphics/delaboratory/delaboratory-0.8/gui_wx/
H A Dmain_frame.cc288 std::string f = getOpenFile(this, "load source image", "image", openDirectory); in onOpenImage()
291 openDirectory = getPath(f); in onOpenImage()
298 std::string f = getOpenFile(this, "load source image", "raw", openDirectory); in onOpenRawImageProPhoto()
301 openDirectory = getPath(f); in onOpenRawImageProPhoto()
308 std::string f = getOpenFile(this, "load source image", "raw", openDirectory); in onOpenRawImageRGB()
311 openDirectory = getPath(f); in onOpenRawImageRGB()
318 std::string f = getOpenFile(this, "load source image", "raw", openDirectory); in onOpenRawImageProPhotoAB()
321 openDirectory = getPath(f); in onOpenRawImageProPhotoAB()
328 std::string f = getOpenFile(this, "load source image", "raw", openDirectory); in onOpenRawImageRGBAB()
331 openDirectory = getPath(f); in onOpenRawImageRGBAB()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/sourcetool/
H A Dsourcetool.cpp194 QString openDirectory = baseDirectory(view()->model()->fileUrl()); in selectedItemsChanged() local
195 if (openDirectory.isEmpty()) in selectedItemsChanged()
196 openDirectory = baseDirectory(view()->model()->fileUrl()); in selectedItemsChanged()
200 openDirectory); in selectedItemsChanged()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/gestures/imagegestures/
H A Dmainwidget.cpp60 void MainWidget::openDirectory(const QString &path) in openDirectory() function in MainWidget
63 imageWidget->openDirectory(path); in openDirectory()
H A Dmainwidget.h57 void openDirectory(const QString &path);
H A Dimagewidget.h62 void openDirectory(const QString &path);
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/gestures/imagegestures/
H A Dmainwidget.cpp69 void MainWidget::openDirectory(const QString &path) in openDirectory() function in MainWidget
72 imageWidget->openDirectory(path); in openDirectory()
H A Dmainwidget.h67 void openDirectory(const QString &path);
H A Dimagewidget.h74 void openDirectory(const QString &path); in Q_DECLARE_LOGGING_CATEGORY()
/dports/audio/kid3-kf5/kid3-3.8.6/src/app/qt/
H A Dmainqt.cpp101 kid3App->openDirectory(args.mid(1)); in main()
105 kid3App->openDirectory(QStringList() in main()
/dports/audio/kid3-qt5/kid3-3.8.6/src/app/qt/
H A Dmainqt.cpp101 kid3App->openDirectory(args.mid(1)); in main()
105 kid3App->openDirectory(QStringList() in main()
/dports/audio/kid3-kf5/kid3-3.8.6/src/app/kde/
H A Dmainkde.cpp161 kid3App->openDirectory(parser.positionalArguments()); in main()
164 kid3App->openDirectory(QStringList() in main()
/dports/audio/kid3-qt5/kid3-3.8.6/src/app/kde/
H A Dmainkde.cpp161 kid3App->openDirectory(parser.positionalArguments()); in main()
164 kid3App->openDirectory(QStringList() in main()
/dports/graphics/ksnip/ksnip-1.9.2/tests/gui/actions/
H A DActionTest.cpp36 QFETCH(bool, openDirectory); in EqualsOperator_Should_ReturnTrue_When_AllValuesMatch()
65 action2.setIsOpenDirectoryEnabled(openDirectory); in EqualsOperator_Should_ReturnTrue_When_AllValuesMatch()
/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/plugin-directorymenu/
H A Ddirectorymenu.cpp57 …ect(mOpenDirectorySignalMapper, &QSignalMapper::mappedString, this, &DirectoryMenu::openDirectory); in DirectoryMenu()
97 void DirectoryMenu::openDirectory(const QString& path) in openDirectory() function in DirectoryMenu
H A Ddirectorymenu.h60 void openDirectory(const QString& path);
/dports/games/multimc/MultiMC5-0.6.11/api/gui/
H A DDesktopServices.h31 MULTIMC_GUI_EXPORT bool openDirectory(const QString &path, bool ensureExists = false);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/libreoffice/ui/
H A DLibreOfficeUIActivity.java233 openDirectory(currentDirectory); in createUI()
475 public void openDirectory(IFile dir) { in openDirectory() method in LibreOfficeUIActivity
622 openDirectory(file); in open()
637 openDirectory(result); in openParentDirectory()
760 openDirectory(currentDirectory); in onOptionsItemSelected()
766 openDirectory(currentDirectory); in onOptionsItemSelected()
772 openDirectory(currentDirectory); in onOptionsItemSelected()
778 openDirectory(currentDirectory); in onOptionsItemSelected()
784 openDirectory(currentDirectory); in onOptionsItemSelected()
/dports/graphics/ksnip/ksnip-1.9.2/src/gui/captureHandler/
H A DICaptureHandler.h41 virtual void openDirectory() = 0;
H A DSingleCaptureHandler.h48 void openDirectory() override;
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/kid3qml/
H A DKid3Script.qml165 function openDirectory(paths) {
171 app.openDirectory(paths)
196 openDirectory(".")
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/kid3qml/
H A DKid3Script.qml165 function openDirectory(paths) {
171 app.openDirectory(paths)
196 openDirectory(".")
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/
H A Dinterfaces.py203 def openDirectory(path): member in ISFTPServer
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/
H A Dinterfaces.py254 def openDirectory(path): member in ISFTPServer
/dports/graphics/qgis/qgis-3.22.3/src/gui/providers/ogr/
H A Dqgsogrsourceselect.h57 QString openDirectory();

12345678910>>...13