#include <RobotRemoteDlg.h>
Public Types | |
IDD = IDD_ROBOTREMOTE_DIALOG2 | |
enum | { IDD = IDD_ROBOTREMOTE_DIALOG2 } |
Public Member Functions | |
CRobotRemoteDlg2 (CWnd *pParent=NULL) | |
void | update () |
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 void | OnTimer (UINT nIDEvent) |
afx_msg void | OnDestroy () |
Protected Attributes | |
HICON | m_hIcon |
Definition at line 68 of file RobotRemoteDlg.h.
anonymous enum |
CRobotRemoteDlg2::CRobotRemoteDlg2 | ( | CWnd * | pParent = NULL |
) |
void CRobotRemoteDlg2::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 158 of file RobotRemoteDlg.cpp.
void CRobotRemoteDlg2::OnDestroy | ( | ) | [protected] |
Definition at line 220 of file RobotRemoteDlg.cpp.
BOOL CRobotRemoteDlg2::OnInitDialog | ( | ) | [protected, virtual] |
void CRobotRemoteDlg2::OnPaint | ( | ) | [protected] |
Definition at line 199 of file RobotRemoteDlg.cpp.
References getRobotRemoteApp(), image, and ImageMethods::paintImage2CDCAsYUV().
void CRobotRemoteDlg2::OnSysCommand | ( | UINT | nID, | |
LPARAM | lParam | |||
) | [protected] |
Definition at line 193 of file RobotRemoteDlg.cpp.
void CRobotRemoteDlg2::OnTimer | ( | UINT | nIDEvent | ) | [protected] |
Definition at line 212 of file RobotRemoteDlg.cpp.
References getRobotRemoteApp(), and CRobotRemoteApp::OnIdle().
void CRobotRemoteDlg2::update | ( | ) |
Updates the buttons and bitmaps
Definition at line 174 of file RobotRemoteDlg.cpp.
Referenced by OnInitDialog(), and CRobotRemoteApp::updateDialogs().
HICON CRobotRemoteDlg2::m_hIcon [protected] |
Definition at line 86 of file RobotRemoteDlg.h.
Referenced by CRobotRemoteDlg2(), and OnInitDialog().