Home
last modified time | relevance | path

Searched refs:OkDialog (Results 1 – 25 of 52) sorted by relevance

123

/dports/games/manaplus/manaplus-2.1.3.17/src/gui/
H A Ddialogsmanager.cpp64 OkDialog *weightNotice = nullptr;
117 OkDialog *const dialog = CREATEWIDGETR(OkDialog, in openErrorDialog()
162 CREATEWIDGETV(deathNotice, OkDialog, in playerDeath()
196 CREATEWIDGETV(weightNotice, OkDialog, in attributeChanged()
215 CREATEWIDGETV(weightNotice, OkDialog, in attributeChanged()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Dokdialog.h44 class OkDialog final : public Window,
53 OkDialog(const std::string &restrict title,
62 A_DELETE_COPY(OkDialog)
H A Dokdialog.cpp37 OkDialog::OkDialog(const std::string &restrict title, in OkDialog() function in OkDialog
94 void OkDialog::action(const ActionEvent &event) in action()
H A Dchangepassworddialog.cpp155 OkDialog *const dlg = CREATEWIDGETR(OkDialog, in action()
H A Dchangeemaildialog.cpp167 OkDialog *const dlg = CREATEWIDGETR(OkDialog, in action()
H A Deditserverdialog.cpp211 OkDialog *const dlg = CREATEWIDGETR(OkDialog, in action()
H A Dregisterdialog.cpp252 OkDialog *const dlg = CREATEWIDGETR(OkDialog, in action()
/dports/games/manaplus/manaplus-2.1.3.17/src/net/ea/
H A Dcharserverrecv.cpp104 CREATEWIDGET(OkDialog, in processCharCreateFailed()
129 CREATEWIDGET(OkDialog, in processCharDelete()
H A Dgamerecv.cpp66 CREATEWIDGET(OkDialog, in processMapQuitResponse()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/tool/
H A Drebuild.py53 from gramps.gui.dialog import OkDialog
86 OkDialog(_("Secondary indexes rebuilt"),
H A Drebuildrefmap.py55 from gramps.gui.dialog import OkDialog
91 OkDialog(_("Reference maps rebuilt"),
H A Drebuildgenderstat.py53 from gramps.gui.dialog import OkDialog
95 OkDialog(_("Gender statistics rebuilt"),
H A Dpopulatesources.py47 from gramps.gui.dialog import OkDialog
70 OkDialog('Data generated',
H A Dmergecitations.py53 from gramps.gui.dialog import OkDialog
233 OkDialog(_("Number of merges done"),
H A Dchangenames.py44 from gramps.gui.dialog import OkDialog
144 OkDialog(_('No modifications made'),
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/tabs/
H A Dsetup_video.cpp274 CREATEWIDGET(OkDialog, in apply()
303 CREATEWIDGET(OkDialog, in apply()
429 CREATEWIDGET(OkDialog, in action()
447 CREATEWIDGET(OkDialog, in action()
/dports/games/manaplus/manaplus-2.1.3.17/src/being/
H A Dlocalplayer.h45 class OkDialog; variable
416 void setAwayDialog(OkDialog *const dialog) in setAwayDialog()
483 OkDialog *mAwayDialog;
/dports/editors/lazarus-qt5/lazarus/components/jcf2/JcfGui/
H A DfMain.pas144 function OkDialog(const psMsg: string): boolean; in OkDialog() function
195 if not OkDialog(lsMessage) then
201 if not OkDialog(lsMessage) then
/dports/editors/lazarus/lazarus/components/jcf2/JcfGui/
H A DfMain.pas144 function OkDialog(const psMsg: string): boolean; in OkDialog() function
195 if not OkDialog(lsMessage) then
201 if not OkDialog(lsMessage) then
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Dpincodemanager.cpp143 CREATEWIDGETV(mDialog, OkDialog, in setNewPincode()
202 CREATEWIDGETV(mDialog, OkDialog, in changePincode()
/dports/games/manaplus/manaplus-2.1.3.17/src/listeners/
H A Dweightlistener.h31 extern OkDialog *weightNotice;
/dports/games/manaplus/manaplus-2.1.3.17/src/net/eathena/
H A Dcharserverrecv.cpp411 CREATEWIDGET(OkDialog, in processCharCheckRename()
434 CREATEWIDGET(OkDialog, in processCharRename()
470 CREATEWIDGET(OkDialog, in processCharRename()
497 CREATEWIDGET(OkDialog, in processCharDeleteFailed()
/dports/graphics/py-glooey/glooey-0.3.3/tests/dialogs/
H A Ddemo_button_dialog.py23 class TestOkDialog(glooey.OkDialog):
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/qml/connections-tree/
H A DConnectionGroupDialog.qml69 OkDialog {
/dports/editors/e93/e93/xgui/
H A Ddialogs.h68 bool OkDialog(const char *text);

123