25 #ifndef vtkQWidgetRepresentation_h
26 #define vtkQWidgetRepresentation_h
29 #include "vtkGUISupportQtModule.h"
67 void UpdatePlacement(
void);
76 unsigned long event,
void* calldata,
int modify = 0)
override;
85 void ReleaseGraphicsResources(
vtkWindow*) override;
87 int RenderTranslucentPolygonalGeometry(
vtkViewport*) override;
88 vtkTypeBool HasTranslucentPolygonalGeometry() override;
97 #if !defined(VTK_LEGACY_REMOVE)
112 vtkSetClampMacro(InteractionState,
int, Outside, Inside);
118 void SetWidget(QWidget* w);
135 vtkGetVector2Macro(WidgetCoordinates,
float);
141 float WidgetCoordinates[2];
represents an object (geometry & properties) in a rendered scene
abstract specification for Viewports
#define VTK_DEPRECATED_IN_9_2_0(reason)
window superclass for vtkRenderWindow
platform-independent render window interaction including picking and frame rate control.
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
#define VTK_SIZEHINT(...)
create an array of quadrilaterals located in a plane
map vtkPolyData to graphics primitives
ray-cast cell picker for all kinds of Prop3Ds
Allows a QWidget to be used as a texture in VTK with OpenGL.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...