Symbol: DragState
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
339
DragState*
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
342
DragState* state = NULL;
src/apps/icon-o-matic/transformable/PerspectiveBox.h
109
PerspectiveBoxStates::DragState* fDragLTState;
src/apps/icon-o-matic/transformable/PerspectiveBox.h
110
PerspectiveBoxStates::DragState* fDragRTState;
src/apps/icon-o-matic/transformable/PerspectiveBox.h
111
PerspectiveBoxStates::DragState* fDragLBState;
src/apps/icon-o-matic/transformable/PerspectiveBox.h
112
PerspectiveBoxStates::DragState* fDragRBState;
src/apps/icon-o-matic/transformable/PerspectiveBox.h
20
class DragState;
src/apps/icon-o-matic/transformable/PerspectiveBox.h
81
PerspectiveBoxStates::DragState* _DragStateFor(
src/apps/icon-o-matic/transformable/PerspectiveBox.h
95
PerspectiveBoxStates::DragState* fCurrentState;
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.cpp
22
DragState::DragState(PerspectiveBox* parent)
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.cpp
31
DragState::_SetViewCursor(BView* view, const uchar* cursorData) const
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.cpp
43
DragState(parent),
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.cpp
52
DragState::SetOrigin(origin);
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.h
21
class DragState {
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.h
23
DragState(PerspectiveBox* parent);
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.h
24
virtual ~DragState() {}
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.h
40
class DragCornerState : public DragState {
src/apps/icon-o-matic/transformable/TransformBox.cpp
513
DragState*
src/apps/icon-o-matic/transformable/TransformBox.cpp
516
DragState* state = NULL;
src/apps/icon-o-matic/transformable/TransformBox.h
116
TransformBoxStates::DragState* fCurrentState;
src/apps/icon-o-matic/transformable/TransformBox.h
132
TransformBoxStates::DragState* fDragLTState;
src/apps/icon-o-matic/transformable/TransformBox.h
133
TransformBoxStates::DragState* fDragRTState;
src/apps/icon-o-matic/transformable/TransformBox.h
134
TransformBoxStates::DragState* fDragLBState;
src/apps/icon-o-matic/transformable/TransformBox.h
135
TransformBoxStates::DragState* fDragRBState;
src/apps/icon-o-matic/transformable/TransformBox.h
137
TransformBoxStates::DragState* fDragLState;
src/apps/icon-o-matic/transformable/TransformBox.h
138
TransformBoxStates::DragState* fDragRState;
src/apps/icon-o-matic/transformable/TransformBox.h
139
TransformBoxStates::DragState* fDragTState;
src/apps/icon-o-matic/transformable/TransformBox.h
140
TransformBoxStates::DragState* fDragBState;
src/apps/icon-o-matic/transformable/TransformBox.h
142
TransformBoxStates::DragState* fRotateState;
src/apps/icon-o-matic/transformable/TransformBox.h
143
TransformBoxStates::DragState* fTranslateState;
src/apps/icon-o-matic/transformable/TransformBox.h
144
TransformBoxStates::DragState* fOffsetCenterState;
src/apps/icon-o-matic/transformable/TransformBox.h
18
class DragState;
src/apps/icon-o-matic/transformable/TransformBox.h
97
TransformBoxStates::DragState* _DragStateFor(
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
121
DragState::SetOrigin(origin);
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
281
DragState(parent),
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
31
DragState::DragState(TransformBox* parent)
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
331
DragState::SetOrigin(origin);
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
40
DragState::ActionName() const
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
437
DragState::SetOrigin(origin);
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
47
DragState::_SetViewCursor(BView* view, const uchar* cursorData) const
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
475
DragState(parent),
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
484
DragState::SetOrigin(origin);
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
553
DragState::SetOrigin(origin);
src/apps/icon-o-matic/transformable/TransformBoxStates.cpp
59
DragState(parent),
src/apps/icon-o-matic/transformable/TransformBoxStates.h
104
class DragBoxState : public DragState {
src/apps/icon-o-matic/transformable/TransformBoxStates.h
107
: DragState(parent) {}
src/apps/icon-o-matic/transformable/TransformBoxStates.h
121
class RotateBoxState : public DragState {
src/apps/icon-o-matic/transformable/TransformBoxStates.h
137
class OffsetCenterState : public DragState {
src/apps/icon-o-matic/transformable/TransformBoxStates.h
140
: DragState(parent) {}
src/apps/icon-o-matic/transformable/TransformBoxStates.h
25
class DragState {
src/apps/icon-o-matic/transformable/TransformBoxStates.h
27
DragState(TransformBox* parent);
src/apps/icon-o-matic/transformable/TransformBoxStates.h
28
virtual ~DragState() {}
src/apps/icon-o-matic/transformable/TransformBoxStates.h
45
class DragCornerState : public DragState {
src/apps/icon-o-matic/transformable/TransformBoxStates.h
75
class DragSideState : public DragState {
src/servers/app/decorator/DefaultWindowBehaviour.cpp
926
_NextState(new (std::nothrow) DragState(*this, where,
src/servers/app/decorator/DefaultWindowBehaviour.h
74
struct DragState;
src/servers/app/decorator/DefaultWindowBehaviour.h
84
friend struct DragState;