Searched refs:DragBoxState (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.h104 class DragBoxState : public DragState { class in namespace:TransformBoxStates
106 DragBoxState(TransformBox* parent) function in class:TransformBoxStates::DragBoxState
108 virtual ~DragBoxState() {}
H A DTransformBoxStates.cpp430 // #pragma mark - DragBoxState
434 DragBoxState::SetOrigin(BPoint origin)
442 DragBoxState::DragTo(BPoint current, uint32 modifiers)
457 DragBoxState::UpdateViewCursor(BView* view, BPoint current) const
464 DragBoxState::ActionName() const
H A DTransformBox.cpp68 fTranslateState(new DragBoxState(this)),

Completed in 100 milliseconds