Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
CPEvent Class Reference
Events to notify about new point / region / point change. More...
#include <CPImageCtrl.h>
Public Member Functions | |
| CPEvent () | |
| CPEvent (wxWindow *win, CPEventMode mode) | |
| create a specific CPEvent | |
| CPEvent (wxWindow *win, hugin_utils::FDiff2D &p) | |
| a new point has been created. | |
| CPEvent (wxWindow *win, unsigned int cpNr) | |
| a point has been selected | |
| CPEvent (wxWindow *win, unsigned int cpNr, const hugin_utils::FDiff2D &p) | |
| a point has been moved | |
| CPEvent (wxWindow *win, wxRect ®) | |
| region selected | |
| CPEvent (wxWindow *win, CPEventMode mode, const hugin_utils::FDiff2D &p) | |
| right mouse click | |
| virtual wxEvent * | Clone () const |
| CPEventMode | getMode () |
| accessor functions (they could check mode to see if a getXYZ() is allowed | |
| const wxRect & | getRect () |
| const hugin_utils::FDiff2D & | getPoint () |
| unsigned int | getPointNr () |
Detailed Description
Events to notify about new point / region / point change.
Constructor & Destructor Documentation
|
|
|
|
||||||||||||
|
create a specific CPEvent
|
|
||||||||||||
|
a new point has been created.
|
|
||||||||||||
|
a point has been selected
|
|
||||||||||||||||
|
a point has been moved
|
|
||||||||||||
|
region selected
|
|
||||||||||||||||
|
right mouse click
|
Member Function Documentation
|
|
|
|
|
accessor functions (they could check mode to see if a getXYZ() is allowed
|
|
|
|
|
|
|
|
|
|
The documentation for this class was generated from the following files:
- hugin1/hugin/CPImageCtrl.h
- hugin1/hugin/CPImageCtrl.cpp
1.3.9.1