#include "panoinc_WX.h"
#include "panoinc.h"
#include "base_wx/platform.h"
#include "hugin/MainFrame.h"
#include "hugin/config_defaults.h"
#include "hugin/MaskImageCtrl.h"
#include "hugin/MaskEditorPanel.h"
#include "base_wx/wxImageCache.h"
#include <vigra/inspectimage.hxx>
Include dependency graph for MaskImageCtrl.cpp:

Go to the source code of this file.
Variables | |
| const int | polygonPointSize = 3 |
| half size of markers | |
| const int | maxSelectionDistance = 20 |
| maximal distance for selection of one point | |
Definition in file MaskImageCtrl.cpp.
|
|
maximal distance for selection of one point
Definition at line 46 of file MaskImageCtrl.cpp. Referenced by MaskImageCtrl::GetClickPos(), MaskImageCtrl::OnLeftMouseDown(), MaskImageCtrl::OnLeftMouseUp(), and MaskImageCtrl::OnRightMouseUp(). |
|
|
half size of markers
Definition at line 44 of file MaskImageCtrl.cpp. Referenced by MaskImageCtrl::DrawPolygon(). |
1.3.9.1