|
ReactOS 0.4.16-dev-1946-g52006dd
|
sorting of list controls More...
#include <window.h>


Public Member Functions | |
| ListSort (HWND hwndListview, PFNLVCOMPARE compare_fct) | |
| void | toggle_sort (int idx) |
| void | sort () |
Public Attributes | |
| int | _sort_crit |
| bool | _direction |
Static Protected Member Functions | |
| static int CALLBACK | CompareFunc (LPARAM lparam1, LPARAM lparam2, LPARAM lparamSort) |
Protected Attributes | |
| PFNLVCOMPARE | _compare_fct |
| ListSort::ListSort | ( | HWND | hwndListview, |
| PFNLVCOMPARE | compare_fct | ||
| ) |
Definition at line 1274 of file window.cpp.
|
staticprotected |
| void ListSort::sort | ( | ) |
Definition at line 1292 of file window.cpp.
Referenced by FindProgramDlg::Notify().
Definition at line 1282 of file window.cpp.
Referenced by FindProgramDlg::Notify().
|
protected |
| bool ListSort::_direction |
Definition at line 959 of file window.h.
Referenced by ListSort(), and toggle_sort().
| int ListSort::_sort_crit |
Definition at line 958 of file window.h.
Referenced by ListSort(), and toggle_sort().