35 #ifndef ANATOMIST_WINDOW3D_WFIXEDPOINTOFVIEW_H
36 #define ANATOMIST_WINDOW3D_WFIXEDPOINTOFVIEW_H
44 struct FixedPointOfViewWindow_PrivateData;
54 const char* name = 0 );
70 FixedPointOfViewWindow_PrivateData *_pdat;
3D window, OpenGL rendering
Window with buttons for standard 3D point of views.
FixedPointOfViewWindow(AWindow3D *win, QWidget *parent=0, const char *name=0)
virtual void update(const anatomist::Observable *observable, void *arg)
This method is called whenever the observed object is changed.
virtual void unregisterObservable(anatomist::Observable *)
Called when an observable is destroyed, only called by Observable: don't use this function directly.
virtual ~FixedPointOfViewWindow()
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...