#include <hugin_shared.h>
#include <panoinc_WX.h>
#include "PT/Panorama.h"
#include <algorithms/panorama_makefile/PanoramaMakefilelibExport.h>
#include <algorithms/assistant_makefile/AssistantMakefilelibExport.h>
Include dependency graph for huginConfig.h:

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

Go to the source code of this file.
Namespaces | |
| namespace | PT |
Classes | |
| struct | PT::PTPrograms |
| struct | PT::AssistantPrograms |
Functions | |
| WXIMPEX PT::PTPrograms | getPTProgramsConfig (wxString huginRoot, wxConfigBase *config) |
| WXIMPEX PT::AssistantPrograms | getAssistantProgramsConfig (wxString huginRoot, wxConfigBase *config) |
| WXIMPEX wxString | getExePath (wxString argv0) |
| get the path to the directory where the currently running executable is stored. | |
| WXIMPEX wxString | getDefaultProjectName (const HuginBase::Panorama &pano, const wxString filenameTemplate=wxT("")) |
| gets the default project name, as defined in the preferences | |
| WXIMPEX wxString | getDefaultOutputName (const wxString projectname, const HuginBase::Panorama &pano, const wxString filenameTemplate=wxT("")) |
| gets the default output prefix, based on filename and images in project the setting is read from the preferences | |
This program 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 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 huginConfig.h.
|
||||||||||||
|
||||||||||||||||
|
gets the default output prefix, based on filename and images in project the setting is read from the preferences
Definition at line 379 of file huginConfig.cpp. References FillDefaultPlaceholders(), FillPlaceholders(), getDefaultProjectName(), HuginBase::Panorama::getImage(), HuginBase::Panorama::getNrOfImages(), HUGIN_DEFAULT_PROJECT_NAME, and Placeholdersmap. Referenced by PanoPanel::DoSendToBatch(), PanoPanel::DoStitch(), PreferencesDialog::OnUpdateOutputFilename(), and Project::ReadOptions(). |
|
||||||||||||
|
gets the default project name, as defined in the preferences
Definition at line 339 of file huginConfig.cpp. References FillDefaultPlaceholders(), FillPlaceholders(), HuginBase::Panorama::getImage(), HuginBase::Panorama::getNrOfImages(), HUGIN_DEFAULT_PROJECT_NAME, and Placeholdersmap. Referenced by getDefaultOutputName(), PossiblePano::GetNewProjectFilename(), MainFrame::OnSaveProjectAs(), MainFrame::OnSavePTStitcherAs(), and PreferencesDialog::OnUpdateProjectFilename(). |
|
|
get the path to the directory where the currently running executable is stored. Should work well on Windows, might work on OSX and does not work on Unix. Definition at line 258 of file huginConfig.cpp. References makefile::path. Referenced by Batch::Batch(), CanStartProg(), PanoPanel::DoSendToBatch(), EVT_LIST_ITEM_ACTIVATED(), getGNUMakeCmd(), GetProgPath(), BatchFrame::OnButtonOpenWithHugin(), stitchApp::OnInit(), nonaApp::OnInit(), huginApp::OnInit(), LensCalApp::OnInit(), MainFrame::OnOpenPTBatcher(), and MainFrame::OnSendToAssistantQueue(). |
|
||||||||||||
1.3.9.1