Home
last modified time | relevance | path

Searched refs:fMasterView (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DColumnListView.cpp237 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()
[all …]