Home
last modified time | relevance | path

Searched refs:CommandProc (Results 1 – 18 of 18) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dcommand.cpp39 CommandProc CmdBuildBridge;
43 CommandProc CmdConvertRail;
65 CommandProc CmdBuildRoad;
73 CommandProc CmdBuildDock;
77 CommandProc CmdBuildBuoy;
79 CommandProc CmdPlantTree;
120 CommandProc CmdPlaceSign;
125 CommandProc CmdPause;
131 CommandProc CmdFoundTown;
147 CommandProc CmdClearArea;
[all …]
H A Dcommand_type.h446 typedef CommandCost CommandProc(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const st… typedef
455 CommandProc *proc; ///< The procedure to actually executing
/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/atlas/GameInterface/
H A DCommandProc.cpp37 CommandProc& GetCommandProc() in GetCommandProc()
39 static CommandProc commandProc; in GetCommandProc()
51 CommandProc::CommandProc() in CommandProc() function in CommandProc
60 CommandProc::~CommandProc() in ~CommandProc()
67 void CommandProc::Destroy() in Destroy()
73 void CommandProc::Submit(Command* cmd) in Submit()
86 void CommandProc::Undo() in Undo()
95 void CommandProc::Redo() in Redo()
104 void CommandProc::Merge() in Merge()
H A DCommandProc.h40 class CommandProc
43 CommandProc();
44 ~CommandProc();
68 CommandProc& GetCommandProc();
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/kyra/
H A Ddekyra.h84 typedef void (*CommandProc)(ScriptData *script, int argument); typedef
91 bool setCommands(CommandProc *commands, int commandsSize);
109 CommandProc *_commands;
H A Ddekyra_v1.cpp258 static CommandProc commands[] = { in setupCommandsV1()
337 static CommandProc commands[] = { in setupTraceCommandsV1()
H A Ddekyra.cpp184 bool Script::setCommands(CommandProc *commands, int commandsSize) { in setCommands()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/script/
H A Dscript_tim.h227 typedef int (TIMInterpreter::*CommandProc)(const uint16 *); typedef
229 CommandProc proc;
287 typedef int (TIMInterpreter_LoL::*CommandProc)(const uint16 *); typedef
289 CommandProc proc;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/script/
H A Dscript_tim.h227 typedef int (TIMInterpreter::*CommandProc)(const uint16 *); typedef
229 CommandProc proc;
287 typedef int (TIMInterpreter_LoL::*CommandProc)(const uint16 *); typedef
289 CommandProc proc;
/dports/games/residualvm/residualvm-0.3.1/engines/myst3/
H A Dscript.h55 typedef void (Script::*CommandProc)(Context &c, const Opcode &cmd); typedef
67 …Command(uint16 o, CommandProc p, const char *d, const char *s) : op(o), proc(p), desc(d), signatur… in Command()
70 CommandProc proc;
81 const Command &findCommandByProc(CommandProc proc);
H A Dscript.cpp326 const Script::Command &Script::findCommandByProc(CommandProc proc) { in findCommandByProc()
/dports/games/scummvm/scummvm-2.5.1/engines/myst3/
H A Dscript.h55 typedef void (Script::*CommandProc)(Context &c, const Opcode &cmd); typedef
67 …Command(uint16 o, CommandProc p, const char *d, const char *s) : op(o), proc(p), desc(d), signatur… in Command()
70 CommandProc proc;
81 const Command &findCommandByProc(CommandProc proc);
H A Dscript.cpp328 const Script::Command &Script::findCommandByProc(CommandProc proc) { in findCommandByProc()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/made/
H A Dscript.h93 typedef void (ScriptInterpreter::*CommandProc)(); typedef
95 CommandProc proc;
/dports/games/scummvm/scummvm-2.5.1/engines/made/
H A Dscript.h93 typedef void (ScriptInterpreter::*CommandProc)(); typedef
95 CommandProc proc;
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_WNTCommandWindow.pxx23 LRESULT APIENTRY CommandProc(HWND, UINT, WPARAM, LPARAM);
H A DDraw_WNTInit.cxx75 wndClass.lpfnWndProc = (WNDPROC)CommandProc; in RegisterAppClass()
H A DDraw_WNTCommandWindow.cxx60 LRESULT APIENTRY CommandProc(HWND hWnd, UINT wMsg, WPARAM wParam, LPARAM lParam ) in CommandProc() function