33 #ifndef CXVIEWCOLLECTIONWIDGETUSINGVIEWWIDGETS_H_ 34 #define CXVIEWCOLLECTIONWIDGETUSINGVIEWWIDGETS_H_ 36 #include "cxResourceVisualizationExport.h" 67 virtual void setOffScreenRenderingAndClear(
bool on);
68 virtual bool getOffScreenRendering()
const;
69 virtual void clearViews();
70 virtual void setModified();
71 virtual void render();
72 virtual void setGridSpacing(
int val);
73 virtual void setGridMargin(
int val);
74 virtual int getGridSpacing()
const;
75 virtual int getGridMargin()
const;
76 virtual std::vector<ViewPtr> getViews();
77 virtual QPoint getPosition(
ViewPtr view);
78 virtual void enableContextMenuForViews(
bool enable);
86 MultiViewCachePtr mViewCache;
88 bool mOffScreenRendering;
boost::shared_ptr< class MultiViewCache > MultiViewCachePtr
boost::shared_ptr< class View > ViewPtr
boost::shared_ptr< class RenderWindowFactory > RenderWindowFactoryPtr
Namespace for all CustusX production code.