Home
last modified time | relevance | path

Searched refs:exitApp (Results 1 – 25 of 38) sorted by relevance

12

/dports/sysutils/barrier/barrier-2.3.3/src/lib/barrier/
H A DAppUtil.h31 virtual void exitApp(int code) { throw XExitApp(code); } in exitApp() function
34 static void exitAppStatic(int code) { instance().exitApp(code); } in exitAppStatic()
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/synergy/
H A DAppUtil.h31 virtual void exitApp(int code) { throw XExitApp(code); } in exitApp() function
34 static void exitAppStatic(int code) { instance().exitApp(code); } in exitAppStatic()
/dports/security/keybase/client-v5.7.1/shared/desktop/app/
H A Dctl.desktop.tsx26 function exitApp() {
45 exitApp()
55 exitApp()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qml/
H A Dmain.cpp64 void exitApp(int i) in exitApp() function
170 exitApp(1); in usage()
190 exitApp(1); in scriptOptsUsage()
376 exitApp(0); in parseCommandLineOptions()
403 exitApp(0); in parseCommandLineOptions()
/dports/sysutils/barrier/barrier-2.3.3/src/lib/barrier/win32/
H A DAppUtilWindows.h49 void exitApp(int code);
H A DAppUtilWindows.cpp82 AppUtilWindows::exitApp(int code) in exitApp() function in AppUtilWindows
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/synergy/win32/
H A DAppUtilWindows.h49 void exitApp(int code);
H A DAppUtilWindows.cpp79 AppUtilWindows::exitApp(int code) in exitApp() function in AppUtilWindows
/dports/games/warmux/warmux-11.04/build/android/src/
H A DVideo.java295 public void exitApp() { in exitApp() method in DemoRenderer
346 public void exitApp() { in exitApp() method in DemoGLSurfaceView
347 mRenderer.exitApp(); in exitApp()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/alignment/
H A DBamFrame.java56 protected void exitApp() in exitApp() method in BamFrame
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/evosuite-tests/uk/ac/sanger/artemis/components/
H A DSplash_ESTest.java106 Splash.exitApp(); in test04()
265 Splash.exitApp(); in test13()
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/Guib/
H A Dinit.tcl105 image create photo exitApp -format gif \
/dports/security/xca/xca-2.4.0/widgets/
H A DMainWindow.h87 int exitApp;
/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A Dluckybackupwindow.h74 void exitApp(); //SLOT: check if a profile is saved and exit application
H A Dluckybackupwindow.cpp113 connect ( ui.pushButton_exit, SIGNAL( clicked() ), this, SLOT( exitApp() ) ); //pushbutton exit in luckyBackupWindow()
114 connect ( ui.actionQuit, SIGNAL(triggered()), this, SLOT(exitApp())); //menu action quit in luckyBackupWindow()
206 void luckyBackupWindow::exitApp() in exitApp() function in luckyBackupWindow
228 exitApp(); in closeEvent()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/circular/digest/
H A DCircularGenomeController.java273 exitApp(f); in addMenuBar()
323 exitApp(f); in addMenuBar()
335 private void exitApp(JFrame f) in exitApp() method in CircularGenomeController
/dports/net/savvycan/SavvyCAN-1.0.245/
H A Dmainwindow.h92 void exitApp();
H A Dmainwindow.cpp110 connect(ui->actionExit_Application, &QAction::triggered, this, &MainWindow::exitApp); in MainWindow()
275 void MainWindow::exitApp() in exitApp() function in MainWindow
304 exitApp(); in closeEvent()
/dports/graphics/qvge/qvge-0.6.3/src/appbase/
H A DCMainWindow.cpp234 QAction *exitApp = m_fileMenu->addAction(tr("E&xit"), this, SLOT(exit())); in createMainMenu() local
235 exitApp->setStatusTip(tr("Leave the application closing all windows")); in createMainMenu()
236 exitApp->setShortcut(QKeySequence::Quit); in createMainMenu()
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/Guib/lib/
H A DtkUtils.tcl69 namespace export exitApp
/dports/security/openssh-askpass/x11-ssh-askpass-1.2.4.1/
H A Dx11-ssh-askpass.h251 void exitApp(AppInfo *app, int exitCode);
H A Dx11-ssh-askpass.c1149 exitApp(app, EXIT_STATUS_ERROR); in performGrab()
1215 void exitApp(AppInfo *app, int exitCode) in exitApp() function
1231 exitApp(app, EXIT_STATUS_ACCEPT); in acceptAction()
1236 exitApp(app, EXIT_STATUS_CANCEL); in cancelAction()
1428 exitApp(app, EXIT_STATUS_TIMEOUT); in handleInputTimeout()
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/Guib/doc/
H A Dusage.tex170 # to ::guib::exitApp
172 bind . <Destroy> ::guib::exitApp
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/
H A Dqtbitcointrader.h459 void exitApp();
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/game/
H A Dgame.h383 static int ErrorDisplayMessage(const char *msg, bool exitApp);

12