Home
last modified time | relevance | path

Searched refs:onDialogClickDoNothing (Results 1 – 5 of 5) sorted by relevance

/dports/games/xye/xye-0.12.2/src/
H A Ddialogs.h20 void onDialogClickDoNothing(bool yesclicked);
H A Dxyedit.cpp209 …tring("File ")+tfilename+string(" does not exist. Cannot append."), "Ok" , onDialogClickDoNothing); in continueAppendFile()
213 …alog(editorwindow, editor::loadError+" Had to halt append operation.","Ok",onDialogClickDoNothing); in continueAppendFile()
215 dialogs::makeMessageDialog(editorwindow, editor::loadError,"Ok",onDialogClickDoNothing); in continueAppendFile()
462 …")+string(tfilename)+string(" already exists, unable to replace it."),"Ok",onDialogClickDoNothing); in saveAs()
473 …eDialog(editorwindow, string(filename)+string(" saved successfully."),"Ok",onDialogClickDoNothing); in saveAs()
762 dialogs::makeMessageDialog(editorwindow, editor::loadError,"Ok",onDialogClickDoNothing); in StartSection()
765 dialogs::makeMessageDialog(editorwindow, editor::loadError,"Ok",onDialogClickDoNothing); in StartSection()
847 …t the level because xyedit cannot rewrite ")+string(filename+"~")+".","Ok",onDialogClickDoNothing); in test()
H A Ddialogs.cpp9 void onDialogClickDoNothing(bool yesclicked) {}; in onDialogClickDoNothing() function
H A Deditorsave.cpp519 …Unable to save the level file, cannot rewrite ")+string(filename)+".","Ok",onDialogClickDoNothing); in save()
H A Dxye.cpp3110 …alogs::makeMessageDialog(gamewindow, "No space left to spawn Xye.", "Ok" , onDialogClickDoNothing); in Kill()