Hugintrunk
0.1
|
Functions | |
wxString | GetExifDateTime (const HuginBase::SrcPanoImage *img) |
returns Exif DateTimeOriginal as formatted wxString More... | |
wxString | GetFocalLength (const HuginBase::SrcPanoImage *img) |
return focallength and focallength 35 mm as wxString More... | |
wxString | GetAperture (const HuginBase::SrcPanoImage *img) |
returns formatted aperture value More... | |
wxString | GetExposureTime (const HuginBase::SrcPanoImage *img) |
returns formatted exposure time More... | |
wxString | GetIso (const HuginBase::SrcPanoImage *img) |
returns formatted iso value More... | |
WXIMPEX wxString FormatString::GetAperture | ( | const HuginBase::SrcPanoImage * | img | ) |
returns formatted aperture value
Definition at line 540 of file LensTools.cpp.
Referenced by PossiblePano::PopulateListCtrl(), and ImagesTreeCtrl::UpdateImageText().
WXIMPEX wxString FormatString::GetExifDateTime | ( | const HuginBase::SrcPanoImage * | img | ) |
returns Exif DateTimeOriginal as formatted wxString
Definition at line 503 of file LensTools.cpp.
References HuginBase::SrcPanoImage::getExifDateTime().
Referenced by PossiblePano::PopulateListCtrl(), and ImagesTreeCtrl::UpdateImageText().
WXIMPEX wxString FormatString::GetExposureTime | ( | const HuginBase::SrcPanoImage * | img | ) |
returns formatted exposure time
Definition at line 554 of file LensTools.cpp.
Referenced by PossiblePano::PopulateListCtrl(), and ImagesTreeCtrl::UpdateImageText().
WXIMPEX wxString FormatString::GetFocalLength | ( | const HuginBase::SrcPanoImage * | img | ) |
return focallength and focallength 35 mm as wxString
Definition at line 519 of file LensTools.cpp.
Referenced by PossiblePano::GetFocalLength(), FindPanoDialog::OnSelectPossiblePano(), BrowsePTOFilesDialog::ParsePTOFile(), and ImagesTreeCtrl::UpdateImageText().
WXIMPEX wxString FormatString::GetIso | ( | const HuginBase::SrcPanoImage * | img | ) |
returns formatted iso value
Definition at line 591 of file LensTools.cpp.
Referenced by PossiblePano::PopulateListCtrl(), and ImagesTreeCtrl::UpdateImageText().