|
VizKit
3.3.7
|
UI (Windows): Pane with checkbox for automatic update. More...
#include <UpdatePane.h>
Public Types | |
| enum | { IDD = IDD_DIALOG4 } |
Public Member Functions | |
| CUpdatePane () | |
| The constructor. | |
| ~CUpdatePane () | |
| The destructor. | |
| virtual BOOL | OnSetActive () |
| Called when pane becomes active. | |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| Exchange of data (DDX/DDV). | |
| virtual BOOL | OnInitDialog () |
| Called when pane is initialized. | |
| afx_msg void | OnChangeCheckForUpdate () |
UI (Windows): Pane with checkbox for automatic update.
The constructor.
The destructor.
| void CUpdatePane::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Exchange of data (DDX/DDV).
| pDX | Pointer to data. |
| void CUpdatePane::OnChangeCheckForUpdate | ( | ) | [protected] |
| BOOL CUpdatePane::OnInitDialog | ( | ) | [protected, virtual] |
Called when pane is initialized.
| BOOL CUpdatePane::OnSetActive | ( | ) | [virtual] |
Called when pane becomes active.