Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
CPEditorPanel Class Reference
control point editor panel. More...
#include <CPEditorPanel.h>
Inheritance diagram for CPEditorPanel:

Public Member Functions | |
| CPEditorPanel () | |
| ctor. | |
| 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 | ~CPEditorPanel () |
| dtor. | |
| void | setLeftImage (unsigned int imgNr) |
| set left image | |
| void | setRightImage (unsigned int imgNr) |
| set right image | |
| void | SetPano (PT::Panorama *panorama) |
| void | panoramaChanged (PT::Panorama &pano) |
| called when the panorama changes and we should update our display | |
| void | panoramaImagesChanged (PT::Panorama &pano, const PT::UIntSet &imgNr) |
| void | SelectGlobalPoint (unsigned int globalNr) |
| Select a point. | |
| void | ShowControlPoint (unsigned int cpNr) |
| show a control point | |
| void | ClearSelection () |
| unselect a point | |
Detailed Description
control point editor panel.This panel is used to create/change/edit control points
- Todo:
- support control lines
Constructor & Destructor Documentation
|
|
ctor.
|
|
|
dtor.
|
Member Function Documentation
|
|
unselect a point
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
called when the panorama changes and we should update our display
|
|
||||||||||||
|
|
|
|
Select a point. This should highlight it in the listview and on the pictures. Does not change the pictures. The control point must be on the two existing images |
|
|
set left image
|
|
|
|
|
|
set right image
|
|
|
show a control point
show control point |
The documentation for this class was generated from the following files:
- hugin1/hugin/CPEditorPanel.h
- hugin1/hugin/CPEditorPanel.cpp
1.3.9.1