Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
viewerinterface.h
Go to the documentation of this file.
1
#ifndef VIEWERINTERFACE_H
2
#define VIEWERINTERFACE_H
3
4
class
QColor;
5
6
class
ViewerInterface
{
7
public
:
8
virtual
void
setViewBgColor
(
const
QColor &color ) = 0;
9
};
10
11
#endif
/* VIEWERINTERFACE_H */
ViewerInterface
Definition:
viewerinterface.h:6
ViewerInterface::setViewBgColor
virtual void setViewBgColor(const QColor &color)=0
BIAL-GUI
src
viewerinterface.h
Generated by
1.8.11