FormFarbCodView.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include "visbsp_mfcDoc.h"
00004 
00005 
00006 // FormFarbCodView-Formularansicht
00007 
00012 class FormFarbCodView : public CFormView
00013 {
00014         DECLARE_DYNCREATE(FormFarbCodView)
00015 
00016 protected:
00017         FormFarbCodView();           // Dynamische Erstellung verwendet geschützten Konstruktor
00018         virtual ~FormFarbCodView();
00019 
00020 public:
00021         enum { IDD = IDD_FORMFARBCODVIEW };
00022 #ifdef _DEBUG
00023         virtual void AssertValid() const;
00024         virtual void Dump(CDumpContext& dc) const;
00025 #endif
00026         Cvisbsp_mfcDoc* GetDocument() const;
00027 
00028 protected:
00029         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV-Unterstützung
00030 
00031         DECLARE_MESSAGE_MAP()
00032 public:
00033         afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
00035         int nZoom;
00037         CSliderCtrl sldZoom;
00039         int m_nFarbCod;
00040         afx_msg void OnBnClickedFarbcode();
00041 
00043         void synchWithDoc();
00044 protected:
00045         virtual void OnUpdate(CView* /*pSender*/, LPARAM /*lHint*/, CObject* /*pHint*/);
00046 public:
00047         BOOL m_bFarbDarstellen;
00049         afx_msg void OnBnClickedChkDispFarb();
00050 };
00051 
00052 
00053 #ifndef _DEBUG  // Debugversion in visbsp_mfcView.cpp
00054 inline Cvisbsp_mfcDoc* FormFarbCodView::GetDocument() const
00055    { return reinterpret_cast<Cvisbsp_mfcDoc*>(m_pDocument); }
00056 #endif
00057 

Generated on Wed Jan 17 11:58:35 2007 for VisLuBsp1 by  doxygen 1.5.1-p1