Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members

PalViewDlg.h

00001 #if !defined(AFX_PALVIEWDLG_H__B222EB8D_89CE_464B_A3F7_39A5B9C22891__INCLUDED_)
00002 #define AFX_PALVIEWDLG_H__B222EB8D_89CE_464B_A3F7_39A5B9C22891__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // PalViewDlg.h : header file
00008 //
00009 
00010 /////////////////////////////////////////////////////////////////////////////
00011 // CPalViewDlg dialog
00012 
00013 class CPalViewDlg : public CDialog
00014 {
00015 // Construction
00016 public:
00017         CPalViewDlg(CWnd* pParent, PLPixel32 * pPal);   // standard constructor
00018 
00019 // Dialog Data
00020         //{{AFX_DATA(CPalViewDlg)
00021         enum { IDD = IDD_PALETTE };
00022         CStatic m_PalFrameCtrl;
00023         //}}AFX_DATA
00024 
00025 
00026 // Overrides
00027         // ClassWizard generated virtual function overrides
00028         //{{AFX_VIRTUAL(CPalViewDlg)
00029         protected:
00030         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00031         //}}AFX_VIRTUAL
00032 
00033 // Implementation
00034 protected:
00035 
00036         // Generated message map functions
00037         //{{AFX_MSG(CPalViewDlg)
00038         afx_msg void OnPaint();
00039         //}}AFX_MSG
00040         DECLARE_MESSAGE_MAP()
00041 
00042 private:
00043   PLPixel32 * m_pPal;
00044 };
00045 
00046 //{{AFX_INSERT_LOCATION}}
00047 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00048 
00049 #endif // !defined(AFX_PALVIEWDLG_H__B222EB8D_89CE_464B_A3F7_39A5B9C22891__INCLUDED_)

Generated on Sun Jun 6 13:42:21 2004 for paintlib by doxygen 1.3.2