Lines Matching refs:fMasterView

237 			BColumnListView*	fMasterView;  member in BPrivate::TitleView
365 BColumnListView* fMasterView; member in BPrivate::OutlineView
2344 fMasterView(listView), in TitleView()
2438 float leftEdge = MAX(kLeftMargin, fMasterView->LatchWidth()); in GetTitleRect()
2461 float leftEdge = MAX(kLeftMargin, fMasterView->LatchWidth()); in FindColumn()
2562 return MAX(kLeftMargin, fMasterView->LatchWidth()) + kRightMargin; in MarginWidth()
2643 float leftEdge = MAX(kLeftMargin, fMasterView->LatchWidth()); in ComputeDragBoundries()
2707 view->SetHighColor(fMasterView->Color(B_COLOR_HEADER_TEXT)); in DrawTitle()
2760 view->SetHighColor(fMasterView->Color(B_COLOR_HEADER_TEXT)); in DrawTitle()
2789 float columnLeftEdge = MAX(kLeftMargin, fMasterView->LatchWidth()); in Draw()
2820 if (invalidRect.left < MAX(kLeftMargin, fMasterView->LatchWidth())) { in Draw()
2821 BRect titleRect(0, 0, MAX(kLeftMargin, fMasterView->LatchWidth()) - 1, in Draw()
2921 float leftEdge = MAX(kLeftMargin, fMasterView->LatchWidth()); in MouseDown()
3090 float leftEdge = MAX(kLeftMargin, fMasterView->LatchWidth()); in MouseMoved()
3139 if (fMasterView->SortingEnabled()) { in MouseUp()
3215 fMasterView(listView), in OutlineView()
3370 highColor = fMasterView->Color(B_COLOR_EDIT_BACKGROUND); in RedrawColumn()
3371 lowColor = fMasterView->Color(B_COLOR_EDIT_BACKGROUND); in RedrawColumn()
3373 highColor = fMasterView->Color(B_COLOR_SELECTION); in RedrawColumn()
3374 lowColor = fMasterView->Color(B_COLOR_SELECTION); in RedrawColumn()
3377 highColor = fMasterView->Color(B_COLOR_BACKGROUND); in RedrawColumn()
3378 lowColor = fMasterView->Color(B_COLOR_BACKGROUND); in RedrawColumn()
3403 - fMasterView->LatchWidth(); in RedrawColumn()
3405 - fMasterView->LatchWidth(); in RedrawColumn()
3412 latchRect.right = latchRect.left + fMasterView->LatchWidth(); in RedrawColumn()
3413 fMasterView->DrawLatch(fResizeBufferView, latchRect, pos, row); in RedrawColumn()
3420 fieldRect.left += fMasterView->LatchWidth(); in RedrawColumn()
3427 fResizeBufferView->SetHighColor(fMasterView->Color( in RedrawColumn()
3439 if (fFocusRow == row && !fEditMode && fMasterView->IsFocus() in RedrawColumn()
3441 fResizeBufferView->SetHighColor(fMasterView->Color( in RedrawColumn()
3465 SetHighColor(fMasterView->Color(row->fNextSelected in RedrawColumn()
3476 if (fFocusRow == row && !fEditMode && fMasterView->IsFocus() in RedrawColumn()
3478 SetHighColor(fMasterView->Color(B_COLOR_ROW_DIVIDER)); in RedrawColumn()
3512 float fieldLeftEdge = MAX(kLeftMargin, fMasterView->LatchWidth());
3519 lowColor = fMasterView->Color(B_COLOR_EDIT_BACKGROUND);
3521 lowColor = fMasterView->Color(B_COLOR_SELECTION);
3524 lowColor = fMasterView->Color(B_COLOR_NON_FOCUS_SELECTION);
3526 lowColor = fMasterView->Color(B_COLOR_BACKGROUND);
3554 fullRect.left -= fMasterView->LatchWidth();
3565 fMasterView->LatchWidth()), line + row->Height()));
3588 fMasterView->DrawLatch(this, fLatchRect,
3591 fMasterView->DrawLatch(this, fLatchRect,
3601 fMasterView->DrawLatch(this,
3603 - fMasterView->LatchWidth(),
3609 SetHighColor(fMasterView->HighColor());
3620 SetHighColor(fMasterView->Color(
3647 if (fFocusRow == row && !fEditMode && fMasterView->IsFocus()
3649 SetHighColor(fMasterView->Color(B_COLOR_ROW_DIVIDER));
3658 SetHighColor(fMasterView->Color(B_COLOR_BACKGROUND));
3719 fMasterView->MakeFocus(true);
3739 for (int32 c = 0; c < fMasterView->CountColumns(); c++) {
3740 new_column = fMasterView->ColumnAt(c);
3743 if ((MAX(kLeftMargin, fMasterView->LatchWidth()) + x)
3750 fMasterView->LatchWidth()) + x;
3773 fCurrentColumn->MouseDown(fMasterView, fCurrentRow,
3784 + MAX(kLeftMargin, fMasterView->LatchWidth())
3785 - fMasterView->LatchWidth();
3787 + fMasterView->LatchWidth(), rowTop + row->Height());
3791 SetHighColor(fMasterView->Color(B_COLOR_SELECTION));
3793 SetHighColor(fMasterView->Color(B_COLOR_BACKGROUND));
3797 fMasterView->DrawLatch(this, fLatchRect, B_PRESSED_LATCH,
3800 fMasterView->DrawLatch(this, fLatchRect,
3851 fMasterView->SelectionChanged();
3894 for (int32 c=0;c<fMasterView->CountColumns();c++) {
3895 new_column = fMasterView->ColumnAt(c);
3899 fMasterView->LatchWidth()) + x) + new_column->Width()
3907 fMasterView->LatchWidth()) + x;
3923 fCurrentColumn->MouseMoved(fMasterView, fCurrentRow,
3932 fCurrentColumn->MouseMoved(fMasterView, fCurrentRow,
3938 fCurrentColumn->MouseMoved(fMasterView, fCurrentRow,
3945 fCurrentColumn->MouseMoved(fMasterView, fCurrentRow,
3958 fCurrentColumn->MouseMoved(fMasterView, fCurrentRow,
3962 fCurrentColumn->MouseMoved(fMasterView, fCurrentRow,
3969 fCurrentColumn->MouseMoved(fMasterView, fCurrentRow,
3973 fCurrentColumn->MouseMoved(fMasterView, fCurrentRow,
3986 SetHighColor(fMasterView->Color(B_COLOR_SELECTION));
3988 SetHighColor(fMasterView->Color(B_COLOR_BACKGROUND));
3992 fMasterView->DrawLatch(this, fLatchRect, B_PRESSED_LATCH,
3995 fMasterView->DrawLatch(this, fLatchRect,
4006 fMasterView->InitiateDrag(fClickPoint,
4074 fCurrentColumn->MouseUp(fMasterView, fCurrentRow, fCurrentField);
4084 fMasterView->ExpandOrCollapse(fTargetRow,
4098 fMasterView->ItemInvoked();
4123 fMasterView->MessageDropped(message,
4229 fMasterView->SelectionChanged();
4286 fMasterView->SelectionChanged();
4295 fMasterView->ExpandOrCollapse(fFocusRow, !fFocusRow->fIsExpanded);
4421 fMasterView->SelectionChanged();
4483 if (fMasterView->SortingEnabled() && !fSortColumns->IsEmpty()) {
4816 fMasterView->SelectionChanged();