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;
Window with buttons for standard 3D point of views.
A class can implement the Observer interface when it wants to be informed of changes in observable ob...
3D window, OpenGL rendering
This class can be subclassed to represent an object that the programmer wants to have observed...
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()