Go to the source code of this file.
|
class | hugin_utils::DisableWindow |
| helper class, it disables the control/window in the constructor and automatically enables it back in destructor, create this DisableWindow class on the stack, this disables the control, when the variable goes out of scope the connected control is automatically enabled again More...
|
|
|
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...
|
|