Go to the source code of this file.
Namespaces | |
| namespace | listview_helper |
Functions | |
| unsigned | listview_helper::insert_item (HWND p_listview, unsigned p_index, const char *p_name, LPARAM p_param) |
| unsigned | listview_helper::insert_column (HWND p_listview, unsigned p_index, const char *p_name, unsigned p_width_dlu) |
| bool | listview_helper::set_item_text (HWND p_listview, unsigned p_index, unsigned p_column, const char *p_name) |
| bool | listview_helper::is_item_selected (HWND p_listview, unsigned p_index) |
| bool | listview_helper::set_item_selection (HWND p_listview, unsigned p_index, bool p_state) |
| bool | listview_helper::select_single_item (HWND p_listview, unsigned p_index) |
| bool | listview_helper::ensure_visible (HWND p_listview, unsigned p_index) |
| void | listview_helper::get_item_text (HWND p_listview, unsigned p_index, unsigned p_column, pfc::string_base &p_out) |
| static int | ListView_GetFirstSelection (HWND p_listview) |
| static int | ListView_GetSingleSelection (HWND p_listview) |
| static int | ListView_GetFocusItem (HWND p_listview) |
| static bool | ListView_IsItemSelected (HWND p_listview, int p_index) |
| bool | ListView_GetContextMenuPoint (HWND p_list, LPARAM p_coords, POINT &p_point, int &p_selection) |
| bool ListView_GetContextMenuPoint | ( | HWND | p_list, | |
| LPARAM | p_coords, | |||
| POINT & | p_point, | |||
| int & | p_selection | |||
| ) |
| static int ListView_GetFirstSelection | ( | HWND | p_listview | ) | [static] |
| static int ListView_GetFocusItem | ( | HWND | p_listview | ) | [static] |
| static int ListView_GetSingleSelection | ( | HWND | p_listview | ) | [static] |
| static bool ListView_IsItemSelected | ( | HWND | p_listview, | |
| int | p_index | |||
| ) | [static] |
1.5.5