sort.h

来自「3D reconstruction, medical image process」· C头文件 代码 · 共 43 行

H
43
字号
#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 + =
减小字号Ctrl + -
显示快捷键?