Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
NonaOptionsDialog Class Reference
Define the nona stitcher options panel. More...
#include <NonaOptionsDialog.h>
Inheritance diagram for NonaOptionsDialog:

Public Member Functions | |
| NonaOptionsDialog (wxWindow *parent, PT::Panorama &pano) | |
| virtual | ~NonaOptionsDialog () |
| virtual void | panoramaChanged (PT::Panorama &pano) |
| this is called whenever the panorama has changed. | |
Detailed Description
Define the nona stitcher options panel.
- This window will contain the stitcher specific options.
Constructor & Destructor Documentation
|
||||||||||||
|
|
|
|
|
Member Function Documentation
|
|
this is called whenever the panorama has changed. This function must now update all the gui representations of the panorama to display the new state. Functions that change the panororama must not update the GUI directly. The GUI should always be updated to reflect the current panorama state in this function. This avoids unnessecary close coupling between the controller and the view (even if they sometimes are in the same object). See model view controller pattern.
|
The documentation for this class was generated from the following files:
- hugin1/hugin/NonaOptionsDialog.h
- hugin1/hugin/NonaOptionsDialog.cpp
1.3.9.1