Searched refs:mpDragItem (Results 1 – 4 of 4) sorted by relevance
324 mpDragItem = NULL; in BEGIN_MESSAGE_MAP()453 if (item == mpDragItem) in OnPaint()461 item = mpDragItem; in OnPaint()466 if (mpDragItem == item) in OnPaint()523 if (mpDragItem) in OnLButtonDown()525 dirty = GetScaledRect(mpDragItem->rect); in OnLButtonDown()537 mpDragItem = mpScreenFlow->GetFlowItem(pt, TRUE); in OnLButtonDown()539 if (mpDragItem) in OnLButtonDown()592 if (!mpDragItem) in OnSetFocus()598 SelectFlowItem(mpDragItem); in OnSetFocus()[all …]
114 mpDragItem = NULL; in IMPLEMENT_DYNCREATE()276 mpDragItem = item; in OnLButtonDown()318 if (mpDragItem) in OnLButtonUp()323 if (mpDragItem->Parent()) in OnLButtonUp()325 parent_id = mpDragItem->Parent()->mpRes->folder_id; in OnLButtonUp()339 if ((new_parent != mpDragItem->Parent()) && in OnLButtonUp()343 ChangeItemParent(mpDragItem, new_parent); in OnLButtonUp()353 GetTargetScreen()->TestDropItem(mpDragItem, point, Shifted); in OnLButtonUp()357 mpDragItem = NULL; in OnLButtonUp()
97 flow_item *mpDragItem; variable
183 resource_item *mpDragItem; variable