35 #ifndef ANA_OBJECT_TEXTUREPANEL_H 36 #define ANA_OBJECT_TEXTUREPANEL_H 68 QWidget* parent,
const char *name = 0 );
71 void setActiveTexture(
unsigned tex );
72 unsigned activeTexture()
const;
73 void setObjects(
const std::set<anatomist::AObject *> & );
74 const std::set<anatomist::AObject *> & objects()
const;
76 void setVisibility(
Part p,
bool x );
77 bool isVisible(
Part p )
const;
83 void updateAutoTexParams();
87 void modeChanged(
int );
88 void filteringChanged(
int );
89 void generationChanged(
int );
90 void rateChanged(
int );
91 void rgbInterpolation(
bool );
92 void valueInterpolationChanged(
bool );
93 void generationParamsDialog();
A class can implement the Observer interface when it wants to be informed of changes in observable ob...
This class can be subclassed to represent an object that the programmer wants to have observed...