42 #ifndef ANATOMIST_OBJECT_VOLRENDERPANEL_H    43 #define ANATOMIST_OBJECT_VOLRENDERPANEL_H    63                     QWidget* parent = 0, 
const char* name = 0,
    64                     Qt::WindowFlags fl = 0 );
    67     const std::set<anatomist::AObject *> & 
objects() 
const;
 
const std::set< anatomist::AObject * > & objects() const
 
VolRenderPanel(const std::set< anatomist::AObject *> &, QWidget *parent=0, const char *name=0, Qt::WindowFlags fl=0)
 
A class can implement the Observer interface when it wants to be informed of changes in observable ob...
 
QComboBox * renderingMode
 
This class can be subclassed to represent an object that the programmer wants to have observed...
 
virtual void languageChange()
 
virtual void slabSizeChanged(int)
 
virtual void unregisterObservable(anatomist::Observable *)
Called when an observable is destroyed, only called by Observable: don't use this function directly...
 
virtual void update(const anatomist::Observable *observable, void *arg)
This method is called whenever the observed object is changed. 
 
virtual void maxSlicesChanged(int)
 
virtual void renderModechanged(const QString &)
 
QVBoxLayout * groupBox1Layout
 
virtual void setSliceLimitEnabled(bool)
 
QVBoxLayout * VolRenderPanelLayout