Searched refs:tips (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp121 TipManager *tips = TipManager::Instance(); local
122 tips->hideTip(view()->ConvertToScreen(Frame()));
221 TipManager *tips = TipManager::Instance(); local
223 tips->showTip(tipText.String(), view()->ConvertToScreen(Frame()),
231 TipManager *tips = TipManager::Instance(); local
232 tips->hideTip(view()->ConvertToScreen(Frame()));
H A DMediaNodePanel.cpp153 TipManager *tips = TipManager::Instance(); local
154 tips->hideTip(view()->ConvertToScreen(labelRect));
227 TipManager *tips = TipManager::Instance(); local
228 tips->showTip(m_fullLabel.String(), view()->ConvertToScreen(labelRect));
H A DMediaJack.cpp181 TipManager *tips = TipManager::Instance(); local
182 tips->hideTip(view()->ConvertToScreen(Frame()));
281 TipManager *tips = TipManager::Instance(); local
284 tips->showTip(tipText.String(),view()->ConvertToScreen(Frame()),
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.cpp173 TipManager *tips = TipManager::Instance(); local
181 tips->showTip(tip.String(), owner->ConvertToScreen(m_frame));
186 TipManager *tips = TipManager::Instance(); local
187 tips->hideTip(owner->ConvertToScreen(m_frame));
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp68 // [e.moon 13oct99] delete tips & children
152 // all tips if rect is invalid.
192 // [13oct99 e.moon] now ref'd by pointer; find and erase all matching tips
218 // "### - freed all tips\n"));
255 // against tips in this view and child views. recurse.
267 // match, and stop recursing here; children can't have tips.
272 // match against tips for my target view
337 size_t tips = m_tips.size(); local
340 tips += (*it)->countTips();
343 return tips;
[all...]
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php622 // cf. http://www.tek-tips.com/viewthread.cfm?qid=1173303&page=1

Completed in 56 milliseconds