Home
last modified time | relevance | path

Searched refs:exitCmd (Results 1 – 14 of 14) sorted by relevance

/dports/games/einstein/einstein-2.0/
H A Dtopscores.cpp145 ExitCommand exitCmd(area); in showScoresWindow() local
147 msg(L"ok"), &exitCmd)); in showScoresWindow()
148 area.add(new KeyAccel(SDLK_ESCAPE, &exitCmd)); in showScoresWindow()
165 ExitCommand exitCmd(area); in enterNameDialog() local
167 msg(L"ok"), &exitCmd)); in enterNameDialog()
168 area.add(new KeyAccel(SDLK_ESCAPE, &exitCmd)); in enterNameDialog()
169 area.add(new KeyAccel(SDLK_RETURN, &exitCmd)); in enterNameDialog()
H A Dopensave.cpp104 ExitCommand exitCmd(area); in doAction() local
109 msg(L"cancel"), &exitCmd)); in doAction()
110 area.add(new KeyAccel(SDLK_ESCAPE, &exitCmd)); in doAction()
168 ExitCommand exitCmd(area); in showListWindow() local
170 msg(L"close"), &exitCmd)); in showListWindow()
171 area.add(new KeyAccel(SDLK_ESCAPE, &exitCmd)); in showListWindow()
H A Doptions.cpp78 ExitCommand exitCmd(area); in showOptionsWindow() local
83 msg(L"cancel"), &exitCmd)); in showOptionsWindow()
84 area.add(new KeyAccel(SDLK_ESCAPE, &exitCmd)); in showOptionsWindow()
H A Dmenu.cpp151 ExitCommand exitCmd(area); in doAction()
153 msg(L"ok"), &exitCmd)); in doAction()
154 area.add(new KeyAccel(SDLK_ESCAPE, &exitCmd)); in doAction()
155 area.add(new KeyAccel(SDLK_RETURN, &exitCmd)); in doAction()
H A Ddescr.cpp184 ExitCommand exitCmd(area); in run() local
185 …a.add(new Button(610, 515, 80, 25, buttonFont, 255, 255, 0, L"blue.bmp", msg(L"close"), &exitCmd)); in run()
186 area.add(new KeyAccel(SDLK_ESCAPE, &exitCmd)); in run()
H A Dgame.cpp273 ExitCommand exitCmd(area); in doAction() local
275 L"redpattern.bmp", msg(L"exit"), &exitCmd)); in doAction()
/dports/irc/komanda-cli/komanda-cli-b5ba03b/komanda/command/
H A Dexit.go27 func exitCmd() Command { func
H A Dcommand.go65 exitCmd(),
/dports/comms/anyremote/anyremote-6.7.3/src/
H A Dcmds.c805 static int exitCmd(int subtype, const char *oper, const char *exec, cmdParams* params) in exitCmd() function
1357 return exitCmd(ID_MAKE_EXIT,descr,exec,NULL); in makeExitCmd()
1514 {ID_EXIT, exitCmd }, in processOneCommand()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DDXApplication.h485 Command* exitCmd; // DX application Quit command with variable
H A DDXWindow.C270 theDXApplication->exitCmd->execute(); in closeWindow()
H A DDXApplication.C1732 this->exitCmd = in DXApplication()
1987 delete this->exitCmd;
H A DEditorWindow.C1519 new ButtonInterface(pulldown,"quitOption",theDXApplication->exitCmd); in createFileMenu()
H A DImageWindow.C1179 new ButtonInterface(pulldown,"imageQuitOption",theDXApplication->exitCmd); in createFileMenu()