|
GME
13
|
#include <CompassOptDlg.h>
Public Types | |
| enum | { IDD = IDD_COMPASS_OPTION } |
Public Member Functions | |
| CCompassOptDlg (CWnd *pParent=NULL) | |
| void | SetParameters (const CPoint &ptRightTop, UINT uCompassVal) |
| UINT | GetCompassVal (void) const |
Public Attributes | |
| int | m_nRadio |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| afx_msg BOOL | OnNcActivate (BOOL bActive) |
| afx_msg void | OnRadioCenter () |
| afx_msg void | OnDoubleclickedRadioCenter () |
| afx_msg void | OnRadioEast () |
| afx_msg void | OnDoubleclickedRadioEast () |
| afx_msg void | OnRadioNorth () |
| afx_msg void | OnDoubleclickedRadioNorth () |
| afx_msg void | OnRadioNortheast () |
| afx_msg void | OnDoubleclickedRadioNortheast () |
| afx_msg void | OnRadioNorthwest () |
| afx_msg void | OnDoubleclickedRadioNorthwest () |
| afx_msg void | OnRadioSouth () |
| afx_msg void | OnDoubleclickedRadioSouth () |
| afx_msg void | OnRadioSoutheast () |
| afx_msg void | OnDoubleclickedRadioSoutheast () |
| afx_msg void | OnRadioSouthwest () |
| afx_msg void | OnDoubleclickedRadioSouthwest () |
| afx_msg void | OnRadioWest () |
| afx_msg void | OnDoubleclickedRadioWest () |
| afx_msg void | OnPaint () |
| virtual void | OnOK () |
Protected Attributes | |
| CPoint | m_ptRightTop |
| UINT | m_uCompassVal |
| CBitmap | m_background |
Definition at line 13 of file CompassOptDlg.h.
| anonymous enum |
Definition at line 33 of file CompassOptDlg.h.
| CCompassOptDlg::CCompassOptDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 20 of file CompassOptDlg.cpp.
| void CCompassOptDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 45 of file CompassOptDlg.cpp.
| UINT CCompassOptDlg::GetCompassVal | ( | void | ) | const |
Definition at line 39 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnDoubleclickedRadioCenter | ( | ) | [protected] |
Definition at line 257 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnDoubleclickedRadioEast | ( | ) | [protected] |
Definition at line 273 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnDoubleclickedRadioNorth | ( | ) | [protected] |
Definition at line 289 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnDoubleclickedRadioNortheast | ( | ) | [protected] |
Definition at line 305 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnDoubleclickedRadioNorthwest | ( | ) | [protected] |
Definition at line 321 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnDoubleclickedRadioSouth | ( | ) | [protected] |
Definition at line 337 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnDoubleclickedRadioSoutheast | ( | ) | [protected] |
Definition at line 353 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnDoubleclickedRadioSouthwest | ( | ) | [protected] |
Definition at line 371 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnDoubleclickedRadioWest | ( | ) | [protected] |
Definition at line 387 of file CompassOptDlg.cpp.
| BOOL CCompassOptDlg::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 104 of file CompassOptDlg.cpp.
| BOOL CCompassOptDlg::OnNcActivate | ( | BOOL | bActive | ) | [protected] |
Definition at line 83 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnOK | ( | ) | [protected, virtual] |
Definition at line 174 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnPaint | ( | ) | [protected] |
Definition at line 395 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnRadioCenter | ( | ) | [protected] |
Definition at line 249 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnRadioEast | ( | ) | [protected] |
Definition at line 265 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnRadioNorth | ( | ) | [protected] |
Definition at line 281 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnRadioNortheast | ( | ) | [protected] |
Definition at line 297 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnRadioNorthwest | ( | ) | [protected] |
Definition at line 313 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnRadioSouth | ( | ) | [protected] |
Definition at line 329 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnRadioSoutheast | ( | ) | [protected] |
Definition at line 345 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnRadioSouthwest | ( | ) | [protected] |
Definition at line 361 of file CompassOptDlg.cpp.
| void CCompassOptDlg::OnRadioWest | ( | ) | [protected] |
Definition at line 379 of file CompassOptDlg.cpp.
| void CCompassOptDlg::SetParameters | ( | const CPoint & | ptRightTop, |
| UINT | uCompassVal | ||
| ) |
Definition at line 32 of file CompassOptDlg.cpp.
CBitmap CCompassOptDlg::m_background [protected] |
Definition at line 46 of file CompassOptDlg.h.
Definition at line 34 of file CompassOptDlg.h.
CPoint CCompassOptDlg::m_ptRightTop [protected] |
Definition at line 24 of file CompassOptDlg.h.
UINT CCompassOptDlg::m_uCompassVal [protected] |
Definition at line 25 of file CompassOptDlg.h.
1.7.6.1