Searched refs:ColumnDragState (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DTitleView.h109 friend class ColumnDragState;
179 class ColumnDragState : public ColumnTrackState { class in namespace:BPrivate
181 ColumnDragState(BTitleView* titleView, BColumnTitle* columnTitle,
H A DTitleView.cpp349 fTrackingState = new ColumnDragState(this, title, where,
702 // #pragma mark - ColumnDragState
705 ColumnDragState::ColumnDragState(BTitleView* view, BColumnTitle* columnTitle, function in class:ColumnDragState
724 ColumnDragState::Moved(BPoint where, uint32)
804 ColumnDragState::Done(BPoint /*where*/)
813 ColumnDragState::Clicked(BPoint /*where*/)
852 ColumnDragState::ValueChanged(BPoint)
859 ColumnDragState::DrawPressNoOutline()
866 ColumnDragState
[all...]

Completed in 25 milliseconds