Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
HuginBase::PanoramaObserver Class Reference
this handler class will receive change events from the Panorama. More...
#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 | |
Detailed Description
this handler class will receive change events from the Panorama.Maybe a fine grained event interface is better, but it can be added later.
Constructor & Destructor Documentation
|
|
Reimplemented in PT::PanoramaObserver. |
Member Function Documentation
|
|
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(). Implemented in HuginQt::PanoramaDocument. |
|
||||||||||||
|
notifies about changes to images Images might have been added/removed. to find out how many images are still there, use Panorama::getNrOfImages.
|
The documentation for this class was generated from the following file:
- hugin_base/panodata/PanoramaData.h
1.3.9.1