⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sort.h

📁 3D reconstruction, medical image processing from colons, using intel image processing for based clas
💻 H
字号:
#ifndef _SORT_H_#define _SORT_H_/////////////////////////////////////////////////////////////////////////////// RxSort command targetclass RxSort : public CObject{// Attributespublic:// Operationspublic:	// 家飘 瞪 单捞磐狼 鸥涝	enum EDataType {dtNULL, dtINT, dtSTRING, dtDATETIME, dtDEC, dtDOUBLE};	// 家飘 窃荐 	BOOL Sort(BOOL _bAsc, EDataType _dtype);			RxSort(CListCtrl* _pWnd, const int _iCol);	virtual ~RxSort();protected:		CListCtrl* pWnd;		static int CALLBACK Compare(LPARAM lParam1, LPARAM lParam2, LPARAM 	lParamSort);	struct CSortItem		{		CSortItem(const DWORD _dw, const CString& _txt);				DWORD dw; 				CString txt;		};	// Overridespublic:	// ClassWizard generated virtual function overrides// Implementationprotected:};#endif/////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

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