| 
|   | TimedMessageBox (wxWindow *parent, const wxString &message, const wxString &caption=_T("Message box"), long style=wxOK|wxCANCEL, int timeout_sec=-1, const wxPoint &pos=wxDefaultPosition) | 
|   | 
| int  | GetRetVal (void) | 
|   | 
| void  | OnTimer (wxTimerEvent &evt) | 
|   | 
Definition at line 95 of file gui_lib.h.
 
◆ TimedMessageBox()
      
        
          | TimedMessageBox::TimedMessageBox  | 
          ( | 
          wxWindow * |           parent,  | 
        
        
           | 
           | 
          const wxString & |           message,  | 
        
        
           | 
           | 
          const wxString & |           caption = _T("Message box"),  | 
        
        
           | 
           | 
          long |           style = wxOK | wxCANCEL,  | 
        
        
           | 
           | 
          int |           timeout_sec = -1,  | 
        
        
           | 
           | 
          const wxPoint & |           pos = wxDefaultPosition ) | 
        
      
 
 
◆ ~TimedMessageBox()
      
        
          | TimedMessageBox::~TimedMessageBox  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ GetRetVal()
  
  
      
        
          | int TimedMessageBox::GetRetVal  | 
          ( | 
          void |            | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ OnTimer()
      
        
          | void TimedMessageBox::OnTimer  | 
          ( | 
          wxTimerEvent & |           evt | ) | 
           | 
        
      
 
 
◆ dlg
◆ m_timer
      
        
          | wxTimer TimedMessageBox::m_timer | 
        
      
 
 
◆ ret_val
      
        
          | int TimedMessageBox::ret_val | 
        
      
 
 
The documentation for this class was generated from the following files: