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

/haiku/src/kits/interface/
H A DToolTipManager.cpp53 BToolTip* Tip() const { return fToolTip; }
57 BToolTip* fToolTip; member in class:BPrivate::ToolTipView
65 fToolTip(tip),
68 fToolTip->AcquireReference();
76 AddChild(fToolTip->View());
82 fToolTip->ReleaseReference();
90 fToolTip->AttachedToWindow();
100 RemoveChild(fToolTip->View());
102 fToolTip->DetachedFromWindow();
119 if (fToolTip
[all...]
H A DView.cpp792 if (fToolTip != NULL)
793 fToolTip->ReleaseReference();
5671 if (BTextToolTip* tip = dynamic_cast<BTextToolTip*>(fToolTip))
5681 if (fToolTip == tip)
5686 if (fToolTip != NULL)
5687 fToolTip->ReleaseReference();
5689 fToolTip = tip;
5691 if (fToolTip != NULL)
5692 fToolTip->AcquireReference();
5699 return fToolTip;
[all...]
/haiku/src/tests/kits/interface/
H A DToolTipTest.cpp204 fToolTip(NULL),
211 if (fToolTip != NULL)
212 fToolTip->ReleaseReference();
217 fToolTip = new CustomToolTip(text.String());
218 SetToolTip(fToolTip);
222 BToolTip* fToolTip; member in class:PulseToolTipView
/haiku/headers/os/interface/
H A DView.h789 BToolTip* fToolTip; member in class:BView

Completed in 48 milliseconds