Hugintrunk
0.1
|
#include "hugin_config.h"
#include <huginapp/ImageCache.h>
#include <lcms2.h>
#include <algorithms/optimizer/ImageGraph.h>
#include "hugin/MainFrame.h"
Go to the source code of this file.
Classes | |
class | ImageReadyEvent |
Resources Definition. More... | |
class | huginApp |
The application class for hugin. More... | |
Macros | |
#define | EVT_IMAGE_READY2(id, fn) |
Typedefs | |
typedef void(wxEvtHandler::* | ImageReadyEventFunction )(ImageReadyEvent &) |
Functions | |
wxString | Components2Str (const HuginGraph::ImageGraph::Components &comp) |
void | StoreFramePosition (wxTopLevelWindow *frame, const wxString &basename) |
Store window size and position in configfile/registry. More... | |
void | RestoreFramePosition (wxTopLevelWindow *frame, const wxString &basename) |
Restore window size and position from configfile/registry. More... | |
$Id$
This 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 Lesser General Public License for more details.
You should have received a copy of the GNU General Public License along with this software. If not, see http://www.gnu.org/licenses/.
Definition in file huginApp.h.
#define EVT_IMAGE_READY2 | ( | id, | |
fn | |||
) |
Definition at line 83 of file huginApp.h.
typedef void(wxEvtHandler::* ImageReadyEventFunction)(ImageReadyEvent &) |
Definition at line 81 of file huginApp.h.
wxString Components2Str | ( | const HuginGraph::ImageGraph::Components & | comp | ) |
void RestoreFramePosition | ( | wxTopLevelWindow * | frame, |
const wxString & | basename | ||
) |
Restore window size and position from configfile/registry.
Definition at line 158 of file LensCalApp.cpp.
References DEBUG_TRACE, and vigra_ext::EMoR::h.
Referenced by BrowsePTOFilesDialog::BrowsePTOFilesDialog(), CPDetectorDialog::CPDetectorDialog(), CPListFrame::CPListFrame(), EditOutputIniDialog::EditOutputIniDialog(), GLPreviewFrame::GLPreviewFrame(), ImageVariablesExpressionDialog::ImageVariablesExpressionDialog(), MaskLoadDialog::MaskLoadDialog(), PreferencesDialog::OnExifArgfile2Edit(), PreferencesDialog::OnExifArgfileEdit(), LensCalApp::OnInit(), huginApp::OnInit(), ImageVariablesExpressionDialog::OnTest(), Papywizard::PapywizardImportDialog::PapywizardImportDialog(), PreferencesDialog::PreferencesDialog(), PreviewFrame::PreviewFrame(), RawImportDialog::RawImportDialog(), RawImportProgress::RawImportProgress(), and SelectAspectRatioDialog::SelectAspectRatioDialog().
void StoreFramePosition | ( | wxTopLevelWindow * | frame, |
const wxString & | basename | ||
) |
Store window size and position in configfile/registry.
Definition at line 212 of file LensCalApp.cpp.
References DEBUG_TRACE.
Referenced by PreferencesDialog::OnExifArgfile2Edit(), PreferencesDialog::OnExifArgfileEdit(), ImageVariablesExpressionDialog::OnOk(), ImageVariablesExpressionDialog::OnTest(), GLPreviewFrame::StorePositionAndSize(), BrowsePTOFilesDialog::~BrowsePTOFilesDialog(), CPDetectorDialog::~CPDetectorDialog(), CPListFrame::~CPListFrame(), EditOutputIniDialog::~EditOutputIniDialog(), ImageVariablesExpressionDialog::~ImageVariablesExpressionDialog(), LensCalFrame::~LensCalFrame(), MainFrame::~MainFrame(), MaskLoadDialog::~MaskLoadDialog(), Papywizard::PapywizardImportDialog::~PapywizardImportDialog(), PreferencesDialog::~PreferencesDialog(), PreviewFrame::~PreviewFrame(), RawImportDialog::~RawImportDialog(), RawImportProgress::~RawImportProgress(), and SelectAspectRatioDialog::~SelectAspectRatioDialog().