28 #ifndef _CPIMAGESCOMBOBOX_H
29 #define _CPIMAGESCOMBOBOX_H
34 #include "wx/odcombo.h"
35 #include "wx/xrc/xh_odcombo.h"
45 int WXUNUSED(
flags))
const;
86 virtual wxObject *DoCreateResource();
88 virtual bool CanHandle(wxXmlNode *node);
void CalcCPDistance(HuginBase::Panorama *pano)
Get maximum CP distance for all images pairs containing the reference image.
void SelectPrev(int step=1)
std::vector< double > CPConnection
void OnKeyDown(wxKeyEvent &e)
Key handler to mimic wxChoice behavior.
include file for the hugin project
Owner Drawn ComboBox for showing connected images on CP tab.
virtual void OnDrawItem(wxDC &dc, const wxRect &rect, int item, int WXUNUSED(flags)) const
Paint method for drawing text and indication bar of combo box.
void OnMouseWheel(wxMouseEvent &e)
Mouse wheel handler to mimic wxChoice behavior.
xrc handler for CPImagesComboBox
include file for the hugin project
const unsigned int GetRefImage()
Returns the reference image number.
std::vector< unsigned int > CPCount
void SelectNext(int step=1)
void SetRefImage(HuginBase::Panorama *pano, unsigned int newRefImg)
Set new reference image.