Home
last modified time | relevance | path

Searched refs:OKClicked (Results 1 – 24 of 24) sorted by relevance

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dchoosecolordialog.cpp45 connect(_buttonBox->button(QDialogButtonBox::Ok), SIGNAL(clicked()), this, SLOT(OKClicked())); in ChooseColorDialog()
124 void ChooseColorDialog::OKClicked() { in OKClicked() function in Kst::ChooseColorDialog
H A Dexportgraphicsdialog.cpp50 connect(_buttonBox->button(QDialogButtonBox::Ok), SIGNAL(clicked()), this, SLOT(OKClicked())); in ExportGraphicsDialog()
178 void ExportGraphicsDialog::OKClicked() { in OKClicked() function in Kst::ExportGraphicsDialog
H A Ddifferentiatecurvesdialog.h41 void OKClicked();
H A Dexportvectorsdialog.h45 void OKClicked();
H A Dexportgraphicsdialog.h36 void OKClicked();
H A Dchangedatasampledialog.h50 void OKClicked();
H A Dchoosecolordialog.h40 void OKClicked();
H A Dchangefiledialog.h54 void OKClicked();
H A Dfiltermultipledialog.h63 void OKClicked();
H A Ddifferentiatecurvesdialog.cpp41 connect(_buttonBox->button(QDialogButtonBox::Ok), SIGNAL(clicked()), this, SLOT(OKClicked())); in DifferentiateCurvesDialog()
158 void DifferentiateCurvesDialog::OKClicked() { in OKClicked() function in Kst::DifferentiateCurvesDialog
H A Dexportvectorsdialog.cpp54 connect(_buttonBox->button(QDialogButtonBox::Ok), SIGNAL(clicked()), this, SLOT(OKClicked())); in ExportVectorsDialog()
204 void ExportVectorsDialog::OKClicked() { in OKClicked() function in Kst::ExportVectorsDialog
H A Dfiltermultipledialog.cpp71 connect(ui->buttonBox->button(QDialogButtonBox::Ok), SIGNAL(clicked()), this, SLOT(OKClicked())); in FilterMultipleDialog()
228 void FilterMultipleDialog::OKClicked() { in OKClicked() function in Kst::FilterMultipleDialog
H A Dchangedatasampledialog.cpp58 connect(_buttonBox->button(QDialogButtonBox::Ok), SIGNAL(clicked()), this, SLOT(OKClicked())); in ChangeDataSampleDialog()
289 void ChangeDataSampleDialog::OKClicked() { in OKClicked() function in Kst::ChangeDataSampleDialog
H A Dchangefiledialog.cpp72 connect(_buttonBox->button(QDialogButtonBox::Ok), SIGNAL(clicked()), this, SLOT(OKClicked())); in ChangeFileDialog()
299 void ChangeFileDialog::OKClicked() { in OKClicked() function in Kst::ChangeFileDialog
/dports/emulators/frodo/Frodo-4.1b/Src/
H A DPrefs_Amiga.i342 int OKClicked(void) in OKClicked() function
398 return OKClicked(); in PrefsOK()
415 return OKClicked(); in PrefsVanillaKey()
H A DAmigaGUI.h134 extern int OKClicked( void );
H A DAmigaGUI.c156 61, 218, 81, 16, (UBYTE *)"_OK", NULL, GD_OK, PLACETEXT_IN, NULL, (APTR)OKClicked,
/dports/comms/klog/klog-1.8.5/src/
H A Dmainqsoentrywidget.h87 void OKClicked();
H A Dmainqsoentrywidget.cpp378 emit OKClicked(); in slotOKButtonClicked()
H A Dmainwindow.cpp512 connect(mainQSOEntryWidget, SIGNAL(OKClicked()), this, SLOT(slotQRZReturnPressed() ) ); in createActionsCommon()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A DPivotLayoutDialog.hxx91 DECL_LINK(OKClicked, weld::Button&, void);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A DPivotLayoutDialog.hxx92 DECL_LINK(OKClicked, weld::Button&, void);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A DPivotLayoutDialog.cxx152 mxBtnOK->connect_clicked(LINK(this, ScPivotLayoutDialog, OKClicked)); in ScPivotLayoutDialog()
634 IMPL_LINK_NOARG( ScPivotLayoutDialog, OKClicked, weld::Button&, void ) in IMPL_LINK_NOARG() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A DPivotLayoutDialog.cxx151 mxBtnOK->connect_clicked(LINK(this, ScPivotLayoutDialog, OKClicked)); in ScPivotLayoutDialog()
629 IMPL_LINK_NOARG( ScPivotLayoutDialog, OKClicked, weld::Button&, void ) in IMPL_LINK_NOARG() argument