📄 data_compress_systemview.h
字号:
// Data_Compress_SystemView.h : interface of the CData_Compress_SystemView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_Data_Compress_SystemVIEW_H__FBEA09AE_FC50_11D5_B668_0010DCA65D26__INCLUDED_)
#define AFX_Data_Compress_SystemVIEW_H__FBEA09AE_FC50_11D5_B668_0010DCA65D26__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CData_Compress_SystemView : public CScrollView
{
public: // create from serialization only
CData_Compress_SystemView();
DECLARE_DYNCREATE(CData_Compress_SystemView)
// Attributes
public:
CData_Compress_SystemDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CData_Compress_SystemView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void OnInitialUpdate(); // called first time after construct
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void CalcWindowRect(LPRECT lpClientRect, UINT nAdjustType = adjustBorder);
virtual void OnActivateView(BOOL bActivate, CView* pActivateView, CView* pDeactiveView);
//}}AFX_VIRTUAL
// Implementation
public:
void jpegcode(int quality);
void DrawCircle(CPoint point);
int m_nInteract;
void DoEmboss(int nEmbossMode);
void CurrentRGB(CPoint point);
virtual ~CData_Compress_SystemView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CData_Compress_SystemView)
afx_msg void OnDoRealize(WPARAM wParam, LPARAM lParam);
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnEditCopy();
afx_msg void OnEditPaste();
afx_msg void OnUpdateEditPaste(CCmdUI* pCmdUI);
afx_msg void OnUpdateEditCopy(CCmdUI* pCmdUI);
afx_msg void OnTogray();
afx_msg void OnRgnGrow();
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
afx_msg void OnPointInvert();
afx_msg void OnPointEqua();
afx_msg void OnViewYIntensity();
afx_msg void OnViewRIntensity();
afx_msg void OnViewGIntensity();
afx_msg void OnViewBIntensity();
afx_msg void OnPointStre();
afx_msg void OnPointWind();
afx_msg void OnPointDt();
afx_msg void OnPointDz();
afx_msg void OnSetIntensity();
afx_msg void OnPointSml();
afx_msg void OnPointGml();
afx_msg void OnDynamicCompress();
afx_msg void OnGeomZoomin();
afx_msg void OnGeomZoomout();
afx_msg void OnFreqFour();
afx_msg void OnButterworthL();
afx_msg void OnEmboss_1();
afx_msg void OnEmboss_2();
afx_msg void OnEmboss_3();
afx_msg void OnEmboss_4();
afx_msg void OnEmboss_5();
afx_msg void OnEmboss_6();
afx_msg void OnEmboss_7();
afx_msg void OnEmboss_8();
afx_msg void OnButterworthH();
afx_msg void OnMutualFilter();
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnLineSmoothFilter();
afx_msg void OnLineQuickFilter();
afx_msg void OnMedianFilter();
// afx_msg void OnJpegEncoding();
afx_msg void OnJpegDecoding();
afx_msg void OnRetrorseFilter();
afx_msg void OnWienerFilter();
afx_msg void OnSobel();
afx_msg void OnPrewitt();
afx_msg void OnRoberts();
afx_msg void OnLaplacian();
afx_msg void OnGuassLaplacian();
afx_msg void OnHough();
afx_msg void OnKrisch();
afx_msg void OnContourdib();
afx_msg void OnTracedib();
afx_msg void OnIterateThreshold();
afx_msg void OnFreqDct();
afx_msg void OnFreqWalh();
afx_msg void OnHErosion();
afx_msg void OnVErosion();
afx_msg void OnHDilation();
afx_msg void OnVDilation();
afx_msg void OnOpenOperate();
afx_msg void OnCloseOperate();
afx_msg void OnVhErosion();
afx_msg void OnVhDilation();
afx_msg void OnThin();
afx_msg void OnRandomNoise();
afx_msg void OnSaltNoise();
afx_msg void OnPCXEncoding();
afx_msg void OnPCXDecoding();
afx_msg void OnInteract();
afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
afx_msg void OnInteractBlack();
afx_msg void OnInteractWhite();
afx_msg void OnLineSmoothFilter2();
afx_msg void OnLineSmoothFilter3();
afx_msg void OnOverrunFilter();
afx_msg void OnCutWave();
afx_msg void OnPSE_Filter();
afx_msg void OnMinPower();
afx_msg void OnRotate();
afx_msg void OnRectinication();
afx_msg void OnThick();
afx_msg void OnMat();
afx_msg void OnHuffman();
afx_msg void OnShannonFannon();
afx_msg void OnLzwEncoding();
afx_msg void OnLzwDecoding();
afx_msg void OnSetWatermarking();
afx_msg void OnGetWatermarking();
afx_msg void OnDwt();
afx_msg void OnIdwt();
afx_msg void OnSavePC();
afx_msg void OnLoadPC();
afx_msg void OnJpegEncoding1();
afx_msg void OnJpegEncoding3();
afx_msg void OnJpegEncoding();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in Data_Compress_SystemView.cpp
inline CData_Compress_SystemDoc* CData_Compress_SystemView::GetDocument()
{ return (CData_Compress_SystemDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_Data_Compress_SystemVIEW_H__FBEA09AE_FC50_11D5_B668_0010DCA65D26__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -