Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
wxutils.h File Reference
#include "hugin_shared.h"
#include "panoinc_WX.h"
#include "hugin_utils/utils.h"
Include dependency graph for wxutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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...
 

Namespaces

 hugin_utils
 namespace for various utils
 

Typedefs

typedef std::unique_ptr
< wxMessageDialogBase > 
hugin_utils::MessageDialog
 

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

Author
Pablo d'Angelo pablo.nosp@m..dan.nosp@m.gelo@.nosp@m.web..nosp@m.de

Definition in file wxutils.h.