Home
last modified time | relevance | path

Searched refs:onOK (Results 1 – 25 of 85) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/android/default_browser_promo/java/src/org/chromium/chrome/browser/ui/default_browser_promo/
H A DDefaultBrowserPromoDialog.java46 Activity activity, @DialogStyle int dialogStyle, Runnable onOK, Runnable onCancel) { in createDialog() argument
47 return new DefaultBrowserPromoDialog(activity, dialogStyle, onOK, onCancel); in createDialog()
51 Activity activity, @DialogStyle int style, Runnable onOK, Runnable onCancel) { in DefaultBrowserPromoDialog() argument
54 mOnOK = onOK; in DefaultBrowserPromoDialog()
H A DDefaultBrowserPromoManager.java63 Runnable onOK = () -> { in promoByRoleManager() local
81 onOK.run(); in promoByRoleManager()
83 showDialog(DefaultBrowserPromoDialog.DialogStyle.ROLE_MANAGER, onOK); in promoByRoleManager()
/dports/finance/R-cran-urca/urca/inst/Rcmdr/
H A DRcmdr-urca.R10 onOK <- function(){ function
48 onOK <- function(){ function
96 onOK <- function(){ function
125 onOK <- function(){ function
161 onOK <- function(){ function
197 onOK <- function(){ function
252 onOK <- function(){ function
305 onOK <- function(){ function
385 onOK <- function(){ function
427 onOK <- function(){ function
[all …]
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/test/
H A Dpostioner.py37 def onOK(ptr): function
55 o_2_0.callback(onOK)
H A Dbrowser_cols.py39 def onOK(ptr): function
61 btn.callback(onOK)
H A Ddemos.py37 def onOK(ptr): function
75 o_2_1.callback(onOK)
H A Dcheck_browser.py46 def onOK(ptr): function
67 o_2_1.callback(onOK)
H A DbrowserData.py12 def onOK(ptr): function
35 o_2_1.callback(onOK)
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/
H A DRSSDialog.java44 protected void onOK() { in onOK() method in RSSDialog
74 onOK(); in fireFeed()
80 onOK(); in fireCopy()
/dports/games/dunelegacy/dunelegacy-0.96.4/src/GUI/dune/
H A DLoadSaveWindow.cpp74 fileList.setOnDoubleClick(std::bind(&LoadSaveWindow::onOK, this)); in LoadSaveWindow()
91 okButton.setOnClick(std::bind(&LoadSaveWindow::onOK, this)); in LoadSaveWindow()
149 onOK(); in handleKeyPress()
199 void LoadSaveWindow::onOK() { in onOK() function in LoadSaveWindow
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/util/
H A DBasicDialog.java41 onOK(); in addBehavior()
74 abstract protected void onOK(); in onOK() method in BasicDialog
/dports/games/openyahtzee/openyahtzee-1.9.3/src/
H A Dsettings_dialog.cpp53 Connect(wxID_OK, wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(SettingsDialog::onOK)); in connectEventTable()
87 void SettingsDialog::onOK(wxCommandEvent& event) in onOK() function in SettingsDialog
H A Dsettings_dialog.h32 void onOK (wxCommandEvent& event);
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/ui/brush/
H A DQuerySidesDialog.cpp73 g_signal_connect(G_OBJECT(okButton), "clicked", G_CALLBACK(onOK), this); in createButtons()
90 void QuerySidesDialog::onOK(GtkWidget* widget, QuerySidesDialog* self) in onOK() function in ui::QuerySidesDialog
/dports/games/dunelegacy/dunelegacy-0.96.4/include/GUI/
H A DMsgBox.h142 okbutton.setOnClick(std::bind(&MsgBox::onOK, this)); in init()
154 virtual void onOK() { in onOK() function
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/
H A Ddlg_field_properties.py50 self.buttonBox.accepted.connect(self.onOK)
83 def onOK(self): member in DlgFieldProperties
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/
H A Ddlg_field_properties.py50 self.buttonBox.accepted.connect(self.onOK)
83 def onOK(self): member in DlgFieldProperties
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/providers/ogr/
H A Dqgsgeopackageprojectstoragedialog.cpp38 connect( buttonBox, &QDialogButtonBox::accepted, this, &QgsGeoPackageProjectStorageDialog::onOK ); in QgsGeoPackageProjectStorageDialog()
122 void QgsGeoPackageProjectStorageDialog::onOK() in onOK() function in QgsGeoPackageProjectStorageDialog
/dports/graphics/qgis/qgis-3.22.3/src/gui/providers/ogr/
H A Dqgsgeopackageprojectstoragedialog.cpp38 connect( buttonBox, &QDialogButtonBox::accepted, this, &QgsGeoPackageProjectStorageDialog::onOK ); in QgsGeoPackageProjectStorageDialog()
122 void QgsGeoPackageProjectStorageDialog::onOK() in onOK() function in QgsGeoPackageProjectStorageDialog
H A Dqgsgeopackageprojectstoragedialog.h42 void onOK();
/dports/math/R/R-4.1.2/src/library/tcltk/R/
H A Dutils.R37 onOK <- function() { function
49 OK <- ttkbutton(buttons, text = gettext("OK"), width = 6, command = onOK)
90 tkbind(box, "<Double-ButtonPress-1>", onOK)
/dports/math/libRmath/R-4.1.1/src/library/tcltk/R/
H A Dutils.R37 onOK <- function() { function
49 OK <- ttkbutton(buttons, text = gettext("OK"), width = 6, command = onOK)
90 tkbind(box, "<Double-ButtonPress-1>", onOK)
/dports/graphics/qgis/qgis-3.22.3/src/providers/postgres/
H A Dqgspostgresprojectstoragedialog.cpp35 connect( buttonBox, &QDialogButtonBox::accepted, this, &QgsPostgresProjectStorageDialog::onOK ); in QgsPostgresProjectStorageDialog()
141 void QgsPostgresProjectStorageDialog::onOK() in onOK() function in QgsPostgresProjectStorageDialog
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/postgres/
H A Dqgspostgresprojectstoragedialog.cpp35 connect( buttonBox, &QDialogButtonBox::accepted, this, &QgsPostgresProjectStorageDialog::onOK ); in QgsPostgresProjectStorageDialog()
141 void QgsPostgresProjectStorageDialog::onOK() in onOK() function in QgsPostgresProjectStorageDialog
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dselect_accelerator.cpp113 okButton()->Click.connect(base::Bind<void>(&SelectAccelerator::onOK, this)); in SelectAccelerator()
155 void SelectAccelerator::onOK() in onOK() function in app::SelectAccelerator

1234