Searched refs:onDialogClickDoNothing (Results 1 – 5 of 5) sorted by relevance
/dports/games/xye/xye-0.12.2/src/ |
H A D | dialogs.h | 20 void onDialogClickDoNothing(bool yesclicked);
|
H A D | xyedit.cpp | 209 …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 D | dialogs.cpp | 9 void onDialogClickDoNothing(bool yesclicked) {}; in onDialogClickDoNothing() function
|
H A D | editorsave.cpp | 519 …Unable to save the level file, cannot rewrite ")+string(filename)+".","Ok",onDialogClickDoNothing); in save()
|
H A D | xye.cpp | 3110 …alogs::makeMessageDialog(gamewindow, "No space left to spawn Xye.", "Ok" , onDialogClickDoNothing); in Kill()
|