ControlDialog.h

Go to the documentation of this file.
00001 #pragma once
00002 #include "DSPlayer.h"
00003 #include <fstream>
00004 using namespace std;
00005 // CControlDialog dialog
00006 
00007 class CControlDialog : public CDialog
00008 {
00009         DECLARE_DYNAMIC(CControlDialog)
00010 
00011 public:
00012         CControlDialog(CWnd* pParent = NULL);   // standard constructor
00013         virtual ~CControlDialog();
00014 
00015 // Dialog Data
00016         enum { IDD = IDD_DIALOG1 };
00017 
00018 protected:
00019         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00020         IWebBrowser2* mBrowser;
00021         fstream debugLog;
00022         DSPlayer mPlayer;
00023         DECLARE_MESSAGE_MAP()
00024 public:
00025         afx_msg void OnBnClickedButton1();
00026 
00027         void setBrowser(IWebBrowser2* inBrowser);
00028         afx_msg void OnBnClickedButton2();
00029         afx_msg void OnBnClickedButton3();
00030 };

Generated on Tue Feb 15 14:54:23 2005 for oggdsf by  doxygen 1.3.9