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