Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
PanoPanel Class Reference
Define the pano edit panel. More...
#include <PanoPanel.h>
Inheritance diagram for PanoPanel:

Public Member Functions | |
| PanoPanel () | |
| bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxT("panel")) |
| void | Init (PT::Panorama *pano) |
| virtual | ~PanoPanel (void) |
| virtual void | panoramaChanged (PT::Panorama &pano) |
| this is called whenever the panorama has changed. | |
| void | DoStitch () |
| set the image | |
| void | SendToBatch () |
Detailed Description
Define the pano edit panel.
- it is for the settings of the final panorama. Maybe here goes the preview to.
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
||||||||||||||||||||||||||||
|
|
|
|
set the image
|
|
|
|
|
|
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/PanoPanel.h
- hugin1/hugin/PanoPanel.cpp
1.3.9.1