📄 wltview.h
字号:
// wltView.h : interface of the CWltView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_WLTVIEW_H__A37C74FA_3305_4E7D_816F_6B7DDC5FEBDD__INCLUDED_)
#define AFX_WLTVIEW_H__A37C74FA_3305_4E7D_816F_6B7DDC5FEBDD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "CDib.h"
class CWltView : public CView
{
protected: // create from serialization only
CWltView();
DECLARE_DYNCREATE(CWltView)
// Attributes
public:
CWltDoc* GetDocument();
public:
CDib CDibNew1;
int OP;
int GP;
int CODER;
// Operations
public:
int height;
int width;
int height_s;
int width_s;
int scale;
int TH;
int rc_L;
int gc_L;
int bc_L;
BYTE* rc;
BYTE* gc;
BYTE* bc;
char* rcs;
char* gcs;
char* bcs;
long rcs_L;
long gcs_L;
long bcs_L;
double dlenr;
short* pah;
BYTE* pWAVdata;
BYTE* pEZWdata;
double* pW;
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWltView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CWltView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CWltView)
afx_msg void OnOpenbmp();
afx_msg void OnSaveasezw();
afx_msg void OnOpenezw();
afx_msg void OnWavetr();
afx_msg void OnWavein();
afx_msg void OnSetDecoderD();
afx_msg void OnSavewavelet();
afx_msg void OnSavedclenrP();
afx_msg void OnSetHFilter();
afx_msg void OnSavedrBMP();
afx_msg void OnChangetograyP();
afx_msg void OnSavetoSpiht();
afx_msg void OnOpenSpiht();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in wltView.cpp
inline CWltDoc* CWltView::GetDocument()
{ return (CWltDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_WLTVIEW_H__A37C74FA_3305_4E7D_816F_6B7DDC5FEBDD__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -