#include <HiResCommand.h>
Inheritance diagram for VolVis::Commands::HiResCommand:
Public Member Functions | |
void | execute () |
HiResCommand (Gui::MainWindow *mainWindow) |
VolVis::Commands::HiResCommand::HiResCommand | ( | Gui::MainWindow * | mainWindow | ) | [inline] |
Constructor. Applies the main window, which provides a method for opening the dialog for high resolution rendering. Title and status tip are defined.
mainWindow | The mainwindow where the dialog should be opened |
void VolVis::Commands::HiResCommand::execute | ( | ) | [inline, virtual] |
Just calls the method of the main window which opens the dialog for high resolution rendering.
Implements VolVis::Commands::Command.