Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros | Typedefs | Functions
huginApp.h File Reference
#include "hugin_config.h"
#include <huginapp/ImageCache.h>
#include <lcms2.h>
#include <algorithms/optimizer/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
 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...
 

Detailed Description

Author
Pablo d'Angelo pablo.nosp@m..dan.nosp@m.gelo@.nosp@m.web..nosp@m.de

$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.

Macro Definition Documentation

#define EVT_IMAGE_READY2 (   id,
  fn 
)
Value:
DECLARE_EVENT_TABLE_ENTRY( EVT_IMAGE_READY, id, -1, \
(wxObjectEventFunction) (wxEventFunction) \
wxStaticCastEvent( ImageReadyEventFunction, & fn ), (wxObject *) NULL ),
void(wxEvtHandler::* ImageReadyEventFunction)(ImageReadyEvent &)
Definition: huginApp.h:81

Definition at line 83 of file huginApp.h.

Typedef Documentation

typedef void(wxEvtHandler::* ImageReadyEventFunction)(ImageReadyEvent &)

Definition at line 81 of file huginApp.h.

Function Documentation

wxString Components2Str ( const HuginGraph::ImageGraph::Components comp)
void RestoreFramePosition ( wxTopLevelWindow *  frame,
const wxString &  basename 
)
void StoreFramePosition ( wxTopLevelWindow *  frame,
const wxString &  basename 
)