Searched refs:SelectState (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/terminal/
H A DTermViewStates.h84 class TermView::SelectState : public TermView::StandardBaseState { class in class:TermView
86 SelectState(TermView* view);
H A DTermView.h169 class SelectState;
176 friend class SelectState;
371 SelectState* fSelectState;
H A DTermViewStates.cpp488 // #pragma mark - SelectState
491 TermView::SelectState::SelectState(TermView* view) function in class:TermView::SelectState
502 TermView::SelectState::Prepare(BPoint where, int32 modifiers)
576 TermView::SelectState::MessageReceived(BMessage* message)
588 TermView::SelectState::MouseMoved(BPoint where, uint32 transit,
656 TermView::SelectState::MouseUp(BPoint where, int32 buttons)
683 TermView::SelectState::_AutoScrollUpdate()
H A DTermView.cpp327 fSelectState = new(std::nothrow) SelectState(this);

Completed in 38 milliseconds