Go to the documentation of this file.
26 #include "vtkViewsQtModule.h"
73 void operator=(
const vtkQtView&) VTK_DELETE_FUNCTION;
virtual void ProcessQtEvents()
Calls QApplication::processEvents().
The superclass for all views.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual void ProcessQtEventsNoUserInput()
Calls QApplication::processEvents(QEventLoop::ExcludeUserInputEvents).
Superclass for Qt widget-based views.
virtual bool SaveImage(const char *fileName)
Save an image.
virtual QWidget * GetWidget()=0
Get the main container of this view (a QWidget).