Hugintrunk
0.1
|
implementation of CPDetectorSetting and CPDetectorConfig classes, which are for storing and changing settings of different CP detectors More...
#include "icpfind/CPDetectorConfig.h"
#include "hugin_config.h"
#include <wx/fileconf.h>
#include <wx/arrimpl.cpp>
Go to the source code of this file.
Functions | |
wxString | default_cpgenerator_desc (wxT("Hugin's Cpfind")) |
description of default cp generator, for fall back procedure More... | |
wxString | default_cpgenerator_prog (wxT("cpfind")) |
program name of default cp generator, for fall back procedure More... | |
wxString | default_cpgenerator_args (wxT("-o %o %s")) |
arguments for default cp generator, for fall back procedure More... | |
WX_DEFINE_OBJARRAY (ArraySettings) | |
implementation of CPDetectorSetting and CPDetectorConfig classes, which are for storing and changing settings of different CP detectors
Definition in file CPDetectorConfig.cpp.
wxString default_cpgenerator_args | ( | wxT("-o %o %s") | ) |
arguments for default cp generator, for fall back procedure
Referenced by CPDetectorSetting::CPDetectorSetting(), and CPDetectorSetting::Read().
wxString default_cpgenerator_desc | ( | wxT("Hugin's Cpfind") | ) |
description of default cp generator, for fall back procedure
Referenced by CPDetectorSetting::CPDetectorSetting(), and CPDetectorSetting::Read().
wxString default_cpgenerator_prog | ( | wxT("cpfind") | ) |
program name of default cp generator, for fall back procedure
Referenced by CPDetectorSetting::CPDetectorSetting(), and CPDetectorSetting::Read().
WX_DEFINE_OBJARRAY | ( | ArraySettings | ) |