Main Page   Compound List   File List   Compound Members  

CCircleRadiusControls Class Reference

List of all members.

Detailed Description

A child dialog that contains a set of controls. This dialog will be placed on the application's main dialog during the main dialog's OnInitDialog routine. This is a useful way to create a group of reusable controls.


Public Types

enum  { IDD = IDD_CONTROLS_CHILDDLG }

Public Member Functions

 CCircleRadiusControls (CWnd *pParent=NULL)

Public Attributes

CSliderCtrlWithEcho m_CircleRadiusBar
BOOL m_bSliderControl

Protected Member Functions

virtual void DoDataExchange (CDataExchange *pDX)
virtual BOOL OnInitDialog ()
afx_msg void OnBnClickedControlRadiusCheck ()


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

void CCircleRadiusControls::DoDataExchange CDataExchange *  pDX  )  [protected, virtual]
 

The virtual DoDataExchange is an MFC method for synchronizing values in this class with their corresponding controls on the dialog. See MSDN documentation for more information

BOOL CCircleRadiusControls::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.

void CCircleRadiusControls::OnBnClickedControlRadiusCheck  )  [protected]
 

Called when the user clicks on the checkbox with the id of IDC_CONTROL_RADIUS_CHECK.


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