32 #ifndef pqInteractiveViewLink_h 33 #define pqInteractiveViewLink_h 35 #include "pqCoreModule.h" 39 class vtkPVXMLElement;
47 typedef QObject Superclass;
51 double xPos = 0.375,
double yPos = 0.375,
double xSize = 0.25,
double ySize = 0.25);
55 virtual void saveXMLState(vtkPVXMLElement* xml);
58 virtual void setOpacity(
double opacity);
59 virtual double getOpacity();
62 virtual void setHideLinkedViewBackground(
bool hide);
63 virtual bool getHideLinkedViewBackground();
68 virtual void drawViewLink();
71 virtual void drawViewLink(
int setFront);
74 virtual void renderLinkedView();
77 virtual void linkedWindowRendered();
82 virtual void finalRenderDisplayView();
pqInteractiveViewLink is uaed by pqLinksModel to create interactive view links, wich are ViewLink all...