|
ReactOS 0.4.16-dev-2284-g3529151
|
#include <CSortableHeader.hpp>

Classes | |
| struct | SortContext |
Public Member Functions | |
| INT | CompareFunc (LPARAM lParam1, LPARAM lParam2, SortContext *ctx) |
| void | ColumnClick (CListView &listView, LPNMLISTVIEW pnmv) |
| void | ReapplySorting (CListView &listView) |
| void | ApplySorting (CListView &listView, INT nHeaderID) |
Static Public Member Functions | |
| static INT CALLBACK | s_CompareFunc (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort) |
Private Attributes | |
| int | m_LastHeaderID = 0 |
| bool | m_Ascending = true |
Definition at line 8 of file CSortableHeader.hpp.
Definition at line 77 of file CSortableHeader.hpp.
Referenced by ColumnClick(), and ReapplySorting().
|
inline |
Definition at line 55 of file CSortableHeader.hpp.
Referenced by CCertMgrProperties::OnHeaderClicked().
|
inline |
Definition at line 30 of file CSortableHeader.hpp.
Definition at line 68 of file CSortableHeader.hpp.
Referenced by CCertMgrProperties::OnStoreChanged().
|
inlinestatic |
Definition at line 23 of file CSortableHeader.hpp.
Referenced by ApplySorting().
Definition at line 12 of file CSortableHeader.hpp.
Referenced by ApplySorting(), ColumnClick(), and CompareFunc().
|
private |
Definition at line 11 of file CSortableHeader.hpp.
Referenced by ApplySorting(), ColumnClick(), and ReapplySorting().