Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/base_wx/huginConfig.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00002 00027 #ifndef _Hgn1_huginConfig_H 00028 #define _Hgn1_huginConfig_H 00029 00030 #include <hugin_shared.h> 00031 #include <panoinc_WX.h> 00032 00033 #include "PT/Panorama.h" 00034 #include <algorithms/panorama_makefile/PanoramaMakefileExport.h> 00035 00036 namespace PT { 00037 struct PTPrograms : public HuginBase::PanoramaMakefileExport::PTPrograms {}; 00038 } 00039 00040 WXIMPEX PT::PTPrograms getPTProgramsConfig(wxString huginRoot, wxConfigBase * config); 00041 00049 WXIMPEX wxString getExePath(wxString argv0); 00050 00051 #endif
1.3.9.1