35 #ifndef ANA_OBJECT_TEXTUREWIN_H 36 #define ANA_OBJECT_TEXTUREWIN_H 56 QTextureWin(
const std::set<anatomist::AObject *> &,
57 QWidget* parent,
const char *name = 0,
58 Qt::WindowFlags f = 0 );
61 const std::set<anatomist::AObject *> & objects()
const;
65 void updateInterface();
70 void objectsChosen(
const std::set<anatomist::AObject *> & );
71 void selectTexture(
int );
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...