Home
last modified time | relevance | path

Searched defs:fileToOpen (Results 1 – 22 of 22) sorted by relevance

/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/utils/
H A DOpenFileBackgroundWorker.java40 private File fileToOpen; field in OpenFileBackgroundWorker
54 public void open(final File fileToOpen) { in open()
/dports/graphics/tiled/tiled-1.7.2/src/tmxrasterizer/
H A Dmain.cpp92 const QString &fileToOpen = localFile(args.at(0)); in main() local
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/osinterface/carbon/
H A DPPOpenPanel_CARBON.cpp85 FSRef fileToOpen; in runModal() local
/dports/misc/kwordquiz/kwordquiz-21.12.3/src/
H A Dkwqtutor.cpp24 KWQTutor::KWQTutor(const QUrl &fileToOpen, QWidget *parent) : KStatusNotifierItem(parent) in KWQTutor()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/
H A Dopenfilemanager.cpp132 QString fileToOpen = QFileInfo(localPath).absoluteFilePath(); in showInFileManager() local
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/
H A Dopenfilemanager.cpp147 QString fileToOpen = QFileInfo(localPath).absoluteFilePath(); in showInFileManager() local
/dports/graphics/tiled/tiled-1.7.2/util/java/tmxviewer-java/src/main/java/
H A DTMXViewer.java59 String fileToOpen = null; in main() local
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/
H A DApplication.cpp90 QString fileToOpen; in Application() local
/dports/editors/texworks/texworks-release-0.6.2/src/
H A Dmain.cpp54 fileToOpenStruct fileToOpen; in main() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/designer/
H A Dformeditorplugin.cpp187 const QString fileToOpen = otherFile(); in switchSourceForm() local
/dports/audio/traverso/traverso-0.49.6/src/traverso/dialogs/project/
H A DOpenProjectDialog.cpp80 QString fileToOpen = path + "/" + dirname + "/project.tpf"; in update_projects_list() local
/dports/devel/juce/JUCE-f37e9a1/extras/AudioPluginHost/Source/
H A DHostStartup.cpp75 File fileToOpen; in handleAsyncUpdate() local
/dports/ports-mgmt/octopkg/octopkg-0.3.1/src/
H A Dwmhelper.cpp238 QString fileToOpen(fileName); in openFile() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/examples/org/eclipse/jdt/internal/ui/exampleprojects/
H A DExampleProjectCreationOperation.java114 IResource fileToOpen= proj.findMember(new Path(open)); in createProject() local
/dports/net/kamailio/kamailio-5.4.5/src/modules/snmpstats/
H A Dsnmp_statistics.c355 char *fileToOpen; in get_used_waiting_queue() local
/dports/net/kamailio/kamailio-5.4.5/src/modules/pipelimit/
H A Dpl_statistics.c366 char *fileToOpen; in get_used_waiting_queue() local
/dports/net/kamailio/kamailio-5.4.5/src/modules/ratelimit/
H A Drl_statistics.c364 char *fileToOpen; in get_used_waiting_queue() local
/dports/math/gismo/gismo-21.12.0/plugins/gsAxel/
H A DgsGeometryDialog.cpp519 QString fileToOpen; in openShader() local
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Ddatawizard.cpp811 DataWizard::DataWizard(QWidget *parent, const QString& fileToOpen) in DataWizard()
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/
H A DMainWindow.cpp94 QString fileToOpen; in MainWindow() local
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partsbinpalette/binmanager/
H A Dbinmanager.cpp275 …QString fileToOpen = QFileInfo(binLocation).exists() ? binLocation : createIfBinNotExists(binLocat… in getOrOpenBin() local
/dports/devel/ta-lib/ta-lib/src/tools/gen_code/
H A Dgen_code.c488 static FileHandle *fileOpen( const char *fileToOpen, in fileOpen()