Searched refs:DragState (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBoxStates.cpp22 DragState::DragState(PerspectiveBox* parent) function in class:DragState
31 DragState::_SetViewCursor(BView* view, const uchar* cursorData) const
43 DragState(parent),
52 DragState::SetOrigin(origin);
H A DPerspectiveBoxStates.h21 class DragState { class in namespace:PerspectiveBoxStates
23 DragState(PerspectiveBox* parent);
24 virtual ~DragState() {}
40 class DragCornerState : public DragState {
H A DTransformBox.h18 class DragState;
97 TransformBoxStates::DragState* _DragStateFor(
116 TransformBoxStates::DragState* fCurrentState;
132 TransformBoxStates::DragState* fDragLTState;
133 TransformBoxStates::DragState* fDragRTState;
134 TransformBoxStates::DragState* fDragLBState;
135 TransformBoxStates::DragState* fDragRBState;
137 TransformBoxStates::DragState* fDragLState;
138 TransformBoxStates::DragState* fDragRState;
139 TransformBoxStates::DragState* fDragTStat
[all...]
H A DPerspectiveBox.h20 class DragState;
81 PerspectiveBoxStates::DragState* _DragStateFor(
95 PerspectiveBoxStates::DragState* fCurrentState;
109 PerspectiveBoxStates::DragState* fDragLTState;
110 PerspectiveBoxStates::DragState* fDragRTState;
111 PerspectiveBoxStates::DragState* fDragLBState;
112 PerspectiveBoxStates::DragState* fDragRBState;
H A DTransformBoxStates.h25 class DragState { class in namespace:TransformBoxStates
27 DragState(TransformBox* parent);
28 virtual ~DragState() {}
45 class DragCornerState : public DragState {
75 class DragSideState : public DragState {
104 class DragBoxState : public DragState {
107 : DragState(parent) {}
121 class RotateBoxState : public DragState {
137 class OffsetCenterState : public DragState {
140 : DragState(paren
[all...]
H A DTransformBoxStates.cpp31 DragState::DragState(TransformBox* parent) function in class:DragState
40 DragState::ActionName() const
47 DragState::_SetViewCursor(BView* view, const uchar* cursorData) const
59 DragState(parent),
121 DragState::SetOrigin(origin);
281 DragState(parent),
331 DragState::SetOrigin(origin);
437 DragState::SetOrigin(origin);
475 DragState(paren
[all...]
H A DPerspectiveBox.cpp339 DragState*
342 DragState* state = NULL;
H A DTransformBox.cpp513 DragState*
516 DragState* state = NULL;
/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.h74 struct DragState;
84 friend struct DragState;
H A DDefaultWindowBehaviour.cpp210 // #pragma mark - DragState
213 struct DefaultWindowBehaviour::DragState : MouseTrackingState { struct in class:DefaultWindowBehaviour
214 DragState(DefaultWindowBehaviour& behavior, BPoint where, function in struct:DefaultWindowBehaviour::DragState
926 _NextState(new (std::nothrow) DragState(*this, where,

Completed in 104 milliseconds