Hugintrunk
0.1
|
implementation of MaskImageCtrl Class More...
#include "panoinc_WX.h"
#include "panoinc.h"
#include "base_wx/platform.h"
#include "base_wx/wxcms.h"
#include "hugin/MainFrame.h"
#include "hugin/huginApp.h"
#include "hugin/config_defaults.h"
#include "hugin/MaskImageCtrl.h"
#include "hugin/MaskEditorPanel.h"
#include "base_wx/wxImageCache.h"
#include <vigra/inspectimage.hxx>
Go to the source code of this file.
Variables | |
const int | polygonPointSize =3 |
half size of markers More... | |
const int | maxSelectionDistance = 10 |
maximal distance for selection of one point More... | |
const int maxSelectionDistance = 10 |
maximal distance for selection of one point
Definition at line 44 of file MaskImageCtrl.cpp.
Referenced by MaskImageCtrl::GetClickPos(), MaskImageCtrl::OnLeftMouseDown(), MaskImageCtrl::OnLeftMouseUp(), MaskImageCtrl::OnRightMouseUp(), and MaskImageCtrl::SelectPointsInsideMouseRect().
const int polygonPointSize =3 |
half size of markers
Definition at line 42 of file MaskImageCtrl.cpp.
Referenced by MaskImageCtrl::DrawPolygon().