crashrpt2
List of all members
WTL::CSortListViewCtrl Class Reference
Inheritance diagram for WTL::CSortListViewCtrl:
WTL::CSortListViewCtrlImpl< CSortListViewCtrl > WTL::CSortListViewImpl< CSortListViewCtrl >

Additional Inherited Members

- Public Types inherited from WTL::CSortListViewImpl< CSortListViewCtrl >
enum  
 
- Public Member Functions inherited from WTL::CSortListViewCtrlImpl< CSortListViewCtrl >
bool SortItems (int iCol, bool bDescending=false)
 
- Public Member Functions inherited from WTL::CSortListViewImpl< CSortListViewCtrl >
void SetSortColumn (int iCol)
 
int GetSortColumn () const
 
void SetColumnSortType (int iCol, WORD wType)
 
WORD GetColumnSortType (int iCol) const
 
int GetColumnCount () const
 
bool IsSortDescending () const
 
DWORD GetSortListViewExtendedStyle () const
 
DWORD SetSortListViewExtendedStyle (DWORD dwExtendedStyle, DWORD dwMask=0)
 
bool DoSortItems (int iCol, bool bDescending=false)
 
void CreateSortBitmaps ()
 
void NotifyParentSortChanged (int iNewSortCol, int iOldSortCol)
 
int CompareItemsCustom (LVCompareParam *, LVCompareParam *, int)
 
void DrawSortBitmap (CDCHandle dc, int iBitmap, LPRECT prc)
 
double DateStrToDouble (LPCTSTR lpstr, DWORD dwFlags)
 
long StrToLong (LPCTSTR lpstr)
 
double StrToDouble (LPCTSTR lpstr)
 
bool StrToDecimal (LPCTSTR lpstr, DECIMAL *pDecimal)
 
LRESULT OnInsertColumn (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &)
 
LRESULT OnDeleteColumn (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &)
 
LRESULT OnHeaderItemClick (int, LPNMHDR pnmh, BOOL &bHandled)
 
LRESULT OnSettingChange (UINT, WPARAM wParam, LPARAM, BOOL &bHandled)
 
void GetSystemSettings ()
 
- Static Public Member Functions inherited from WTL::CSortListViewImpl< CSortListViewCtrl >
static int CALLBACK LVCompareText (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort)
 
static int CALLBACK LVCompareTextNoCase (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort)
 
static int CALLBACK LVCompareLong (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort)
 
static int CALLBACK LVCompareDouble (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort)
 
static int CALLBACK LVCompareCustom (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort)
 
static int CALLBACK LVCompareDecimal (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort)
 
- Public Attributes inherited from WTL::CSortListViewImpl< CSortListViewCtrl >
bool m_bSortDescending
 
bool m_bCommCtrl6
 
int m_iSortColumn
 
CBitmap m_bmSort [2]
 
int m_fmtOldSortCol
 
HBITMAP m_hbmOldSortCol
 
DWORD m_dwSortLVExtendedStyle
 
ATL::CSimpleArray< WORD > m_arrColSortType
 
bool m_bUseWaitCursor
 

The documentation for this class was generated from the following file: