#include <DoNothingCommand.h>
Inheritance diagram for VolVis::Commands::DoNothingCommand:
Public Member Functions | |
DoNothingCommand () | |
void | execute () |
VolVis::Commands::DoNothingCommand::DoNothingCommand | ( | ) | [inline] |
Constructor. Creates empty strings for the title and statusTip of the command.
void VolVis::Commands::DoNothingCommand::execute | ( | ) | [inline, virtual] |
As the command shouldn't do anything, this method doesn't contain any code but a log output for debugging.
Implements VolVis::Commands::Command.