Main Page   Class Hierarchy   Compound List   File List   Compound Members  

MyDepthCodingDialog.h

00001 #if !defined(AFX_MYDEPTHCODINGDIALOG_H__05951A45_F753_4804_810A_B79836D8FFAA__INCLUDED_)
00002 #define AFX_MYDEPTHCODINGDIALOG_H__05951A45_F753_4804_810A_B79836D8FFAA__INCLUDED_
00003 
00004 #include "gl/gl.h"
00005 
00006 #if _MSC_VER > 1000
00007 #pragma once
00008 #endif // _MSC_VER > 1000
00009 // MyDepthCodingDialog.h : header file
00010 //
00011 
00013 // MyDepthCodingDialog dialog
00014 
00016 class MyDepthCodingDialog : public CDialog
00017 {
00018 // Construction
00019 public:
00021         int GetIntensity();
00023         void SetIntensity(int intensity);
00024         
00026         void GetColor(GLubyte *color);
00028         void SetColor(GLubyte *color);
00030         void SetDepthType(int depthType);
00032         int GetDepthType();
00033 
00035         CColorDialog m_ColorDialog;
00036 
00037         MyDepthCodingDialog(CWnd* pParent = NULL);   // standard constructor
00038 
00039 // Dialog Data
00040         //{{AFX_DATA(MyDepthCodingDialog)
00041         enum { IDD = IDD_DEPTHCODINGDIALOG };
00042         int             m_DepthType;
00043         int             m_Intensity;
00044         //}}AFX_DATA
00045 
00046 
00047 // Overrides
00048         // ClassWizard generated virtual function overrides
00049         //{{AFX_VIRTUAL(MyDepthCodingDialog)
00050         protected:
00051         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00052         //}}AFX_VIRTUAL
00053 
00054 // Implementation
00055 protected:
00056 
00057         // Generated message map functions
00058         //{{AFX_MSG(MyDepthCodingDialog)
00059         afx_msg void OnPaint();
00060         afx_msg void OnColorButton();
00061         virtual BOOL OnInitDialog();
00062         //}}AFX_MSG
00063         DECLARE_MESSAGE_MAP()
00064 };
00065 
00066 //{{AFX_INSERT_LOCATION}}
00067 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00068 
00069 #endif // !defined(AFX_MYDEPTHCODINGDIALOG_H__05951A45_F753_4804_810A_B79836D8FFAA__INCLUDED_)

Generated on Fri Aug 9 10:12:39 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002