ReactOS 0.4.15-dev-8621-g4b051b9
|
Definition at line 217 of file listview.c.
BOOL tagLISTVIEW_INFO::autoSpacing |
Definition at line 276 of file listview.c.
Referenced by LISTVIEW_NCCreate(), LISTVIEW_SetIconSpacing(), and LISTVIEW_SetImageList().
BOOL tagLISTVIEW_INFO::bDragging |
Definition at line 315 of file listview.c.
Referenced by LISTVIEW_LButtonDown(), LISTVIEW_LButtonUp(), and LISTVIEW_MouseMove().
BOOL tagLISTVIEW_INFO::bFocus |
Definition at line 293 of file listview.c.
Referenced by LISTVIEW_DelayedEditItem(), LISTVIEW_DrawItem(), LISTVIEW_DrawItemPart(), LISTVIEW_GetItemBox(), LISTVIEW_GetItemRect(), LISTVIEW_HitTest(), LISTVIEW_KillFocus(), LISTVIEW_LButtonDown(), LISTVIEW_RButtonDown(), LISTVIEW_Refresh(), LISTVIEW_RefreshOwnerDraw(), LISTVIEW_SetFocus(), and prepaint_setup().
BOOL tagLISTVIEW_INFO::bIsDrawing |
Definition at line 329 of file listview.c.
Referenced by LISTVIEW_Refresh(), and LISTVIEW_SetItemT().
BOOL tagLISTVIEW_INFO::bLButtonDown |
Definition at line 314 of file listview.c.
Referenced by LISTVIEW_LButtonDown(), LISTVIEW_LButtonUp(), and LISTVIEW_MouseMove().
BOOL tagLISTVIEW_INFO::bMarqueeSelect |
Definition at line 286 of file listview.c.
Referenced by LISTVIEW_KillFocus(), LISTVIEW_LButtonDown(), LISTVIEW_LButtonUp(), LISTVIEW_MouseMove(), and LISTVIEW_Refresh().
BOOL tagLISTVIEW_INFO::bNoItemMetrics |
Definition at line 252 of file listview.c.
Referenced by LISTVIEW_NCCreate(), and LISTVIEW_Paint().
BOOL tagLISTVIEW_INFO::bScrolling |
Definition at line 287 of file listview.c.
Referenced by LISTVIEW_KillFocus(), LISTVIEW_LButtonDown(), LISTVIEW_LButtonUp(), and LISTVIEW_MouseMove().
WPARAM tagLISTVIEW_INFO::charCode |
Definition at line 324 of file listview.c.
Referenced by LISTVIEW_ProcessLetterKeys().
COLORREF tagLISTVIEW_INFO::clrBk |
Definition at line 299 of file listview.c.
Referenced by LISTVIEW_DrawItemPart(), LISTVIEW_EraseBkgnd(), LISTVIEW_NCCreate(), LISTVIEW_NCDestroy(), LISTVIEW_SetBkColor(), and LISTVIEW_WindowProc().
COLORREF tagLISTVIEW_INFO::clrText |
Definition at line 300 of file listview.c.
Referenced by customdraw_fill(), LISTVIEW_NCCreate(), LISTVIEW_SetTextColor(), and LISTVIEW_WindowProc().
COLORREF tagLISTVIEW_INFO::clrTextBk |
Definition at line 301 of file listview.c.
Referenced by customdraw_fill(), LISTVIEW_NCCreate(), LISTVIEW_SetTextBkColor(), and LISTVIEW_WindowProc().
BOOL tagLISTVIEW_INFO::colRectsDirty |
Definition at line 249 of file listview.c.
Referenced by LISTVIEW_GetColumnInfo(), LISTVIEW_NCCreate(), LISTVIEW_Notify(), and LISTVIEW_SetColumnOrderArray().
POINT tagLISTVIEW_INFO::currIconPos |
Definition at line 279 of file listview.c.
Referenced by LISTVIEW_Arrange(), LISTVIEW_NextIconPosLeft(), and LISTVIEW_NextIconPosTop().
INT tagLISTVIEW_INFO::cWheelRemainder |
Definition at line 320 of file listview.c.
Referenced by LISTVIEW_KillFocus(), LISTVIEW_MouseWheel(), and LISTVIEW_NCCreate().
DWORD tagLISTVIEW_INFO::dwHoverTime |
Definition at line 318 of file listview.c.
Referenced by LISTVIEW_MouseMove(), LISTVIEW_NCCreate(), LISTVIEW_SetHoverTime(), and LISTVIEW_WindowProc().
DWORD tagLISTVIEW_INFO::dwLvExStyle |
Definition at line 262 of file listview.c.
Referenced by LISTVIEW_DrawItem(), LISTVIEW_DrawItemPart(), LISTVIEW_EraseBkgnd(), LISTVIEW_GetItemBox(), LISTVIEW_GetItemMetrics(), LISTVIEW_GetItemRect(), LISTVIEW_GetItemT(), LISTVIEW_HitTest(), LISTVIEW_InsertItemT(), LISTVIEW_IsHeaderEnabled(), LISTVIEW_IsHotTracking(), LISTVIEW_KeyDown(), LISTVIEW_LButtonDown(), LISTVIEW_MouseMove(), LISTVIEW_Notify(), LISTVIEW_Refresh(), LISTVIEW_RefreshReport(), LISTVIEW_SetBkColor(), LISTVIEW_SetColumnWidth(), LISTVIEW_SetExtendedListViewStyle(), LISTVIEW_SetItemPosition(), LISTVIEW_SetItemT(), LISTVIEW_StyleChanged(), LISTVIEW_UpdateSize(), LISTVIEW_WindowProc(), and prepaint_setup().
DWORD tagLISTVIEW_INFO::dwStyle |
Definition at line 261 of file listview.c.
Referenced by is_autoarrange(), LISTVIEW_AddGroupSelection(), LISTVIEW_Arrange(), LISTVIEW_Create(), LISTVIEW_CreateHeader(), LISTVIEW_DeleteAllItems(), LISTVIEW_DeleteColumn(), LISTVIEW_DeleteItem(), LISTVIEW_EditLabelT(), LISTVIEW_Enable(), LISTVIEW_EndEditLabelT(), LISTVIEW_FindItemW(), LISTVIEW_GetItemMetrics(), LISTVIEW_GetItemT(), LISTVIEW_HitTest(), LISTVIEW_InsertColumnT(), LISTVIEW_InsertItemT(), LISTVIEW_IsHeaderEnabled(), LISTVIEW_KeySelection(), LISTVIEW_LButtonDown(), LISTVIEW_MapIdToIndex(), LISTVIEW_MapIndexToId(), LISTVIEW_MouseMove(), LISTVIEW_NCCreate(), LISTVIEW_NCDestroy(), LISTVIEW_ProcessLetterKeys(), LISTVIEW_Refresh(), LISTVIEW_SetExtendedListViewStyle(), LISTVIEW_SetGroupSelection(), LISTVIEW_SetItemCount(), LISTVIEW_SetItemState(), LISTVIEW_SetItemT(), LISTVIEW_SetItemTextT(), LISTVIEW_SetView(), LISTVIEW_ShowFocusRect(), LISTVIEW_ShowWindow(), LISTVIEW_SortItems(), LISTVIEW_StyleChanged(), LISTVIEW_UpdateHeaderSize(), LISTVIEW_UpdateScroll(), LISTVIEW_WindowProc(), map_style_view(), prepaint_setup(), set_main_item(), and set_sub_item().
WNDPROC tagLISTVIEW_INFO::EditWndProc |
Definition at line 267 of file listview.c.
Referenced by CreateEditLabelT(), and EditLblWndProcT().
HBRUSH tagLISTVIEW_INFO::hBkBrush |
Definition at line 298 of file listview.c.
Referenced by LISTVIEW_CreateDragImage(), LISTVIEW_FillBkgnd(), LISTVIEW_NCDestroy(), and LISTVIEW_SetBkColor().
HFONT tagLISTVIEW_INFO::hDefaultFont |
Definition at line 307 of file listview.c.
Referenced by LISTVIEW_GetItemMetrics(), LISTVIEW_GetStringWidthT(), LISTVIEW_NCCreate(), LISTVIEW_NCDestroy(), LISTVIEW_SaveTextMetrics(), LISTVIEW_SetFont(), and LISTVIEW_ShowFocusRect().
HDPA tagLISTVIEW_INFO::hdpaColumns |
Definition at line 248 of file listview.c.
Referenced by LISTVIEW_CalculateItemWidth(), LISTVIEW_DeleteColumn(), LISTVIEW_DrawItemPart(), LISTVIEW_GetColumnInfo(), LISTVIEW_GetColumnT(), LISTVIEW_GetItemOrigin(), LISTVIEW_HitTest(), LISTVIEW_InsertColumnT(), LISTVIEW_NCCreate(), LISTVIEW_NCDestroy(), LISTVIEW_Notify(), LISTVIEW_RefreshReport(), LISTVIEW_RefreshReportGrid(), LISTVIEW_ScrollColumns(), LISTVIEW_SetColumnT(), LISTVIEW_SetColumnWidth(), LISTVIEW_SetItemT(), LISTVIEW_UpdateHScroll(), and set_sub_item().
HDPA tagLISTVIEW_INFO::hdpaItemIds |
Definition at line 240 of file listview.c.
Referenced by get_next_itemid(), LISTVIEW_DeleteAllItems(), LISTVIEW_DeleteItem(), LISTVIEW_InsertItemT(), LISTVIEW_MapIdToIndex(), LISTVIEW_NCCreate(), and LISTVIEW_NCDestroy().
HDPA tagLISTVIEW_INFO::hdpaItems |
Definition at line 239 of file listview.c.
Referenced by LISTVIEW_CallBackCompareEx(), LISTVIEW_DeleteAllItems(), LISTVIEW_DeleteColumn(), LISTVIEW_DeleteItem(), LISTVIEW_EndEditLabelT(), LISTVIEW_GetItemT(), LISTVIEW_InsertColumnT(), LISTVIEW_InsertItemT(), LISTVIEW_IsItemVisible(), LISTVIEW_MapIdToIndex(), LISTVIEW_MapIndexToId(), LISTVIEW_NCCreate(), LISTVIEW_NCDestroy(), LISTVIEW_SortItems(), set_main_item(), and set_sub_item().
HDPA tagLISTVIEW_INFO::hdpaPosX |
Definition at line 241 of file listview.c.
Referenced by iterator_frameditems_absolute(), LISTVIEW_DeleteAllItems(), LISTVIEW_DeleteItem(), LISTVIEW_GetAreaRect(), LISTVIEW_GetItemOrigin(), LISTVIEW_InsertItemT(), LISTVIEW_MoveIconTo(), LISTVIEW_NCCreate(), and LISTVIEW_NCDestroy().
HDPA tagLISTVIEW_INFO::hdpaPosY |
Definition at line 242 of file listview.c.
Referenced by iterator_frameditems_absolute(), LISTVIEW_DeleteAllItems(), LISTVIEW_DeleteItem(), LISTVIEW_GetAreaRect(), LISTVIEW_GetItemOrigin(), LISTVIEW_InsertItemT(), LISTVIEW_MoveIconTo(), LISTVIEW_NCCreate(), and LISTVIEW_NCDestroy().
HFONT tagLISTVIEW_INFO::hFont |
Definition at line 308 of file listview.c.
Referenced by CreateEditLabelT(), LISTVIEW_CreateDragImage(), LISTVIEW_CreateHeader(), LISTVIEW_EditLabelT(), LISTVIEW_GetItemMetrics(), LISTVIEW_GetStringWidthT(), LISTVIEW_NCCreate(), LISTVIEW_NCDestroy(), LISTVIEW_Refresh(), LISTVIEW_RefreshList(), LISTVIEW_RefreshReport(), LISTVIEW_SaveTextMetrics(), LISTVIEW_SetFont(), LISTVIEW_ShowFocusRect(), and LISTVIEW_WindowProc().
HCURSOR tagLISTVIEW_INFO::hHotCursor |
Definition at line 319 of file listview.c.
Referenced by LISTVIEW_SetCursor(), LISTVIEW_SetHotCursor(), and LISTVIEW_WindowProc().
HIMAGELIST tagLISTVIEW_INFO::himlNormal |
Definition at line 272 of file listview.c.
Referenced by LISTVIEW_Create(), LISTVIEW_DrawItemPart(), LISTVIEW_GetImageList(), LISTVIEW_GetItemMetrics(), LISTVIEW_NCDestroy(), LISTVIEW_SetIconSpacing(), LISTVIEW_SetImageList(), LISTVIEW_SetView(), and LISTVIEW_StyleChanged().
HIMAGELIST tagLISTVIEW_INFO::himlSmall |
Definition at line 273 of file listview.c.
Referenced by LISTVIEW_CalculateItemHeight(), LISTVIEW_CalculateItemWidth(), LISTVIEW_CreateHeader(), LISTVIEW_DrawItemPart(), LISTVIEW_GetImageList(), LISTVIEW_GetItemMetrics(), LISTVIEW_GetSubItemRect(), LISTVIEW_NCDestroy(), LISTVIEW_SetColumnWidth(), LISTVIEW_SetImageList(), LISTVIEW_SetView(), and LISTVIEW_StyleChanged().
HIMAGELIST tagLISTVIEW_INFO::himlState |
Definition at line 274 of file listview.c.
Referenced by LISTVIEW_CalculateItemHeight(), LISTVIEW_CalculateItemWidth(), LISTVIEW_Create(), LISTVIEW_DrawItemPart(), LISTVIEW_GetImageList(), LISTVIEW_GetItemMetrics(), LISTVIEW_HitTest(), LISTVIEW_NCDestroy(), LISTVIEW_SetExtendedListViewStyle(), and LISTVIEW_SetImageList().
HWND tagLISTVIEW_INFO::hwndEdit |
Definition at line 266 of file listview.c.
Referenced by EditLblWndProcT(), LISTVIEW_CancelEditLabel(), LISTVIEW_Command(), LISTVIEW_DrawItemPart(), LISTVIEW_EditLabelT(), LISTVIEW_EndEditLabelT(), LISTVIEW_HScroll(), LISTVIEW_SetView(), LISTVIEW_StyleChanged(), LISTVIEW_VScroll(), and LISTVIEW_WindowProc().
HWND tagLISTVIEW_INFO::hwndHeader |
Definition at line 282 of file listview.c.
Referenced by LISTVIEW_CalculateItemWidth(), LISTVIEW_Create(), LISTVIEW_CreateHeader(), LISTVIEW_DeleteColumn(), LISTVIEW_DrawItemPart(), LISTVIEW_GetColumnInfo(), LISTVIEW_GetColumnOrderArray(), LISTVIEW_GetColumnT(), LISTVIEW_GetColumnWidth(), LISTVIEW_GetItemBox(), LISTVIEW_GetSubItemRect(), LISTVIEW_InsertColumnT(), LISTVIEW_NCCreate(), LISTVIEW_Notify(), LISTVIEW_Paint(), LISTVIEW_RefreshReport(), LISTVIEW_RefreshReportGrid(), LISTVIEW_ScrollColumns(), LISTVIEW_SetColumnOrderArray(), LISTVIEW_SetColumnT(), LISTVIEW_SetColumnWidth(), LISTVIEW_SetExtendedListViewStyle(), LISTVIEW_SetFont(), LISTVIEW_SetImageList(), LISTVIEW_SetView(), LISTVIEW_ShowWindow(), LISTVIEW_StyleChanged(), LISTVIEW_UpdateHeaderSize(), LISTVIEW_UpdateHScroll(), LISTVIEW_UpdateSize(), and LISTVIEW_WindowProc().
HWND tagLISTVIEW_INFO::hwndNotify |
Definition at line 230 of file listview.c.
Referenced by LISTVIEW_Command(), LISTVIEW_Create(), LISTVIEW_EraseBkgnd(), LISTVIEW_NCCreate(), LISTVIEW_NotifyFormat(), LISTVIEW_RefreshOwnerDraw(), LISTVIEW_ShowFocusRect(), notify_forward_header(), notify_hdr(), and notify_measureitem().
HWND tagLISTVIEW_INFO::hwndSelf |
Definition at line 220 of file listview.c.
Referenced by column_fill_hditem(), CreateEditLabelT(), LISTVIEW_AddGroupSelection(), LISTVIEW_Create(), LISTVIEW_CreateCheckBoxIL(), LISTVIEW_CreateDragImage(), LISTVIEW_CreateHeader(), LISTVIEW_Destroy(), LISTVIEW_DrawTrackLine(), LISTVIEW_EditLabelT(), LISTVIEW_Enable(), LISTVIEW_EndEditLabelT(), LISTVIEW_GetColumnWidth(), LISTVIEW_GetItemMetrics(), LISTVIEW_GetItemRect(), LISTVIEW_GetOrigin(), LISTVIEW_GetStringWidthT(), LISTVIEW_GetTopIndex(), LISTVIEW_HScroll(), LISTVIEW_InsertItemT(), LISTVIEW_InvalidateRect(), LISTVIEW_IsItemVisible(), LISTVIEW_KeyDown(), LISTVIEW_KeySelection(), LISTVIEW_KillFocus(), LISTVIEW_LButtonDblClk(), LISTVIEW_LButtonDown(), LISTVIEW_LButtonUp(), LISTVIEW_MouseHover(), LISTVIEW_MouseMove(), LISTVIEW_NCCreate(), LISTVIEW_NCDestroy(), LISTVIEW_NCPaint(), LISTVIEW_NotifyFormat(), LISTVIEW_Paint(), LISTVIEW_PrintClient(), LISTVIEW_RButtonDown(), LISTVIEW_Refresh(), LISTVIEW_RefreshOwnerDraw(), LISTVIEW_SaveTextMetrics(), LISTVIEW_ScrollColumns(), LISTVIEW_ScrollOnInsert(), LISTVIEW_ScrollTimer(), LISTVIEW_SetBkColor(), LISTVIEW_SetColumnWidth(), LISTVIEW_SetCursor(), LISTVIEW_SetItemT(), LISTVIEW_SetView(), LISTVIEW_ShowFocusRect(), LISTVIEW_ShowWindow(), LISTVIEW_StyleChanged(), LISTVIEW_ThemeChanged(), LISTVIEW_TrackMouse(), LISTVIEW_UpdateHeaderSize(), LISTVIEW_UpdateHScroll(), LISTVIEW_UpdateScroll(), LISTVIEW_UpdateSize(), LISTVIEW_UpdateVScroll(), LISTVIEW_VScroll(), LISTVIEW_WindowProc(), LISTVIEW_WMPaint(), notify(), notify_click(), notify_deleteitem(), notify_hdr(), notify_measureitem(), scroll_list(), and set_main_item().
HWND tagLISTVIEW_INFO::hwndToolTip |
Definition at line 235 of file listview.c.
Referenced by LISTVIEW_SetToolTips(), and LISTVIEW_WindowProc().
SIZE tagLISTVIEW_INFO::iconSize |
Definition at line 275 of file listview.c.
Referenced by LISTVIEW_CalculateItemHeight(), LISTVIEW_CalculateItemWidth(), LISTVIEW_Create(), LISTVIEW_GetItemMetrics(), LISTVIEW_GetItemPosition(), LISTVIEW_GetSubItemRect(), LISTVIEW_SetColumnWidth(), LISTVIEW_SetIconSpacing(), LISTVIEW_SetImageList(), LISTVIEW_SetItemPosition(), LISTVIEW_SetView(), and LISTVIEW_StyleChanged().
SIZE tagLISTVIEW_INFO::iconSpacing |
Definition at line 277 of file listview.c.
Referenced by LISTVIEW_ApproximateViewRect(), LISTVIEW_CalculateItemHeight(), LISTVIEW_CalculateItemWidth(), LISTVIEW_GetItemSpacing(), LISTVIEW_NCCreate(), and LISTVIEW_SetIconSpacing().
SIZE tagLISTVIEW_INFO::iconStateSize |
Definition at line 278 of file listview.c.
Referenced by LISTVIEW_CalculateItemHeight(), LISTVIEW_CalculateItemWidth(), LISTVIEW_Create(), LISTVIEW_GetItemMetrics(), and LISTVIEW_SetImageList().
DELAYED_ITEM_EDIT tagLISTVIEW_INFO::itemEdit |
Definition at line 269 of file listview.c.
Referenced by LISTVIEW_LButtonDblClk(), LISTVIEW_LButtonUp(), and LISTVIEW_NCCreate().
DWORD tagLISTVIEW_INFO::iVersion |
Definition at line 334 of file listview.c.
Referenced by LISTVIEW_GetVersion(), LISTVIEW_NCCreate(), and LISTVIEW_SetVersion().
DWORD tagLISTVIEW_INFO::lastKeyPressTimestamp |
Definition at line 323 of file listview.c.
Referenced by LISTVIEW_ProcessLetterKeys().
LPARAM tagLISTVIEW_INFO::lParamSort |
Definition at line 258 of file listview.c.
Referenced by LISTVIEW_CallBackCompare(), LISTVIEW_CallBackCompareEx(), and LISTVIEW_SortItems().
RECT tagLISTVIEW_INFO::marqueeDrawRect |
Definition at line 289 of file listview.c.
Referenced by LISTVIEW_LButtonUp(), LISTVIEW_MarqueeHighlight(), and LISTVIEW_Refresh().
POINT tagLISTVIEW_INFO::marqueeOrigin |
Definition at line 290 of file listview.c.
Referenced by LISTVIEW_MarqueeHighlight(), and LISTVIEW_MouseMove().
RECT tagLISTVIEW_INFO::marqueeRect |
Definition at line 288 of file listview.c.
Referenced by LISTVIEW_KillFocus(), LISTVIEW_LButtonUp(), LISTVIEW_MarqueeHighlight(), and LISTVIEW_MouseMove().
INT tagLISTVIEW_INFO::nEditLabelItem |
Definition at line 268 of file listview.c.
Referenced by LISTVIEW_DrawItemPart(), LISTVIEW_EditLabelT(), LISTVIEW_EndEditLabelT(), LISTVIEW_LButtonDown(), LISTVIEW_LButtonUp(), and LISTVIEW_NCCreate().
INT tagLISTVIEW_INFO::nEllipsisWidth |
Definition at line 311 of file listview.c.
Referenced by LISTVIEW_Notify(), and LISTVIEW_SaveTextMetrics().
INT tagLISTVIEW_INFO::nFocusedItem |
Definition at line 294 of file listview.c.
Referenced by iterator_frameditems_absolute(), LISTVIEW_DeleteAllItems(), LISTVIEW_DeleteItem(), LISTVIEW_GetItemT(), LISTVIEW_GetNextItem(), LISTVIEW_InsertItemT(), LISTVIEW_KeyDown(), LISTVIEW_NCCreate(), LISTVIEW_ProcessLetterKeys(), LISTVIEW_Refresh(), LISTVIEW_SetItemCount(), LISTVIEW_SetItemFocus(), LISTVIEW_SetItemState(), LISTVIEW_ShiftFocus(), LISTVIEW_ShowFocusRect(), LISTVIEW_SortItems(), and set_main_item().
INT tagLISTVIEW_INFO::nHotItem |
Definition at line 245 of file listview.c.
Referenced by customdraw_fill(), LISTVIEW_NCCreate(), LISTVIEW_SetHotItem(), and LISTVIEW_WindowProc().
INT tagLISTVIEW_INFO::nItemCount |
Definition at line 238 of file listview.c.
Referenced by iterator_frameditems_absolute(), LISTVIEW_ApproximateViewRect(), LISTVIEW_Arrange(), LISTVIEW_CalculateItemWidth(), LISTVIEW_CreateDragImage(), LISTVIEW_DeleteAllItems(), LISTVIEW_DeleteColumn(), LISTVIEW_DeleteItem(), LISTVIEW_EditLabelT(), LISTVIEW_FindItemW(), LISTVIEW_GetAreaRect(), LISTVIEW_GetCountPerPage(), LISTVIEW_GetItemExtT(), LISTVIEW_GetItemPosition(), LISTVIEW_GetItemRect(), LISTVIEW_GetItemState(), LISTVIEW_GetItemT(), LISTVIEW_GetItemTextT(), LISTVIEW_GetNextItem(), LISTVIEW_GetSelectedCount(), LISTVIEW_InsertColumnT(), LISTVIEW_InsertItemT(), LISTVIEW_InvalidateItem(), LISTVIEW_KeyDown(), LISTVIEW_MapIdToIndex(), LISTVIEW_MapIndexToId(), LISTVIEW_Paint(), LISTVIEW_ProcessLetterKeys(), LISTVIEW_RedrawItems(), LISTVIEW_Refresh(), LISTVIEW_ScrollOnInsert(), LISTVIEW_SetColumnWidth(), LISTVIEW_SetItemCount(), LISTVIEW_SetItemPosition(), LISTVIEW_SetItemState(), LISTVIEW_SetItemT(), LISTVIEW_SetItemTextT(), LISTVIEW_ShiftIndices(), LISTVIEW_SortItems(), LISTVIEW_Update(), LISTVIEW_UpdateHScroll(), LISTVIEW_UpdateVScroll(), LISTVIEW_WindowProc(), set_main_item(), and shift_item().
INT tagLISTVIEW_INFO::nItemHeight |
Definition at line 253 of file listview.c.
Referenced by iterator_frameditems_absolute(), iterator_visibleitems(), LISTVIEW_ApproximateViewRect(), LISTVIEW_EnsureVisible(), LISTVIEW_FindItemW(), LISTVIEW_GetAreaRect(), LISTVIEW_GetCountPerColumn(), LISTVIEW_GetItemMetrics(), LISTVIEW_GetItemOrigin(), LISTVIEW_GetItemSpacing(), LISTVIEW_GetOrigin(), LISTVIEW_GetSubItemRect(), LISTVIEW_GetTopIndex(), LISTVIEW_InvalidateSubItem(), LISTVIEW_IsItemVisible(), LISTVIEW_NextIconPosLeft(), LISTVIEW_NextIconPosTop(), LISTVIEW_RefreshOwnerDraw(), LISTVIEW_RefreshReport(), LISTVIEW_Scroll(), LISTVIEW_ScrollOnInsert(), LISTVIEW_SetFont(), LISTVIEW_SetImageList(), LISTVIEW_SetItemCount(), LISTVIEW_SetItemPosition(), LISTVIEW_ShowFocusRect(), LISTVIEW_Size(), LISTVIEW_UpdateItemSize(), LISTVIEW_UpdateVScroll(), LISTVIEW_VScroll(), and notify_measureitem().
INT tagLISTVIEW_INFO::nItemWidth |
Definition at line 254 of file listview.c.
Referenced by iterator_frameditems_absolute(), iterator_visibleitems(), LISTVIEW_ApproximateViewRect(), LISTVIEW_EnsureVisible(), LISTVIEW_FindItemW(), LISTVIEW_GetAreaRect(), LISTVIEW_GetColumnWidth(), LISTVIEW_GetCountPerRow(), LISTVIEW_GetItemMetrics(), LISTVIEW_GetItemOrigin(), LISTVIEW_GetItemPosition(), LISTVIEW_GetItemSpacing(), LISTVIEW_GetOrigin(), LISTVIEW_HScroll(), LISTVIEW_IsItemVisible(), LISTVIEW_NextIconPosLeft(), LISTVIEW_NextIconPosTop(), LISTVIEW_Notify(), LISTVIEW_RefreshOwnerDraw(), LISTVIEW_ScrollColumns(), LISTVIEW_ScrollOnInsert(), LISTVIEW_SetColumnWidth(), LISTVIEW_SetItemCount(), LISTVIEW_SetItemPosition(), LISTVIEW_UpdateHScroll(), and LISTVIEW_UpdateItemSize().
INT tagLISTVIEW_INFO::nLButtonDownItem |
Definition at line 317 of file listview.c.
Referenced by LISTVIEW_LButtonDown(), LISTVIEW_LButtonUp(), LISTVIEW_MouseMove(), and LISTVIEW_NCCreate().
INT tagLISTVIEW_INFO::nMeasureItemHeight |
Definition at line 330 of file listview.c.
Referenced by LISTVIEW_CalculateItemHeight(), LISTVIEW_NCCreate(), and notify_measureitem().
DWORD tagLISTVIEW_INFO::notify_mask |
Definition at line 231 of file listview.c.
Referenced by LISTVIEW_AddGroupSelection(), LISTVIEW_Command(), LISTVIEW_EndEditLabelT(), LISTVIEW_NCCreate(), LISTVIEW_SetGroupSelection(), LISTVIEW_SetItemState(), LISTVIEW_ShiftFocus(), and set_main_item().
SHORT tagLISTVIEW_INFO::notifyFormat |
Definition at line 229 of file listview.c.
Referenced by LISTVIEW_Create(), LISTVIEW_NotifyFormat(), LISTVIEW_SetUnicodeFormat(), LISTVIEW_WindowProc(), notify_dispinfoT(), and notify_forward_header().
INT tagLISTVIEW_INFO::nSearchParamLength |
Definition at line 325 of file listview.c.
Referenced by LISTVIEW_ProcessLetterKeys().
INT tagLISTVIEW_INFO::nSelectionMark |
Definition at line 244 of file listview.c.
Referenced by LISTVIEW_AddGroupSelection(), LISTVIEW_DeleteAllItems(), LISTVIEW_KeySelection(), LISTVIEW_LButtonDown(), LISTVIEW_NCCreate(), LISTVIEW_SetGroupSelection(), LISTVIEW_SetSelection(), LISTVIEW_SetSelectionMark(), LISTVIEW_ShiftIndices(), LISTVIEW_SortItems(), LISTVIEW_WindowProc(), and set_main_item().
INT tagLISTVIEW_INFO::ntmHeight |
Definition at line 309 of file listview.c.
Referenced by LISTVIEW_CalculateItemHeight(), LISTVIEW_GetItemMetrics(), LISTVIEW_SaveTextMetrics(), and LISTVIEW_SetIconSpacing().
INT tagLISTVIEW_INFO::ntmMaxCharWidth |
Definition at line 310 of file listview.c.
Referenced by LISTVIEW_Notify(), and LISTVIEW_SaveTextMetrics().
PFNLVCOMPARE tagLISTVIEW_INFO::pfnCompare |
Definition at line 257 of file listview.c.
Referenced by LISTVIEW_CallBackCompare(), LISTVIEW_CallBackCompareEx(), and LISTVIEW_SortItems().
POINT tagLISTVIEW_INFO::ptClickPos |
Definition at line 316 of file listview.c.
Referenced by LISTVIEW_LButtonDown(), and LISTVIEW_MouseMove().
RECT tagLISTVIEW_INFO::rcFocus |
Definition at line 295 of file listview.c.
Referenced by LISTVIEW_DeleteAllItems(), LISTVIEW_DrawFocusRect(), LISTVIEW_DrawItem(), LISTVIEW_DrawItemPart(), LISTVIEW_SetItemCount(), LISTVIEW_SetView(), LISTVIEW_StyleChanged(), and scroll_list().
RECT tagLISTVIEW_INFO::rcList |
Definition at line 221 of file listview.c.
Referenced by iterator_frameditems_absolute(), LISTVIEW_ApproximateViewRect(), LISTVIEW_DrawTrackLine(), LISTVIEW_EnsureVisible(), LISTVIEW_FindItemW(), LISTVIEW_GetCountPerColumn(), LISTVIEW_GetCountPerRow(), LISTVIEW_GetOrigin(), LISTVIEW_HitTest(), LISTVIEW_InvalidateColumn(), LISTVIEW_InvalidateSelectedItems(), LISTVIEW_MarqueeHighlight(), LISTVIEW_MouseMove(), LISTVIEW_NextIconPosLeft(), LISTVIEW_NextIconPosTop(), LISTVIEW_Notify(), LISTVIEW_Refresh(), LISTVIEW_RefreshReportGrid(), LISTVIEW_ScrollColumns(), LISTVIEW_ScrollOnInsert(), LISTVIEW_ScrollTimer(), LISTVIEW_SetColumnWidth(), LISTVIEW_SetItemCount(), LISTVIEW_SetView(), LISTVIEW_Size(), LISTVIEW_StyleChanged(), LISTVIEW_UpdateHScroll(), LISTVIEW_UpdateScroll(), LISTVIEW_UpdateSize(), LISTVIEW_UpdateVScroll(), and scroll_list().
BOOL tagLISTVIEW_INFO::redraw |
Definition at line 331 of file listview.c.
Referenced by is_redrawing(), LISTVIEW_NCCreate(), and LISTVIEW_SetRedraw().
RANGES tagLISTVIEW_INFO::selectionRanges |
Definition at line 243 of file listview.c.
Referenced by LISTVIEW_DeleteAllItems(), LISTVIEW_DeselectAllSkipItems(), LISTVIEW_GetItemT(), LISTVIEW_GetSelectedCount(), LISTVIEW_NCCreate(), LISTVIEW_NCDestroy(), LISTVIEW_SetItemCount(), LISTVIEW_ShiftIndices(), LISTVIEW_SortItems(), and set_main_item().
Definition at line 326 of file listview.c.
Referenced by LISTVIEW_ProcessLetterKeys().
UINT tagLISTVIEW_INFO::uCallbackMask |
Definition at line 232 of file listview.c.
Referenced by LISTVIEW_GetItemT(), LISTVIEW_GetSelectedCount(), LISTVIEW_WindowProc(), and set_main_item().
DWORD tagLISTVIEW_INFO::uView |
Definition at line 263 of file listview.c.
Referenced by is_autoarrange(), iterator_frameditems_absolute(), iterator_visibleitems(), LISTVIEW_ApproximateViewRect(), LISTVIEW_Arrange(), LISTVIEW_CalculateItemHeight(), LISTVIEW_CalculateItemWidth(), LISTVIEW_Create(), LISTVIEW_DeleteItem(), LISTVIEW_DrawItem(), LISTVIEW_DrawItemPart(), LISTVIEW_EnsureVisible(), LISTVIEW_FindItemW(), LISTVIEW_GetAreaRect(), LISTVIEW_GetColumnWidth(), LISTVIEW_GetCountPerPage(), LISTVIEW_GetItemBox(), LISTVIEW_GetItemMetrics(), LISTVIEW_GetItemOrigin(), LISTVIEW_GetItemPosition(), LISTVIEW_GetItemRect(), LISTVIEW_GetItemSpacing(), LISTVIEW_GetNextItem(), LISTVIEW_GetOrigin(), LISTVIEW_GetSubItemRect(), LISTVIEW_GetTopIndex(), LISTVIEW_GetViewRect(), LISTVIEW_HitTest(), LISTVIEW_HScroll(), LISTVIEW_InsertColumnT(), LISTVIEW_InsertItemT(), LISTVIEW_InvalidateSubItem(), LISTVIEW_IsHeaderEnabled(), LISTVIEW_KeyDown(), LISTVIEW_MouseWheel(), LISTVIEW_Notify(), LISTVIEW_Paint(), LISTVIEW_Refresh(), LISTVIEW_Scroll(), LISTVIEW_ScrollColumns(), LISTVIEW_ScrollOnInsert(), LISTVIEW_SetColumnT(), LISTVIEW_SetColumnWidth(), LISTVIEW_SetFont(), LISTVIEW_SetGroupSelection(), LISTVIEW_SetImageList(), LISTVIEW_SetItemCount(), LISTVIEW_SetItemPosition(), LISTVIEW_SetItemT(), LISTVIEW_SetView(), LISTVIEW_ShowFocusRect(), LISTVIEW_ShowWindow(), LISTVIEW_Size(), LISTVIEW_UpdateHScroll(), LISTVIEW_UpdateSize(), LISTVIEW_UpdateVScroll(), LISTVIEW_VScroll(), LISTVIEW_WindowProc(), map_style_view(), and set_main_item().
INT tagLISTVIEW_INFO::xTrackLine |
Definition at line 283 of file listview.c.
Referenced by LISTVIEW_DrawTrackLine(), LISTVIEW_NCCreate(), and LISTVIEW_Notify().