Home
last modified time | relevance | path

Searched refs:m_dragType (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dsubcameramanager.cpp125 if (bitwiseExclude(m_dragType, OUTER)) in mousePressEvent()
138 if (!bitwiseContains(m_dragType, INNER)) { in mouseMoveEvent()
184 if (bitwiseExclude(m_dragType, OUTER)) in mouseMoveEvent()
187 if (bitwiseContains(m_dragType, DRAG_LEFT)) in mouseMoveEvent()
191 if (bitwiseContains(m_dragType, DRAG_BOTTOM)) in mouseMoveEvent()
242 m_dragType = NODRAG; in mouseReleaseEvent()
311 if (bitwiseExclude(m_dragType, OUTER)) { in getSubCameraDragDistance()
323 if (bitwiseContains(m_dragType, DRAG_LEFT)) in getSubCameraDragDistance()
325 else if (bitwiseContains(m_dragType, DRAG_RIGHT)) in getSubCameraDragDistance()
327 if (bitwiseContains(m_dragType, DRAG_BOTTOM)) in getSubCameraDragDistance()
[all …]
H A Dsubcameramanager.h60 UCHAR m_dragType; variable
92 UCHAR getDragType() const { return m_dragType; } in getDragType()
93 void setDragType(UCHAR dragType) { m_dragType = dragType; } in setDragType()
H A Dimageviewer.cpp727 if (m_dragType == eDrawRect) in updateLoadbox()
731 else if (m_dragType == eMoveRect) in updateLoadbox()
736 if (m_dragType & eMoveLeft) r.x0 += fac * (curPos.x - m_pos.x()); in updateLoadbox()
737 if (m_dragType & eMoveRight) r.x1 += fac * (curPos.x - m_pos.x()); in updateLoadbox()
738 if (m_dragType & eMoveDown) r.y1 -= fac * (curPos.y - m_pos.y()); in updateLoadbox()
739 if (m_dragType & eMoveUp) r.y0 -= fac * (curPos.y - m_pos.y()); in updateLoadbox()
1095 m_dragType = getDragType( in mousePressEvent()
H A Dimageviewer.h37 int m_dragType; variable
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/bin/
H A Dbin.h86 PlaylistState::ClipState m_dragType; variable
115 PlaylistState::ClipState m_dragType; variable
H A Dprojectitemmodel.h249 PlaylistState::ClipState m_dragType; variable
H A Dprojectitemmodel.cpp44 , m_dragType(PlaylistState::Disabled) in ProjectItemModel()
327 switch (m_dragType) { in mimeData()
1138 m_dragType = type; in setDragType()
H A Dbin.cpp621 m_dragType = static_cast<BinListItemDelegate *>(del)->dragType; in mousePressEvent()
623 m_dragType = PlaylistState::Disabled; in mousePressEvent()
625 emit updateDragMode(m_dragType); in mousePressEvent()
681 m_dragType = static_cast<BinItemDelegate *>(del)->dragType; in mousePressEvent()
683 m_dragType = PlaylistState::Disabled; in mousePressEvent()
793 emit updateDragMode(m_dragType); in performDrag()