Main Page   Compound List   File List   Compound Members  

CTutorialDlg Class Reference

List of all members.

Detailed Description

Main dialog for the sample application. This is created and displayed in the CTutorialApp::InitInstance function.


Public Types

enum  { IDD = IDD_GROUPCONTROLS_DIALOG }

Public Member Functions

 CTutorialDlg (CWnd *pParent=NULL)

Protected Member Functions

virtual BOOL OnInitDialog ()
afx_msg void OnPaint ()

Private Attributes

CCircleRadiusControls m_circle_controls
 A child dialog with controls for adjusting circle radius.

HICON m_hIcon


Member Enumeration Documentation

anonymous enum
 

The IDD enum is a common technique in MFC to associate a dialog with a resource that you edit in the dialog editor


Member Function Documentation

BOOL CTutorialDlg::OnInitDialog  )  [protected, virtual]
 

Called immediately after a dialog is created, but before it is displayed. This is where all of the control initialization usually occurs. This is also where the graphics window is set up

void CTutorialDlg::OnPaint  )  [protected]
 

Called when this dialog receives a WM_PAINT message (event) The MFC wizard adds code to paint properly if this dialog is minimized to the taskbar


The documentation for this class was generated from the following files:
Generated on Thu Oct 2 02:02:57 2008 for MFC_GroupControls by doxygen 1.3.1