Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
wxutils.cpp File Reference

implementation of some little utility functions More...

#include "wxutils.h"
#include <wx/translation.h>
#include <wx/config.h>
Include dependency graph for wxutils.cpp:

Go to the source code of this file.

Functions

WXIMPEX wxString GetFormattedTimeSpan (const wxTimeSpan &timeSpan)
 
void RestoreFramePosition (wxTopLevelWindow *frame, const wxString &basename)
 Restore window size and position from configfile/registry. More...
 
void StoreFramePosition (wxTopLevelWindow *frame, const wxString &basename)
 Store window size and position in configfile/registry. More...
 

Detailed Description

implementation of some little utility functions

Author
T. Modes

Definition in file wxutils.cpp.

Function Documentation

WXIMPEX wxString GetFormattedTimeSpan ( const wxTimeSpan &  timeSpan)

Definition at line 27 of file wxutils.cpp.

Referenced by BrowsePTOFilesDialog::FillPanoInfo(), and PossiblePano::GetDuration().

void RestoreFramePosition ( wxTopLevelWindow *  frame,
const wxString &  basename 
)
void StoreFramePosition ( wxTopLevelWindow *  frame,
const wxString &  basename 
)