#include <PanoramaData.h>
Inheritance diagram for HuginBase::PanoramaObserver:

Public Member Functions | |
| virtual | ~PanoramaObserver () |
| virtual void | panoramaChanged (PanoramaData &pano)=0 |
| Notification about a Panorama change. | |
| virtual void | panoramaImagesChanged (PanoramaData &pano, const UIntSet &changed)=0 |
| notifies about changes to images | |
Maybe a fine grained event interface is better, but it can be added later.
Definition at line 728 of file PanoramaData.h.
|
|
Reimplemented in PT::PanoramaObserver. Definition at line 733 of file PanoramaData.h. |
|
|
Notification about a Panorama change. This function will always be called, even when the change could be handled by panoramaImageAdded() or other notify functions. This allows lazy observers to just listen to panoramaChanged(). |
|
||||||||||||
|
notifies about changes to images Images might have been added/removed. to find out how many images are still there, use Panorama::getNrOfImages.
|
1.3.9.1