Public Types | Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes

Ctest_eventDlg Class Reference

#include <test_eventDlg.h>

List of all members.

Public Types

enum  { IDD = IDD_TEST_EVENT_DIALOG }

Public Member Functions

 Ctest_eventDlg (CWnd *pParent=NULL)
afx_msg void OnMouseMove (UINT nFlags, CPoint point)
afx_msg void OnLButtonDown (UINT nFlags, CPoint point)
afx_msg void OnTimer (UINT_PTR nIDEvent)
afx_msg void OnBnClickedButtonSetCenter ()
afx_msg void OnBnClickedButtonClearCenter ()
afx_msg void OnBnClickedButtonSetTouch0 ()
afx_msg void OnBnClickedButtonClearTouch0 ()
void DrawAnchor (void)
void DrawTouch (void)

Public Attributes

CPoint m_ptMouse
CString m_strMouseX
CString m_strMouseY
CString m_strMouseMsg
CString m_strLButton
CString m_strMouseY2
CString m_strMouseX2
CString m_strTspX0
CString m_strTspY0
CString m_strTspX1
CString m_strTspY1
bool m_bFlagSingleTouch
bool m_bFlagMtCenter
bool m_bFlagMtTouch0
bool m_bIsAnchorSet
CRect m_rectTouch
CPoint m_ptTouch0
CString m_strConsole
CEdit m_edtConsole
bool m_bFlagLButtonDown
bool m_bOldFlagLButtonDown

Protected Member Functions

virtual void DoDataExchange (CDataExchange *pDX)
virtual BOOL OnInitDialog ()
afx_msg void OnSysCommand (UINT nID, LPARAM lParam)
afx_msg void OnPaint ()
afx_msg HCURSOR OnQueryDragIcon ()

Protected Attributes

HICON m_hIcon

Member Enumeration Documentation

anonymous enum
Enumerator:
IDD 

Constructor & Destructor Documentation

Ctest_eventDlg::Ctest_eventDlg ( CWnd *  pParent = NULL )

Member Function Documentation

void Ctest_eventDlg::DoDataExchange ( CDataExchange *  pDX ) [protected, virtual]
void Ctest_eventDlg::DrawAnchor ( void   )
void Ctest_eventDlg::DrawTouch ( void   )
void Ctest_eventDlg::OnBnClickedButtonClearCenter (  )
void Ctest_eventDlg::OnBnClickedButtonClearTouch0 (  )
void Ctest_eventDlg::OnBnClickedButtonSetCenter (  )
void Ctest_eventDlg::OnBnClickedButtonSetTouch0 (  )
BOOL Ctest_eventDlg::OnInitDialog (  ) [protected, virtual]
void Ctest_eventDlg::OnLButtonDown ( UINT  nFlags,
CPoint  point 
)
void Ctest_eventDlg::OnMouseMove ( UINT  nFlags,
CPoint  point 
)
void Ctest_eventDlg::OnPaint (  ) [protected]
HCURSOR Ctest_eventDlg::OnQueryDragIcon (  ) [protected]
void Ctest_eventDlg::OnSysCommand ( UINT  nID,
LPARAM  lParam 
) [protected]
void Ctest_eventDlg::OnTimer ( UINT_PTR  nIDEvent )

Member Data Documentation

HICON Ctest_eventDlg::m_hIcon [protected]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines