#include <ControlDialog.h>
Collaboration diagram for CControlDialog:
Public Types | |
enum | { IDD = IDD_DIALOG1 } |
Public Member Functions | |
CControlDialog (CWnd *pParent=NULL) | |
virtual | ~CControlDialog () |
afx_msg void | OnBnClickedButton1 () |
void | setBrowser (IWebBrowser2 *inBrowser) |
afx_msg void | OnBnClickedButton2 () |
afx_msg void | OnBnClickedButton3 () |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
Protected Attributes | |
IWebBrowser2 * | mBrowser |
fstream | debugLog |
DSPlayer | mPlayer |
|
Definition at line 16 of file ControlDialog.h. |
|
Definition at line 13 of file ControlDialog.cpp. |
|
Definition at line 20 of file ControlDialog.cpp. |
|
Definition at line 28 of file ControlDialog.cpp. |
|
Definition at line 43 of file ControlDialog.cpp. |
|
Definition at line 65 of file ControlDialog.cpp. References debugLog, mPlayer, and DSPlayer::pause(). |
Here is the call graph for this function:
|
Definition at line 72 of file ControlDialog.cpp. References debugLog. |
|
Definition at line 52 of file ControlDialog.cpp. References debugLog, DSPlayer::loadFile(), mBrowser, mPlayer, and DSPlayer::play(). Referenced by CaxAnxOggPlayerCtrl::OnCreate(). |
Here is the call graph for this function:
|
Definition at line 21 of file ControlDialog.h. Referenced by OnBnClickedButton2(), OnBnClickedButton3(), setBrowser(), and ~CControlDialog(). |
|
Definition at line 20 of file ControlDialog.h. Referenced by setBrowser(), and ~CControlDialog(). |
|
Definition at line 22 of file ControlDialog.h. Referenced by OnBnClickedButton2(), and setBrowser(). |