Hugintrunk
0.1
|
implementation of some little utility functions More...
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... | |
implementation of some little utility functions
Definition in file wxutils.cpp.