|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
鼠标拖拽 更多...
类 BUI::MouseDragHelper 继承关系图:Public 成员函数 | |
| MouseDragHelper () | |
| ~MouseDragHelper () | |
| void | SetBeginDragPoint (POINT pt) |
| void | UpdateCurrentDragPoint (POINT pt) |
| SIZE | MoveOffset () const |
| POINT | TargetPoint () const |
| void | SetDragState (DragStateFlag state) |
| DragStateFlag | DragState () const |
| void | SetDragMoveEnable (BOOL bEnableDrag) |
| BOOL | IsDragMoveEnable () const |
Public 属性 | |
| BOOL | m_is_enable_drag_move |
| POINT | m_point_begin |
| SIZE | m_move_offset |
| DragStateFlag | m_drag_state |
鼠标拖拽
| BUI::MouseDragHelper::MouseDragHelper | ( | ) |
| BUI::MouseDragHelper::~MouseDragHelper | ( | ) |
| DragStateFlag BUI::MouseDragHelper::DragState | ( | ) | const |
| BOOL BUI::MouseDragHelper::IsDragMoveEnable | ( | ) | const |
| SIZE BUI::MouseDragHelper::MoveOffset | ( | ) | const |
| void BUI::MouseDragHelper::SetBeginDragPoint | ( | POINT | pt | ) |
| void BUI::MouseDragHelper::SetDragMoveEnable | ( | BOOL | bEnableDrag | ) |
| void BUI::MouseDragHelper::SetDragState | ( | DragStateFlag | state | ) |
| POINT BUI::MouseDragHelper::TargetPoint | ( | ) | const |
| void BUI::MouseDragHelper::UpdateCurrentDragPoint | ( | POINT | pt | ) |
| DragStateFlag BUI::MouseDragHelper::m_drag_state |
| BOOL BUI::MouseDragHelper::m_is_enable_drag_move |
| SIZE BUI::MouseDragHelper::m_move_offset |
| POINT BUI::MouseDragHelper::m_point_begin |