#include <ResetTransformationsCommand.h>
Inheritance diagram for VolVis::Commands::ResetTransformationsCommand:
Public Member Functions | |
void | execute () |
ResetTransformationsCommand (Gui::RenderWidget *renderWidget) |
VolVis::Commands::ResetTransformationsCommand::ResetTransformationsCommand | ( | Gui::RenderWidget * | renderWidget | ) | [inline] |
Constructor. Sets the render widget as well as title and status tip of the command.
renderWidget | the render widget whose transformations should be resetted. |
void VolVis::Commands::ResetTransformationsCommand::execute | ( | ) | [inline, virtual] |
Calls the resetTransformation method of the bounded render widget. updateGL is called by render widget.
Implements VolVis::Commands::Command.