ImagesPanel Class Reference
hugins first panel More...
#include <ImagesPanel.h>
Inheritance diagram for ImagesPanel:

Public Member Functions | |
| ImagesPanel () | |
| 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) |
| ~ImagesPanel () | |
| void | RestoreLayout () |
| restore layout after hugin start | |
| void | RestoreLayoutOnNextResize () |
| hack to restore the layout on next resize | |
| void | panoramaImagesChanged (PT::Panorama &pano, const PT::UIntSet &imgNr) |
| this is called whenever the panorama has changed. | |
| void | ReloadCPDetectorSettings () |
| Reloads the cp detector settings from config, necessary after edit preferences. | |
| CPDetectorSetting & | GetDefaultSetting () |
| returns the default cp detector setings | |
Detailed Description
hugins first panelThis Panel is for loading of images into Panorama. Here one can set first values vor the camera orientation and link these parameters for the optimization.
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
||||||||||||||||||||||||||||
|
|
|
|
returns the default cp detector setings
|
|
|
|
|
||||||||||||
|
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.
|
|
|
Reloads the cp detector settings from config, necessary after edit preferences.
|
|
|
restore layout after hugin start
|
|
|
hack to restore the layout on next resize
|
The documentation for this class was generated from the following files:
- hugin1/hugin/ImagesPanel.h
- hugin1/hugin/ImagesPanel.cpp
1.3.9.1