Home
last modified time | relevance | path

Searched refs:fileNew (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/android/org/scummvm/scummvm/
H A DExternalStorage.java311 File fileNew = new File(strNew); in addPath() local
313 if (!paths.contains(fileNew) && in addPath()
319 if (fileNew.exists() && fileNew.isDirectory() && fileNew.canExecute()) { in addPath()
321 paths.add(fileNew); in addPath()
324 … strNew, fileNew.exists(), fileNew.isDirectory(), fileNew.canExecute(), fileNew.canRead())); in addPath()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android3d/org/residualvm/residualvm/
H A DExternalStorage.java311 File fileNew = new File(strNew); in addPath() local
313 if (!paths.contains(fileNew) && in addPath()
319 if (fileNew.exists() && fileNew.isDirectory() && fileNew.canExecute()) { in addPath()
321 paths.add(fileNew); in addPath()
324 … strNew, fileNew.exists(), fileNew.isDirectory(), fileNew.canExecute(), fileNew.canRead())); in addPath()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android/org/scummvm/scummvm/
H A DExternalStorage.java326 File fileNew = new File(strNew); in addPath() local
328 if (!paths.contains(fileNew) && in addPath()
334 if (fileNew.exists() && fileNew.isDirectory() && fileNew.canExecute()) { in addPath()
336 paths.add(fileNew); in addPath()
339 … strNew, fileNew.exists(), fileNew.isDirectory(), fileNew.canExecute(), fileNew.canRead())); in addPath()
/dports/www/getleft/Getleft-v1.2/scripts/
H A DCommands.tcl428 set fileNew [UrlToFile $urlNew $directories(base)]
431 regexp -nocase "(?:^$directories(base)/)(.*)" $fileNew nada fileNew
436 if {[regexp "(?:^$dir/)(.*)" $fileNew nada fileNew]} {
444 set fileNew ../$fileNew
447 return $fileNew
/dports/comms/qsstv/qsstv/editor/
H A Deditor.cpp94 fileNew = new QAction(QIcon(":/icons/filenew.png"),tr("&New"),this); in initActions()
95 fileNew->setShortcut(tr("Ctrl+N")); in initActions()
96 fileNew->setStatusTip(tr("Create a new image")); in initActions()
97 connect(fileNew, SIGNAL(triggered()), this, SLOT(slotFileNew())); in initActions()
145 fileMenu->addAction(fileNew); in initMenubar()
H A Deditor.h68 QAction *fileNew; variable
/dports/games/corsix-th/CorsixTH-0.65.1/LevelEdit/src/com/corsixth/leveledit/
H A DMenu.java48 JMenuItem fileNew = new JMenuItem("New"); field in Menu
57 menuFile.add(fileNew); in Menu()
69 fileNew.addActionListener(new ActionListener() { in Menu()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/cmake/tests/manual/kde4app/
H A Dkde4app.cpp55 KStandardAction::openNew(this, SLOT(fileNew()), actionCollection()); in setupActions()
66 void kde4app::fileNew() in fileNew() function in kde4app
H A Dkde4app.h42 void fileNew();
/dports/devel/kapptemplate/kapptemplate-21.12.3/src/templates/C++/kde-frameworks5/src/
H A D%{APPNAMELC}window.cpp30 KStandardAction::openNew(this, SLOT(fileNew()), actionCollection);
41 void %{APPNAME}Window::fileNew() in fileNew() function in Window
H A D%{APPNAMELC}window.h43 void fileNew();
/dports/devel/kf5-kparts/kparts-5.89.0/templates/kpartsapp/src/shell/
H A D%{APPNAMELC}shell.cpp71 KStandardAction::openNew(this, &%{APPNAME}Shell::fileNew, actionCollection());
77 void %{APPNAME}Shell::fileNew() in fileNew() function in Shell
H A D%{APPNAMELC}shell.h41 void fileNew();
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Dmainwindow_actions.cpp173 void MainWindowPrivate::fileNew() in fileNew() function in KDevelop::MainWindowPrivate
202 fileNew(); in contextMenuFileNew()
/dports/math/kig/kig-21.12.3/kig/
H A Dkig.cpp87 KStandardAction::openNew(this, SLOT(fileNew()), actionCollection()); in setupActions()
133 void Kig::fileNew() in fileNew() function in Kig
H A Dkig.h83 void fileNew();
/dports/math/cgal/CGAL-5.3/demo/icons/
H A DFile.qrc3 <file>fileNew.png</file>
/dports/math/cgal/CGAL-5.3/cmake/modules/demo/icons/
H A DFile.qrc3 <file>fileNew.png</file>
/dports/graphics/kimagemapeditor/kimagemapeditor-21.12.3/
H A Dkimeshell.cpp157 (void)KStandardAction::openNew(this, SLOT(fileNew()), actionCollection()); in setupActions()
171 void KimeShell::fileNew() in fileNew() function in KimeShell
/dports/editors/calligra/calligra-3.2.1/gemini/
H A Ddesktopviewproxy.h39 void fileNew();
H A Ddesktopviewproxy.cpp75 connect(newAction, SIGNAL(triggered(bool)), this, SLOT(fileNew())); in DesktopViewProxy()
107 void DesktopViewProxy::fileNew() in fileNew() function in DesktopViewProxy
/dports/math/kmplot/kmplot-21.12.3/kmplot/
H A Dkmplot.cpp155 KStandardAction::openNew(this, SLOT(fileNew()), actionCollection()); in setupActions()
167 void KmPlot::fileNew() in fileNew() function in KmPlot
/dports/math/cgal/CGAL-5.3/demo/Optimal_transportation_reconstruction_2/
H A Dpwsrec.qrc4 <file>icons/fileNew.png</file>
/dports/math/cgal/CGAL-5.3/demo/Periodic_Lloyd_3/
H A DPeriodic_Lloyd_3.qrc9 <file>icons/fileNew.png</file>
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/richtext/textedit/
H A Dmain.cpp81 mw.fileNew(); in main()

1234567