Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
LensCalApp.h File Reference

declaration of application class for lens calibrate application More...

#include <wx/wx.h>
#include <huginapp/ImageCache.h>
#include "LensCalFrame.h"
Include dependency graph for LensCalApp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LensCalApp
 The application class for lens_calibrate_gui . More...
 

Functions

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

declaration of application class for lens calibrate application

Author
T. Modes

Definition in file LensCalApp.h.

Function Documentation

void RestoreFramePosition ( wxTopLevelWindow *  frame,
const wxString &  basename 
)

Restore window size and position from configfile/registry.

Definition at line 158 of file LensCalApp.cpp.

void StoreFramePosition ( wxTopLevelWindow *  frame,
const wxString &  basename 
)

Store window size and position in configfile/registry.

Definition at line 212 of file LensCalApp.cpp.