14 #include <vlutil/vlString.h>
15 #include <vlutil/vlPrint.h>
31 virtual bool execute(
const DtString& parameters) = 0;
71 virtual void removeCommand(
DtString commandString);
78 virtual bool runCommand(
DtString consoleString);
92 virtual bool execute(
const DtString& parameters);
110 int value = atoi(parameters.c_str());
111 std::cout <<
"Set notify level to " << value << std::endl;
112 DtNotifyLevel = value;
118 return "Sets the notify level.";
125 virtual void removeReferencesFromMap(DtConsoleCommandMap& commandMap,
DtConsoleCommand* command);
158 virtual bool execute(
const DtString& parameters);