Scope
scope::gui::CAreaChooseDlg Class Reference

#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
 

Detailed Description

Simple dialog for choosing an area.

Definition at line 8 of file AreaChooseDlg.h.

Member Function Documentation

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 &   
)
Returns
the choosen area (0...3) or -1 if canceled

Definition at line 26 of file AreaChooseDlg.cpp.

Member Data Documentation

std::array<CButton, 4> scope::gui::CAreaChooseDlg::buttons
protected

buttons for area choosing

Definition at line 13 of file AreaChooseDlg.h.


The documentation for this class was generated from the following files: