A 3D Dynamic Geometry Software

Calques 3D C++



CPrefMacros Class Reference

Inheritance diagram for CPrefMacros:

Inheritance graph
Collaboration diagram for CPrefMacros:

Collaboration graph

List of all members.


Detailed Description

CPrefMacros.

Public Member Functions

 CPrefMacros ()
 Default constructor.
virtual void OnOK ()
 Called when the user clicks the OK button.
void EnableControls ()
 Enable/disable the edit controls, depending in the selection of an item in the user macro list box.

Public Attributes

CBCGPMacroList m_wndMacroListBox
 The control for the macro item list.

Protected Member Functions

virtual void DoDataExchange (CDataExchange *pDX)
 Called by the framework to exchange and validate dialog data.
virtual BOOL OnInitDialog ()
 Initialise the content of the dialog box.
afx_msg void OnDestroy ()
 Called when the dialog box is being destroyed.

Constructor & Destructor Documentation

CPrefMacros (  ) 

Default constructor.


Member Function Documentation

void OnOK (  )  [virtual]

Called when the user clicks the OK button.

Update the data before closing.

void DoDataExchange ( CDataExchange *  pDX  )  [protected, virtual]

Called by the framework to exchange and validate dialog data.

void EnableControls (  ) 

Enable/disable the edit controls, depending in the selection of an item in the user macro list box.

BOOL OnInitDialog (  )  [protected, virtual]

Initialise the content of the dialog box.

void OnDestroy (  )  [protected]

Called when the dialog box is being destroyed.

Update the data before closing.


Member Data Documentation

The control for the macro item list.