CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
鼠标拖拽 更多...
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_bEnableDragMove |
POINT | m_ptBegin |
SIZE | m_moveOffset |
DragStateFlag | m_dgState |
鼠标拖拽
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 | ) |
BOOL BUI::MouseDragHelper::m_bEnableDragMove |
DragStateFlag BUI::MouseDragHelper::m_dgState |
SIZE BUI::MouseDragHelper::m_moveOffset |
POINT BUI::MouseDragHelper::m_ptBegin |