![]()  | 
  
    Scope
    
   | 
 
#include <AreaChooseDlg.h>
Inherits CDialogImpl< CAreaChooseDlg >.
Public Types | |
| enum | { IDD = IDD_AREACHOOSE } | 
Public Member Functions | |
Called via Win32 messages  | |
| LRESULT | OnInitDialog (UINT, WPARAM, LPARAM, BOOL &) | 
| LRESULT | OnCloseCmd (WORD, WORD wID, HWND, BOOL &) | 
Protected Attributes | |
| std::array< CButton, 4 > | buttons | 
Simple dialog for choosing an area.
Definition at line 8 of file AreaChooseDlg.h.
| LRESULT scope::gui::CAreaChooseDlg::OnInitDialog | ( | UINT | , | 
| WPARAM | , | ||
| LPARAM | lParam, | ||
| BOOL & | |||
| ) | 
Initializes the dialog.
Definition at line 8 of file AreaChooseDlg.cpp.
| LRESULT scope::gui::CAreaChooseDlg::OnCloseCmd | ( | WORD | , | 
| WORD | wID, | ||
| HWND | , | ||
| BOOL & | |||
| ) | 
Definition at line 26 of file AreaChooseDlg.cpp.
      
  | 
  protected | 
buttons for area choosing
Definition at line 13 of file AreaChooseDlg.h.