?? vc1394bcamdlg.h
字號:
// VC1394BCAMDlg.h : header file
//
//{{AFX_INCLUDES()
#include "cvdisplay.h"
#include "cvimage.h"
//}}AFX_INCLUDES
//#include "icvcImg.h"
//#include "icvcDriver.h"
//#include "icvcUtilities.h"
//#include "iDC_1394BCAM.h"
#if !defined(AFX_VC1394BCAMDLG_H__2EFEF364_A264_4747_AE41_04DF86B77B0A__INCLUDED_)
#define AFX_VC1394BCAMDLG_H__2EFEF364_A264_4747_AE41_04DF86B77B0A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CVC1394BCAMDlg dialog
class CVC1394BCAMDlg : public CDialog
{
// Construction
public:
CVC1394BCAMDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CVC1394BCAMDlg)
enum { IDD = IDD_VC1394BCAM_DIALOG };
CCVdisplay m_cvDisp;
CCVimage m_cvImg;
BOOL m_bGrab;
CString m_szCameraDetails;
CString m_szGet;
CString m_szSet;
CString m_szRegister;
CString m_szRegisterVal;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVC1394BCAMDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
void GetStrCommandID(DC_1394BCAM_PARAM CommandID, CString &csResult);
DC_1394BCAM_PARAM m_CommandID;
// Generated message map functions
//{{AFX_MSG(CVC1394BCAMDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBOpenimg();
afx_msg void OnBSaveimg();
afx_msg void OnCGrab();
afx_msg void OnImageSnapedCvimg();
afx_msg void OnBCameradetails();
afx_msg void OnBGetshutter();
afx_msg void OnBSetshutter();
afx_msg void OnRTrigdisabled();
afx_msg void OnRTrigasync();
afx_msg void OnBGet();
afx_msg void OnBSet();
afx_msg void OnRGain();
afx_msg void OnRBrightness();
afx_msg void OnRGamma();
afx_msg void OnRShutter();
afx_msg void OnBRegisterRead();
afx_msg void OnBRegisterWrite();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VC1394BCAMDLG_H__2EFEF364_A264_4747_AE41_04DF86B77B0A__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -