NOPCmd - do-nothing command
#include <Unidraw/Commands/nop.h>
NOPCmd is a command that does no work. It acts as a con- venient and harmless placeholder. It is not reversible.
NOPCmd(ControlInfo*) NOPCmd(Editor* = nil) Create a NOPCmd. virtual void Execute() NOPCmd's Execute function is empty.
Command(3U)