![]() |
anatomist
5.1.2
3D neuroimaging data viewer
|
#include <anatomist/action/paintaction.h>
Public Member Functions | |
PaintActionView (anatomist::PaintAction *, QWidget *) | |
~PaintActionView () | |
virtual void | update (const anatomist::Observable *observable, void *arg) |
This method is called whenever the observed object is changed. More... | |
![]() | |
virtual | ~Observer () |
Additional Inherited Members | |
![]() | |
virtual void | cleanupObserver () |
call this function from inherited classes destructors. More... | |
virtual void | registerObservable (Observable *) |
only called by Observable: don't use this function directly More... | |
virtual void | unregisterObservable (Observable *) |
Called when an observable is destroyed, only called by Observable: don't use this function directly. More... | |
const std::set< Observable * > & | observed () const |
Definition at line 69 of file paintaction.h.
PaintActionView::PaintActionView | ( | anatomist::PaintAction * | , |
QWidget * | |||
) |
PaintActionView::~PaintActionView | ( | ) |
|
virtual |
This method is called whenever the observed object is changed.
The programmer calls an observable object's notifyObservers method to have all the object's observers notified of the change.
observable | the observable object |
Implements anatomist::Observer.
References slots.