12 #ifndef CXVIEWCOLLECTIONWIDGETUSINGVIEWWIDGETS_H_ 13 #define CXVIEWCOLLECTIONWIDGETUSINGVIEWWIDGETS_H_ 15 #include "cxResourceVisualizationExport.h" 46 virtual void setOffScreenRenderingAndClear(
bool on);
47 virtual bool getOffScreenRendering()
const;
48 virtual void clearViews();
49 virtual void setModified();
50 virtual void render();
51 virtual void setGridSpacing(
int val);
52 virtual void setGridMargin(
int val);
53 virtual int getGridSpacing()
const;
54 virtual int getGridMargin()
const;
55 virtual std::vector<ViewPtr> getViews();
56 virtual QPoint getPosition(
ViewPtr view);
57 virtual void enableContextMenuForViews(
bool enable);
65 MultiViewCachePtr mViewCache;
67 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.