Hugintrunk
0.1
|
#include <hugin_utils/utils.h>
#include <wx/platform.h>
#include <wx/string.h>
#include <wx/datetime.h>
#include <wx/toplevel.h>
Go to the source code of this file.
Functions | |
WXIMPEX wxString | GetFormattedTimeSpan (const wxTimeSpan &timeSpan) |
WXIMPEX void | RestoreFramePosition (wxTopLevelWindow *frame, const wxString &basename) |
WXIMPEX void | StoreFramePosition (wxTopLevelWindow *frame, const wxString &basename) |
Definition in file wxutils.h.
WXIMPEX wxString GetFormattedTimeSpan | ( | const wxTimeSpan & | timeSpan | ) |
Definition at line 27 of file wxutils.cpp.
Referenced by BrowsePTOFilesDialog::FillPanoInfo(), and PossiblePano::GetDuration().
WXIMPEX void RestoreFramePosition | ( | wxTopLevelWindow * | frame, |
const wxString & | basename | ||
) |
Definition at line 65 of file wxutils.cpp.
WXIMPEX void StoreFramePosition | ( | wxTopLevelWindow * | frame, |
const wxString & | basename | ||
) |
Definition at line 133 of file wxutils.cpp.