Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
CPEditorPanel Class Reference

control point editor panel. More...

#include <CPEditorPanel.h>

Inheritance diagram for CPEditorPanel:
Inheritance graph

Public Member Functions

 CPEditorPanel ()
 ctor. More...
 
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 (HuginBase::Panorama *pano)
 
virtual ~CPEditorPanel ()
 dtor. More...
 
void setLeftImage (unsigned int imgNr)
 set left image More...
 
void setRightImage (unsigned int imgNr)
 set right image More...
 
void SetPano (HuginBase::Panorama *panorama)
 
void panoramaChanged (HuginBase::Panorama &pano)
 called when the panorama changes and we should update our display More...
 
void panoramaImagesChanged (HuginBase::Panorama &pano, const HuginBase::UIntSet &imgNr)
 notifies about changes to images More...
 
void SelectGlobalPoint (unsigned int globalNr)
 Select a point. More...
 
void ShowControlPoint (unsigned int cpNr)
 show a control point More...
 
void ClearSelection ()
 unselect a point More...
 
- Public Member Functions inherited from HuginBase::PanoramaObserver
virtual ~PanoramaObserver ()
 

Private Types

enum  CPCreationState {
  NO_POINT, LEFT_POINT, RIGHT_POINT, RIGHT_POINT_RETRY,
  LEFT_POINT_RETRY, BOTH_POINTS_SELECTED
}
 the state machine for point selection: it is set to the current selection More...
 
enum  CPTabActionButtonMode { CPTAB_ACTION_CREATE_CP = 0, CPTAB_ACTION_CELESTE = 1, CPTAB_ACTION_CLEAN_CP = 2 }
 
enum  CPScrollHint { CP_SCROLL_BOTH =0, CP_SCROLL_LEFT, CP_SCROLL_RIGHT }
 

Private Member Functions

void UpdateDisplay (bool newImages)
 updates the display after another image has been selected. More...
 
void EnablePointEdit (bool state)
 enable or disable controls for editing other points More...
 
void SelectLocalPoint (unsigned int LVpointNr, bool scrollLeft=true, bool scrollRight=true)
 select a local point. More...
 
bool globalPNr2LocalPNr (unsigned int &localNr, unsigned int globalNr) const
 map a global point nr to a local one, if possible More...
 
unsigned int localPNr2GlobalPNr (unsigned int localNr) const
 find a local point More...
 
void NewPointChange (hugin_utils::FDiff2D p, bool left)
 
void CreateNewPoint ()
 this is used to finally create the point in the panorama model More...
 
bool PointFineTune (unsigned int tmplImgNr, const vigra::Diff2D &tmplPoint, int tmplWidth, unsigned int subjImgNr, const hugin_utils::FDiff2D &subjPoint, int searchWidth, vigra_ext::CorrelationResult &tunedPos)
 search for region in destImg More...
 
const float getVerticalCPBias ()
 
void OnCPEvent (CPEvent &ev)
 
void OnLeftChoiceChange (wxCommandEvent &e)
 
void OnRightChoiceChange (wxCommandEvent &e)
 
void OnCPListSelect (wxListEvent &e)
 
void OnCPListDeselect (wxListEvent &e)
 
void OnAddButton (wxCommandEvent &e)
 
void OnZoom (wxCommandEvent &e)
 
void OnTextPointChange (wxCommandEvent &e)
 
void OnKey (wxKeyEvent &e)
 
void OnDeleteButton (wxCommandEvent &e)
 
void OnPrevImg (wxCommandEvent &e)
 
void OnNextImg (wxCommandEvent &e)
 
void OnColumnWidthChange (wxListEvent &e)
 
void OnColumnHeaderClick (wxListEvent &e)
 
void OnFineTuneButton (wxCommandEvent &e)
 
void OnActionButton (wxCommandEvent &e)
 
void OnCreateCPButton (wxCommandEvent &e)
 
void OnCelesteButton (wxCommandEvent &e)
 
void OnCleanCPButton (wxCommandEvent &e)
 
void OnShowLinesCheckbox (wxCommandEvent &e)
 
void OnActionSelectCreate (wxCommandEvent &e)
 
void OnActionSelectCeleste (wxCommandEvent &e)
 
void OnActionSelectCleanCP (wxCommandEvent &e)
 
void OnActionContextMenu (wxContextMenuEvent &e)
 
void FineTuneSelectedPoint (bool left)
 
void FineTuneNewPoint (bool left)
 
hugin_utils::FDiff2D LocalFineTunePoint (unsigned int srcNr, const vigra::Diff2D &srcPnt, hugin_utils::FDiff2D &movedSrcPnt, unsigned int moveNr, const hugin_utils::FDiff2D &movePnt)
 
hugin_utils::FDiff2D EstimatePoint (const hugin_utils::FDiff2D &p, bool left)
 Estimate position of point in the other image. More...
 
void changeState (CPCreationState newState)
 
void estimateAndAddOtherPoint (const hugin_utils::FDiff2D &p, bool left, CPImageCtrl *thisImg, unsigned int thisImgNr, CPCreationState THIS_POINT, CPCreationState THIS_POINT_RETRY, CPImageCtrl *otherImg, unsigned int otherImgNr, CPCreationState OTHER_POINT, CPCreationState OTHER_POINT_RETRY)
 estimate and set point in other image More...
 
CPImageCtrl::ImageRotation GetRot (double yaw, double roll, double pitch)
 calculate rotation required for upright image display from roll, pitch and yaw angles More...
 
void UpdateTransforms ()
 updated the internal transform object for drawing line in controls More...
 
void SortList ()
 sorting functions More...
 
 DECLARE_EVENT_TABLE ()
 

Private Attributes

CPCreationState cpCreationState
 
CPTabActionButtonMode m_cpActionButtonMode
 
wxMenu * m_cpActionContextMenu
 
wxString m_currentCPDetector
 
CPImagesComboBoxm_leftChoice
 
CPImagesComboBoxm_rightChoice
 
CPImageCtrlm_leftImg
 
CPImageCtrlm_rightImg
 
wxListCtrl * m_cpList
 
wxTextCtrl * m_x1Text
 
wxTextCtrl * m_y1Text
 
wxTextCtrl * m_x2Text
 
wxTextCtrl * m_y2Text
 
wxTextCtrl * m_errorText
 
wxChoice * m_cpModeChoice
 
wxButton * m_addButton
 
wxButton * m_delButton
 
wxButton * m_actionButton
 
wxCheckBox * m_autoAddCB
 
wxCheckBox * m_fineTuneCB
 
wxCheckBox * m_estimateCB
 
wxCheckBox * m_showLinesCB
 
wxPanel * m_cp_ctrls
 
HuginBase::Panoramam_pano
 
unsigned int m_leftImageNr
 
unsigned int m_rightImageNr
 
std::string m_leftFile
 
std::string m_rightFile
 
bool m_listenToPageChange
 
double m_detailZoomFactor
 
HuginBase::PTools::Transform m_leftTransform
 
HuginBase::PTools::Transform m_leftInvTransform
 
HuginBase::PTools::Transform m_rightTransform
 
HuginBase::PTools::Transform m_rightInvTransform
 
HuginBase::PTools::Transform m_leftTransformMag
 
HuginBase::PTools::Transform m_leftInvTransformMag
 
HuginBase::PTools::Transform m_rightTransformMag
 
HuginBase::PTools::Transform m_rightInvTransformMag
 
unsigned int m_selectedPoint
 
HuginBase::CPointVector currentPoints
 
std::set< unsigned int > mirroredPoints
 
size_t m_countCP
 
long m_sortCol = -1
 
bool m_sortAscending = true
 
CPImageCtrl::ImageRotation m_leftRot
 
CPImageCtrl::ImageRotation m_rightRot
 
CPScrollHint m_scrollHint
 

Detailed Description

control point editor panel.

This panel is used to create/change/edit control points

Todo:
support control lines

Definition at line 64 of file CPEditorPanel.h.

Member Enumeration Documentation

the state machine for point selection: it is set to the current selection

Enumerator
NO_POINT 

no point selected

LEFT_POINT 

point in left image selected

RIGHT_POINT 

selected point in right image

RIGHT_POINT_RETRY 

point in left image selected, finetune failed in right image

LEFT_POINT_RETRY 

right point, finetune for left point failed

BOTH_POINTS_SELECTED 

left and right point selected, waiting for add point.

Definition at line 203 of file CPEditorPanel.h.

Enumerator
CP_SCROLL_BOTH 
CP_SCROLL_LEFT 
CP_SCROLL_RIGHT 

Definition at line 295 of file CPEditorPanel.h.

Enumerator
CPTAB_ACTION_CREATE_CP 
CPTAB_ACTION_CELESTE 
CPTAB_ACTION_CLEAN_CP 

Definition at line 234 of file CPEditorPanel.h.

Constructor & Destructor Documentation

CPEditorPanel::CPEditorPanel ( )

ctor.

Definition at line 92 of file CPEditorPanel.cpp.

References DEBUG_TRACE.

CPEditorPanel::~CPEditorPanel ( )
virtual

Member Function Documentation

void CPEditorPanel::changeState ( CPCreationState  newState)
private
void CPEditorPanel::ClearSelection ( )

unselect a point

Definition at line 840 of file CPEditorPanel.cpp.

References changeState(), CPImageCtrl::deselect(), m_cpList, m_leftImg, m_rightImg, m_selectedPoint, NO_POINT, and UpdateDisplay().

Referenced by changeState().

bool CPEditorPanel::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 CPEditorPanel::CreateNewPoint ( )
private
CPEditorPanel::DECLARE_EVENT_TABLE ( )
private
void CPEditorPanel::EnablePointEdit ( bool  state)
private

enable or disable controls for editing other points

Definition at line 1841 of file CPEditorPanel.cpp.

References m_cpModeChoice, m_delButton, m_x1Text, m_x2Text, m_y1Text, and m_y2Text.

Referenced by OnCPListDeselect(), OnCPListSelect(), SelectLocalPoint(), and UpdateDisplay().

void CPEditorPanel::estimateAndAddOtherPoint ( const hugin_utils::FDiff2D p,
bool  left,
CPImageCtrl thisImg,
unsigned int  thisImgNr,
CPCreationState  THIS_POINT,
CPCreationState  THIS_POINT_RETRY,
CPImageCtrl otherImg,
unsigned int  otherImgNr,
CPCreationState  OTHER_POINT,
CPCreationState  OTHER_POINT_RETRY 
)
private
hugin_utils::FDiff2D CPEditorPanel::EstimatePoint ( const hugin_utils::FDiff2D p,
bool  left 
)
private
void CPEditorPanel::FineTuneNewPoint ( bool  left)
private
void CPEditorPanel::FineTuneSelectedPoint ( bool  left)
private
CPImageCtrl::ImageRotation CPEditorPanel::GetRot ( double  yaw,
double  roll,
double  pitch 
)
private

calculate rotation required for upright image display from roll, pitch and yaw angles

Definition at line 2740 of file CPEditorPanel.cpp.

References CPImageCtrl::ROT0, CPImageCtrl::ROT180, CPImageCtrl::ROT270, and CPImageCtrl::ROT90.

Referenced by panoramaImagesChanged(), setLeftImage(), and setRightImage().

const float CPEditorPanel::getVerticalCPBias ( )
private
bool CPEditorPanel::globalPNr2LocalPNr ( unsigned int &  localNr,
unsigned int  globalNr 
) const
private

map a global point nr to a local one, if possible

Definition at line 902 of file CPEditorPanel.cpp.

References currentPoints.

Referenced by SelectGlobalPoint().

void CPEditorPanel::Init ( HuginBase::Panorama pano)

Definition at line 308 of file CPEditorPanel.cpp.

References HuginBase::Panorama::addObserver(), and m_pano.

Referenced by MainFrame::MainFrame().

hugin_utils::FDiff2D CPEditorPanel::LocalFineTunePoint ( unsigned int  srcNr,
const vigra::Diff2D &  srcPnt,
hugin_utils::FDiff2D movedSrcPnt,
unsigned int  moveNr,
const hugin_utils::FDiff2D movePnt 
)
private
unsigned int CPEditorPanel::localPNr2GlobalPNr ( unsigned int  localNr) const
private

find a local point

Definition at line 918 of file CPEditorPanel.cpp.

References currentPoints.

Referenced by OnCPEvent(), OnDeleteButton(), and OnKey().

void CPEditorPanel::NewPointChange ( hugin_utils::FDiff2D  p,
bool  left 
)
private
void CPEditorPanel::OnActionButton ( wxCommandEvent &  e)
private
void CPEditorPanel::OnActionContextMenu ( wxContextMenuEvent &  e)
private

Definition at line 2291 of file CPEditorPanel.cpp.

References MainFrame::Get(), and m_cpActionContextMenu.

Referenced by Create().

void CPEditorPanel::OnActionSelectCeleste ( wxCommandEvent &  e)
private

Definition at line 2467 of file CPEditorPanel.cpp.

References CPTAB_ACTION_CELESTE, m_actionButton, and m_cpActionButtonMode.

Referenced by Create().

void CPEditorPanel::OnActionSelectCleanCP ( wxCommandEvent &  e)
private

Definition at line 2478 of file CPEditorPanel.cpp.

References CPTAB_ACTION_CLEAN_CP, m_actionButton, and m_cpActionButtonMode.

Referenced by Create().

void CPEditorPanel::OnActionSelectCreate ( wxCommandEvent &  e)
private

Definition at line 2456 of file CPEditorPanel.cpp.

References CPTAB_ACTION_CREATE_CP, m_actionButton, and m_cpActionButtonMode.

Referenced by Create().

void CPEditorPanel::OnAddButton ( wxCommandEvent &  e)
private

Definition at line 2114 of file CPEditorPanel.cpp.

References BOTH_POINTS_SELECTED, cpCreationState, and CreateNewPoint().

void CPEditorPanel::OnCelesteButton ( wxCommandEvent &  e)
private
void CPEditorPanel::OnCleanCPButton ( wxCommandEvent &  e)
private
void CPEditorPanel::OnColumnHeaderClick ( wxListEvent &  e)
private

Definition at line 2698 of file CPEditorPanel.cpp.

References m_cpList, m_sortAscending, m_sortCol, SetColumnImage(), and SortList().

void CPEditorPanel::OnColumnWidthChange ( wxListEvent &  e)
private

Definition at line 2692 of file CPEditorPanel.cpp.

References m_cpList.

void CPEditorPanel::OnCPEvent ( CPEvent ev)
private
void CPEditorPanel::OnCPListDeselect ( wxListEvent &  e)
private
void CPEditorPanel::OnCPListSelect ( wxListEvent &  e)
private
void CPEditorPanel::OnCreateCPButton ( wxCommandEvent &  e)
private
void CPEditorPanel::OnDeleteButton ( wxCommandEvent &  e)
private
void CPEditorPanel::OnFineTuneButton ( wxCommandEvent &  e)
private
void CPEditorPanel::OnKey ( wxKeyEvent &  e)
private
void CPEditorPanel::OnLeftChoiceChange ( wxCommandEvent &  e)
private

Definition at line 1917 of file CPEditorPanel.cpp.

References DEBUG_TRACE, m_listenToPageChange, and setLeftImage().

void CPEditorPanel::OnNextImg ( wxCommandEvent &  e)
private
void CPEditorPanel::OnPrevImg ( wxCommandEvent &  e)
private
void CPEditorPanel::OnRightChoiceChange ( wxCommandEvent &  e)
private

Definition at line 1925 of file CPEditorPanel.cpp.

References DEBUG_TRACE, m_listenToPageChange, and setRightImage().

void CPEditorPanel::OnShowLinesCheckbox ( wxCommandEvent &  e)
private

Definition at line 2733 of file CPEditorPanel.cpp.

References m_leftImg, m_rightImg, and CPImageCtrl::ShowLines().

void CPEditorPanel::OnTextPointChange ( wxCommandEvent &  e)
private
void CPEditorPanel::OnZoom ( wxCommandEvent &  e)
private
void CPEditorPanel::panoramaChanged ( HuginBase::Panorama pano)
virtual
void CPEditorPanel::panoramaImagesChanged ( HuginBase::Panorama pano,
const HuginBase::UIntSet changed 
)
virtual
bool CPEditorPanel::PointFineTune ( unsigned int  tmplImgNr,
const vigra::Diff2D &  tmplPoint,
int  tmplWidth,
unsigned int  subjImgNr,
const hugin_utils::FDiff2D subjPoint,
int  searchWidth,
vigra_ext::CorrelationResult tunedPos 
)
private
void CPEditorPanel::SelectGlobalPoint ( unsigned int  globalNr)

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

Definition at line 891 of file CPEditorPanel.cpp.

References DEBUG_DEBUG, DEBUG_ERROR, globalPNr2LocalPNr(), and SelectLocalPoint().

Referenced by CreateNewPoint(), OnCPEvent(), and ShowControlPoint().

void CPEditorPanel::SelectLocalPoint ( unsigned int  LVpointNr,
bool  scrollLeft = true,
bool  scrollRight = true 
)
private

select a local point.

the given cp is only selected in the cp list when (scrollLeft && scrollRight) in the other case you need to select the item in the list by yourself

Definition at line 859 of file CPEditorPanel.cpp.

References currentPoints, DEBUG_DEBUG, DEBUG_TRACE, EnablePointEdit(), m_cpList, m_cpModeChoice, m_leftImg, m_rightImg, m_selectedPoint, m_x1Text, m_x2Text, m_y1Text, m_y2Text, HuginBase::ControlPoint::mode, CPImageCtrl::selectPoint(), HuginBase::ControlPoint::x1, HuginBase::ControlPoint::x2, HuginBase::ControlPoint::y1, and HuginBase::ControlPoint::y2.

Referenced by OnCPListSelect(), OnZoom(), and SelectGlobalPoint().

void CPEditorPanel::setLeftImage ( unsigned int  imgNr)
void CPEditorPanel::SetPano ( HuginBase::Panorama panorama)
inline

Definition at line 84 of file CPEditorPanel.h.

References m_pano.

void CPEditorPanel::setRightImage ( unsigned int  imgNr)
void CPEditorPanel::ShowControlPoint ( unsigned int  cpNr)

show a control point

show control point cpNr and the corrosponding images

Definition at line 2151 of file CPEditorPanel.cpp.

References changeState(), HuginBase::Panorama::getCtrlPoint(), HuginBase::ControlPoint::image1Nr, HuginBase::ControlPoint::image2Nr, m_pano, NO_POINT, SelectGlobalPoint(), setLeftImage(), and setRightImage().

Referenced by MainFrame::ShowCtrlPoint().

void CPEditorPanel::SortList ( )
private

sorting functions

Definition at line 510 of file CPEditorPanel.cpp.

References currentPoints, m_cpList, m_sortAscending, m_sortCol, SortIndexAscending(), and SortIndexDescending().

Referenced by OnColumnHeaderClick(), and UpdateDisplay().

void CPEditorPanel::UpdateDisplay ( bool  newImages)
private
void CPEditorPanel::UpdateTransforms ( )
private

Member Data Documentation

CPCreationState CPEditorPanel::cpCreationState
private
HuginBase::CPointVector CPEditorPanel::currentPoints
private
wxButton* CPEditorPanel::m_actionButton
private
wxButton* CPEditorPanel::m_addButton
private

Definition at line 251 of file CPEditorPanel.h.

Referenced by changeState(), Create(), and panoramaImagesChanged().

wxCheckBox* CPEditorPanel::m_autoAddCB
private
size_t CPEditorPanel::m_countCP
private

Definition at line 287 of file CPEditorPanel.h.

Referenced by panoramaChanged(), and panoramaImagesChanged().

wxPanel* CPEditorPanel::m_cp_ctrls
private

Definition at line 258 of file CPEditorPanel.h.

Referenced by Create().

CPTabActionButtonMode CPEditorPanel::m_cpActionButtonMode
private
wxMenu* CPEditorPanel::m_cpActionContextMenu
private

Definition at line 241 of file CPEditorPanel.h.

Referenced by Create(), and OnActionContextMenu().

wxListCtrl* CPEditorPanel::m_cpList
private
wxChoice* CPEditorPanel::m_cpModeChoice
private
wxString CPEditorPanel::m_currentCPDetector
private

Definition at line 242 of file CPEditorPanel.h.

wxButton* CPEditorPanel::m_delButton
private

Definition at line 252 of file CPEditorPanel.h.

Referenced by changeState(), Create(), EnablePointEdit(), and panoramaImagesChanged().

double CPEditorPanel::m_detailZoomFactor
private

Definition at line 268 of file CPEditorPanel.h.

Referenced by Create(), estimateAndAddOtherPoint(), NewPointChange(), and OnZoom().

wxTextCtrl * CPEditorPanel::m_errorText
private

Definition at line 249 of file CPEditorPanel.h.

wxCheckBox* CPEditorPanel::m_estimateCB
private

Definition at line 256 of file CPEditorPanel.h.

Referenced by Create(), NewPointChange(), panoramaImagesChanged(), and ~CPEditorPanel().

wxCheckBox* CPEditorPanel::m_fineTuneCB
private
CPImagesComboBox* CPEditorPanel::m_leftChoice
private
std::string CPEditorPanel::m_leftFile
private

Definition at line 265 of file CPEditorPanel.h.

Referenced by panoramaImagesChanged(), and setLeftImage().

unsigned int CPEditorPanel::m_leftImageNr
private
CPImageCtrl* CPEditorPanel::m_leftImg
private
HuginBase::PTools::Transform CPEditorPanel::m_leftInvTransform
private

Definition at line 271 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

HuginBase::PTools::Transform CPEditorPanel::m_leftInvTransformMag
private

Definition at line 276 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

CPImageCtrl::ImageRotation CPEditorPanel::m_leftRot
private
HuginBase::PTools::Transform CPEditorPanel::m_leftTransform
private

Definition at line 270 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

HuginBase::PTools::Transform CPEditorPanel::m_leftTransformMag
private

Definition at line 275 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

bool CPEditorPanel::m_listenToPageChange
private
HuginBase::Panorama* CPEditorPanel::m_pano
private
CPImagesComboBox* CPEditorPanel::m_rightChoice
private
std::string CPEditorPanel::m_rightFile
private

Definition at line 266 of file CPEditorPanel.h.

Referenced by panoramaImagesChanged(), and setRightImage().

unsigned int CPEditorPanel::m_rightImageNr
private
CPImageCtrl * CPEditorPanel::m_rightImg
private
HuginBase::PTools::Transform CPEditorPanel::m_rightInvTransform
private

Definition at line 273 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

HuginBase::PTools::Transform CPEditorPanel::m_rightInvTransformMag
private

Definition at line 278 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

CPImageCtrl::ImageRotation CPEditorPanel::m_rightRot
private

Definition at line 293 of file CPEditorPanel.h.

Referenced by Create(), panoramaImagesChanged(), and setRightImage().

HuginBase::PTools::Transform CPEditorPanel::m_rightTransform
private

Definition at line 272 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

HuginBase::PTools::Transform CPEditorPanel::m_rightTransformMag
private

Definition at line 277 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

CPScrollHint CPEditorPanel::m_scrollHint
private

Definition at line 301 of file CPEditorPanel.h.

Referenced by Create(), OnCPEvent(), and OnCPListSelect().

unsigned int CPEditorPanel::m_selectedPoint
private
wxCheckBox* CPEditorPanel::m_showLinesCB
private

Definition at line 257 of file CPEditorPanel.h.

Referenced by Create(), panoramaImagesChanged(), and ~CPEditorPanel().

bool CPEditorPanel::m_sortAscending = true
private

Definition at line 290 of file CPEditorPanel.h.

Referenced by Create(), OnColumnHeaderClick(), SortList(), and ~CPEditorPanel().

long CPEditorPanel::m_sortCol = -1
private

Definition at line 289 of file CPEditorPanel.h.

Referenced by Create(), OnColumnHeaderClick(), SortList(), and ~CPEditorPanel().

wxTextCtrl* CPEditorPanel::m_x1Text
private
wxTextCtrl * CPEditorPanel::m_x2Text
private
wxTextCtrl * CPEditorPanel::m_y1Text
private
wxTextCtrl * CPEditorPanel::m_y2Text
private
std::set<unsigned int> CPEditorPanel::mirroredPoints
private

Definition at line 286 of file CPEditorPanel.h.

Referenced by FineTuneSelectedPoint(), OnTextPointChange(), and UpdateDisplay().


The documentation for this class was generated from the following files: