Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
viewerinterface.h
Go to the documentation of this file.
1 #ifndef VIEWERINTERFACE_H
2 #define VIEWERINTERFACE_H
3 
4 class QColor;
5 
7 public:
8  virtual void setViewBgColor( const QColor &color ) = 0;
9 };
10 
11 #endif /* VIEWERINTERFACE_H */
virtual void setViewBgColor(const QColor &color)=0