hugin1/hugin/CPEditorPanel.cpp File Reference
implementation of CPEditorPanel Class More...
#include <config.h>
#include "panoinc.h"
#include "hugin/huginApp.h"
#include "hugin/config_defaults.h"
#include "hugin/CommandHistory.h"
#include "base_wx/ImageCache.h"
#include "hugin/CPImageCtrl.h"
#include "hugin/TextKillFocusHandler.h"
#include "hugin/CPEditorPanel.h"
#include "hugin/wxPanoCommand.h"
#include "base_wx/MyProgressDialog.h"
#include <algorithm>
#include <float.h>
#include <vector>
#include "vigra/cornerdetection.hxx"
#include "vigra/localminmax.hxx"
#include "vigra_ext/Correlation.h"
#include "Celeste.h"
#include "CelesteGlobals.h"
#include "Utilities.h"
Include dependency graph for CPEditorPanel.cpp:

Functions | |
| EVT_LIST_ITEM_SELECTED (XRCID("cp_editor_cp_list"), CPEditorPanel::OnCPListSelect) EVT_LIST_COL_END_DRAG(XRCID("cp_editor_cp_list") | |
| CPEditorPanel::OnColumnWidthChange | EVT_COMBOBOX (XRCID("cp_editor_zoom_box"), CPEditorPanel::OnZoom) EVT_TEXT_ENTER(XRCID("cp_editor_x1") |
| CPEditorPanel::OnColumnWidthChange CPEditorPanel::OnTextPointChange | EVT_TEXT_ENTER (XRCID("cp_editor_y1"), CPEditorPanel::OnTextPointChange) EVT_TEXT_ENTER(XRCID("cp_editor_x2") |
| CPEditorPanel::OnColumnWidthChange CPEditorPanel::OnTextPointChange CPEditorPanel::OnTextPointChange | EVT_TEXT_ENTER (XRCID("cp_editor_y2"), CPEditorPanel::OnTextPointChange) EVT_CHOICE(XRCID("cp_editor_mode") |
| CPEditorPanel::OnColumnWidthChange CPEditorPanel::OnTextPointChange CPEditorPanel::OnTextPointChange CPEditorPanel::OnTextPointChange | EVT_CHECKBOX (XRCID("cp_editor_auto_add_cb"), CPEditorPanel::OnAutoAddCB) EVT_BUTTON(XRCID("cp_editor_delete") |
| CPEditorPanel::OnColumnWidthChange CPEditorPanel::OnTextPointChange CPEditorPanel::OnTextPointChange CPEditorPanel::OnTextPointChange CPEditorPanel::OnDeleteButton | EVT_BUTTON (XRCID("cp_editor_add"), CPEditorPanel::OnAddButton) EVT_BUTTON(XRCID("cp_editor_previous_img") |
| CPEditorPanel::OnColumnWidthChange CPEditorPanel::OnTextPointChange CPEditorPanel::OnTextPointChange CPEditorPanel::OnTextPointChange CPEditorPanel::OnDeleteButton CPEditorPanel::OnPrevImg | EVT_BUTTON (XRCID("cp_editor_next_img"), CPEditorPanel::OnNextImg) EVT_BUTTON(XRCID("cp_editor_finetune_button") |
| CPEditorPanel::OnColumnWidthChange CPEditorPanel::OnTextPointChange CPEditorPanel::OnTextPointChange CPEditorPanel::OnTextPointChange CPEditorPanel::OnDeleteButton CPEditorPanel::OnPrevImg CPEditorPanel::OnFineTuneButton | EVT_BUTTON (XRCID("cp_editor_celeste_button"), CPEditorPanel::OnCelesteButton) CPEditorPanel |
Detailed Description
implementation of CPEditorPanel Class
- Author:
- Pablo d'Angelo <pablo.dangelo@web.de>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Function Documentation
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3.9.1