Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | 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.

Namespaces

 hugin_utils
 namespace for various utils
 

Functions

WXIMPEX wxString hugin_utils::GetFormattedTimeSpan (const wxTimeSpan &timeSpan)
 
void hugin_utils::RestoreFramePosition (wxTopLevelWindow *frame, const wxString &basename)
 
void hugin_utils::StoreFramePosition (wxTopLevelWindow *frame, const wxString &basename)
 
int hugin_utils::HuginMessageBox (const wxString &message, const wxString &caption, int style, wxWindow *parent)
 
MessageDialog hugin_utils::GetMessageDialog (const wxString &message, const wxString &caption, int style, wxWindow *parent)
 
bool hugin_utils::AskUserOverwrite (const wxString &filename, const wxString &caption, wxWindow *parent)
 ask user if the given file should be overwritten, return true if the user confirmed the overwritting More...
 

Detailed Description

implementation of some little utility functions

Author
T. Modes

Definition in file wxutils.cpp.