wave_dlg.h

来自「wavlet compression on c++ only cods」· C头文件 代码 · 共 22 行

H
22
字号
// Copyright (c) 1999 Stephen T. Welstead. All rights reserved.
// File wave_dlg.h  Header for wavelet dialog

#ifndef WAVE_DLG_H
#define WAVE_DLG_H

#include "uwdlg.h"

#define NO_OF_WAVELETS 3

class twave_dialog: public tdialog {
   public:
   int wavelet_button [NO_OF_WAVELETS];
   int wavelet_choice;
   twave_dialog (HWND Parent,int init_value);
   virtual BOOL respond_wm_initdialog(void);
   virtual BOOL respond_wm_command (WPARAM wParam,LPARAM lParam);
   virtual BOOL exec_dialog (void);
   virtual ~twave_dialog (void);
   };

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?