Hugin trunk 0.1
Loading...
Searching...
No Matches
Functions
FormatString Namespace Reference

Functions

wxString GetExifDateTime (const HuginBase::SrcPanoImage *img)
 returns Exif DateTimeOriginal as formatted wxString
 
wxString GetFocalLength (const HuginBase::SrcPanoImage *img)
 return focallength and focallength 35 mm as wxString
 
wxString GetAperture (const HuginBase::SrcPanoImage *img)
 returns formatted aperture value
 
wxString GetExposureTime (const HuginBase::SrcPanoImage *img)
 returns formatted exposure time
 
wxString GetIso (const HuginBase::SrcPanoImage *img)
 returns formatted iso value
 

Function Documentation

◆ GetAperture()

WXIMPEX wxString FormatString::GetAperture ( const HuginBase::SrcPanoImage img)

returns formatted aperture value

Definition at line 536 of file LensTools.cpp.

References threshold().

Referenced by EnfusePanel::AddFile(), PossiblePano::PopulateListCtrl(), and ImagesTreeCtrl::UpdateImageText().

◆ GetExifDateTime()

WXIMPEX wxString FormatString::GetExifDateTime ( const HuginBase::SrcPanoImage img)

returns Exif DateTimeOriginal as formatted wxString

Definition at line 499 of file LensTools.cpp.

References HuginBase::SrcPanoImage::getExifDateTime(), and threshold().

Referenced by PossiblePano::PopulateListCtrl(), and ImagesTreeCtrl::UpdateImageText().

◆ GetExposureTime()

WXIMPEX wxString FormatString::GetExposureTime ( const HuginBase::SrcPanoImage img)

returns formatted exposure time

Definition at line 550 of file LensTools.cpp.

References threshold().

Referenced by EnfusePanel::AddFile(), PossiblePano::PopulateListCtrl(), and ImagesTreeCtrl::UpdateImageText().

◆ GetFocalLength()

WXIMPEX wxString FormatString::GetFocalLength ( const HuginBase::SrcPanoImage img)

return focallength and focallength 35 mm as wxString

Definition at line 515 of file LensTools.cpp.

References threshold().

Referenced by PossiblePano::GetFocalLength(), BrowsePTOFilesDialog::ParsePTOFile(), and ImagesTreeCtrl::UpdateImageText().

◆ GetIso()

WXIMPEX wxString FormatString::GetIso ( const HuginBase::SrcPanoImage img)

returns formatted iso value

Definition at line 587 of file LensTools.cpp.

References threshold().

Referenced by EnfusePanel::AddFile(), PossiblePano::PopulateListCtrl(), and ImagesTreeCtrl::UpdateImageText().