#include "config.h"#include <huginapp/ImageCache.h>#include <PT/ImageGraph.h>#include "hugin/MainFrame.h"Include dependency graph for huginApp.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ImageReadyEvent |
| Event for when a requested image finished loading. More... | |
| class | huginApp |
| The application class for hugin. More... | |
Defines | |
| #define | EVT_IMAGE_READY2(id, fn) |
Typedefs | |
| typedef void(wxEvtHandler::* | ImageReadyEventFunction )(ImageReadyEvent &) |
Functions | |
| bool | str2double (wxString s, double &d) |
| wxString | Components2Str (const CPComponents &comp) |
| void | StoreFramePosition (wxTopLevelWindow *frame, const wxString &basename) |
| Store window size and position in configfile/registry. | |
| void | RestoreFramePosition (wxTopLevelWindow *frame, const wxString &basename) |
| Restore window size and position from configfile/registry. | |
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, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition in file huginApp.h.
|
|
Value: DECLARE_EVENT_TABLE_ENTRY( EVT_IMAGE_READY, id, -1, \
(wxObjectEventFunction) (wxEventFunction) \
wxStaticCastEvent( ImageReadyEventFunction, & fn ), (wxObject *) NULL ),
Definition at line 83 of file huginApp.h. |
|
|
Definition at line 81 of file huginApp.h. |
|
|
Definition at line 88 of file huginApp.cpp. Referenced by GLPreviewFrame::panoramaChanged(), and MainFrame::RunAssistant(). |
|
||||||||||||
|
Restore window size and position from configfile/registry.
Definition at line 148 of file LensCalApp.cpp. References DEBUG_TRACE. Referenced by CPDetectorDialog::CPDetectorDialog(), EVT_BUTTON(), EVT_TEXT(), GLPreviewFrame::GLPreviewFrame(), MaskLoadDialog::MaskLoadDialog(), huginApp::OnInit(), LensCalApp::OnInit(), and PreviewFrame::PreviewFrame(). |
|
||||||||||||
|
Store window size and position in configfile/registry.
Definition at line 202 of file LensCalApp.cpp. References DEBUG_TRACE. Referenced by CPDetectorDialog::~CPDetectorDialog(), CPListFrame::~CPListFrame(), GLPreviewFrame::~GLPreviewFrame(), LensCalFrame::~LensCalFrame(), MainFrame::~MainFrame(), MaskLoadDialog::~MaskLoadDialog(), PreferencesDialog::~PreferencesDialog(), and PreviewFrame::~PreviewFrame(). |
|
||||||||||||
1.3.9.1