33 #ifndef CXVIEWSERVICENULL_H_
34 #define CXVIEWSERVICENULL_H_
36 #include "cxResourceVisualizationExport.h"
47 virtual ViewPtr get3DView(
int group = 0,
int index = 0);
49 virtual int getActiveGroup()
const;
52 virtual void autoShowData(
DataPtr data);
53 virtual void enableRender(
bool val);
54 virtual bool renderingIsEnabled()
const;
56 virtual QWidget* getLayoutWidget(QWidget* parent,
int index);
57 virtual QString getActiveLayout(
int widgetIndex)
const;
58 virtual void setActiveLayout(
const QString& uid,
int widgetIndex);
65 virtual QActionGroup* createInteractorStyleActionGroup();
67 virtual void setPreview(
ImagePtr image,
const std::vector<double>& threshold);
68 virtual void removePreview();
70 virtual bool isNull();
76 void printWarning()
const;
77 QActionGroup* mActionGroup;
81 #endif // CXVIEWSERVICENULL_H_
boost::shared_ptr< class ViewGroupData > ViewGroupDataPtr
boost::shared_ptr< class LayoutRepository > LayoutRepositoryPtr
boost::shared_ptr< class Image > ImagePtr
boost::shared_ptr< class InteractiveClipper > InteractiveClipperPtr
boost::shared_ptr< class View > ViewPtr
boost::shared_ptr< class Navigation > NavigationPtr
boost::shared_ptr< class Data > DataPtr
boost::shared_ptr< class CyclicActionLogger > CyclicActionLoggerPtr
virtual void aboutToStop()
boost::shared_ptr< class InteractiveCropper > InteractiveCropperPtr
boost::shared_ptr< class CameraControl > CameraControlPtr