14 #include <vlutil/vlString.h>
15 #include <vlutil/vlPrint.h>
23 #include <boost/signal.hpp>
33 virtual bool execute(
const DtString& parameters) = 0;
77 virtual void removeCommand(
DtString commandString);
84 virtual bool runCommand(
DtString consoleString);
89 static void cleanup();
101 virtual bool execute(
const DtString& parameters);
119 int value = atoi(parameters.c_str());
120 std::cout <<
"Set notify level to " << value << std::endl;
121 DtNotifyLevel = value;
127 return "Sets the notify level.";
134 virtual void removeReferencesFromMap(DtConsoleCommandMap& commandMap,
DtConsoleCommand* command);
166 virtual bool execute(
const DtString& parameters);