35 #ifndef ANATOMIST_ERPIO_ERPWRAPER_H
36 #define ANATOMIST_ERPIO_ERPWRAPER_H
50 struct ErpWraper_data;
63 QWidget* parent = 0 );
69 static void openWraper(
const std::set<anatomist::AObject *> & obj );
85 anatomist::ErpWraper_data *
_data;
Graphic loader with appropriate sliders to load any .erp cell / observation in an ERP directory into ...
ErpWraper(anatomist::ATexture *obj, const std::string &dirname, QWidget *parent=0)
anatomist::ATexture * _texture
static void openWraper(const std::set< anatomist::AObject * > &obj)
static bool initTexOptions()
anatomist::ErpWraper_data * _data
virtual void cellSliderChanged(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 *, void *arg)
This method is called whenever the observed object is changed.
static anatomist::ObjectMenu * textureMenus(const anatomist::AObject *objtype, anatomist::ObjectMenu *menu)
virtual void obsSliderChanged(int)
Base Anatomist object (abstract)
High-level Texture object in Anatomist.
This class can be subclassed to represent an object that the programmer wants to have observed.
A class can implement the Observer interface when it wants to be informed of changes in observable ob...