Searched refs:BToolTip (Results 1 - 25 of 25) sorted by relevance

/haiku/src/kits/interface/
H A DToolTip.cpp16 BToolTip::BToolTip() function in class:BToolTip
22 BToolTip::BToolTip(BMessage* archive) function in class:BToolTip
34 BToolTip::~BToolTip()
40 BToolTip::Archive(BMessage* archive, bool deep) const
53 BToolTip::SetSticky(bool enable)
60 BToolTip::IsSticky() const
67 BToolTip
[all...]
H A DToolTipManager.cpp36 ToolTipView(BToolTip* tip);
53 BToolTip* Tip() const { return fToolTip; }
57 BToolTip* fToolTip;
62 ToolTipView::ToolTipView(BToolTip* tip)
307 ToolTipWindow::ToolTipWindow(BToolTip* tip, BPoint where, void* owner)
342 BToolTip* tip = view->Tip();
388 BToolTipManager::ShowTip(BToolTip* tip, BPoint where, void* owner)
390 BToolTip* current = NULL;
H A DView.cpp5070 BToolTip* tip;
5667 SetToolTip((BToolTip*)NULL);
5679 BView::SetToolTip(BToolTip* tip)
5696 BToolTip*
5704 BView::ShowToolTip(BToolTip* tip)
5724 BView::GetToolTipAt(BPoint point, BToolTip** _tip)
6749 BView* view, BPoint point, BToolTip** _toolTip)
/haiku/headers/private/interface/
H A DToolTip.h19 class BToolTip : public BArchivable, public BReferenceable { class in inherits:BArchivable,BReferenceable
21 BToolTip();
22 BToolTip(BMessage* archive);
23 virtual ~BToolTip();
45 BToolTip(const BToolTip& other);
46 BToolTip& operator=(const BToolTip &other);
58 class BTextToolTip : public BToolTip {
H A DToolTipManager.h14 class BToolTip;
21 void ShowTip(BToolTip* tip, BPoint where,
H A DToolTipWindow.h17 ToolTipWindow(BToolTip* tip, BPoint where,
/haiku/src/apps/mediaplayer/interface/
H A DPositionToolTip.h12 class PositionToolTip : public BToolTip {
/haiku/src/preferences/time/
H A DTimeZoneListView.h23 virtual bool GetToolTipAt(BPoint point, BToolTip** _tip);
H A DTimeZoneListView.cpp41 TimeZoneListView::GetToolTipAt(BPoint point, BToolTip** _tip)
/haiku/headers/private/binary_compatibility/
H A DInterface.h50 BToolTip** tool_tip;
/haiku/src/tests/kits/interface/
H A DToolTipTest.cpp21 class CustomToolTip : public BToolTip {
86 class ChangingToolTip : public BToolTip {
139 class MouseToolTip : public BToolTip {
222 BToolTip* fToolTip;
/haiku/src/apps/patchbay/
H A DPatchView.h47 virtual bool GetToolTipAt(BPoint point, BToolTip** tip);
H A DPatchView.cpp90 PatchView::GetToolTipAt(BPoint point, BToolTip** tip)
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.h89 int32 columnIndex, BToolTip** _tip) = 0;
142 virtual bool GetToolTipAt(BPoint point, BToolTip** _tip);
H A DTreeTable.h134 int32 columnIndex, BToolTip** _tip) = 0;
202 virtual bool GetToolTipAt(BPoint point, BToolTip** _tip);
H A DTable.cpp517 Table::GetToolTipAt(BPoint point, BToolTip** _tip)
H A DTreeTable.cpp863 TreeTable::GetToolTipAt(BPoint point, BToolTip** _tip)
/haiku/headers/os/interface/
H A DView.h140 class BToolTip;
654 void SetToolTip(BToolTip* tip);
655 BToolTip* ToolTip() const;
657 void ShowToolTip(BToolTip* tip = NULL);
661 virtual bool GetToolTipAt(BPoint point, BToolTip** _tip);
789 BToolTip* fToolTip;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DThreadListView.cpp142 BToolTip** _tip)
H A DSourceView.cpp199 virtual bool GetToolTipAt(BPoint point, BToolTip** _tip);
1043 SourceView::MarkerView::GetToolTipAt(BPoint point, BToolTip** _tip)
H A DVariablesView.cpp711 int32 columnIndex, BToolTip** _tip);
1531 const TreeTablePath& path, int32 columnIndex, BToolTip** _tip)
/haiku/src/apps/switcher/
H A DLaunchButton.cpp344 SetToolTip(static_cast<BToolTip*>(NULL));
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp389 SetToolTip(static_cast<BToolTip*>(NULL));
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp395 reinterpret_cast<BToolTip*>(NULL));
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp771 virtual bool GetToolTipAt(BPoint point, BToolTip** _tip)

Completed in 172 milliseconds