Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DToolTip.cpp151 BTextToolTip::BTextToolTip(const char* text) in BTextToolTip() function in BTextToolTip
157 BTextToolTip::BTextToolTip(BMessage* archive) in BTextToolTip() function in BTextToolTip
163 BTextToolTip::~BTextToolTip() in ~BTextToolTip()
169 /*static*/ BTextToolTip*
170 BTextToolTip::Instantiate(BMessage* archive) in Instantiate()
175 return new(std::nothrow) BTextToolTip(archive); in Instantiate()
180 BTextToolTip::Archive(BMessage* archive, bool deep) const in Archive()
190 BTextToolTip::View() const in View()
197 BTextToolTip::Text() const in Text()
204 BTextToolTip::SetText(const char* text) in SetText()
[all …]
H A DView.cpp5662 if (BTextToolTip* tip = dynamic_cast<BTextToolTip*>(fToolTip)) in SetToolTip()
5665 SetToolTip(new BTextToolTip(text)); in SetToolTip()
/haiku/headers/private/interface/
H A DToolTip.h58 class BTextToolTip : public BToolTip {
60 BTextToolTip(const char* text);
61 BTextToolTip(BMessage* archive);
62 virtual ~BTextToolTip();
64 static BTextToolTip* Instantiate(BMessage* archive);
/haiku/docs/user/interface/
H A DToolTip.dox185 \class BTextToolTip
195 \fn BTextToolTip::BTextToolTip(BMessage *archive)
208 \fn BTextToolTip::BTextToolTip(const char *text)
221 \fn virtual BTextToolTip::~BTextToolTip()
232 \fn void BTextToolTip::SetText(const char *text)
242 \fn const char* BTextToolTip::Text() const
253 \fn virtual BView* BTextToolTip::View() const
264 \fn static BTextToolTip* BTextToolTip::Instantiate(BMessage *archive)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DThreadListView.cpp184 BTextToolTip* tip = new(std::nothrow) BTextToolTip(text); in GetToolTipForTableCell()
H A DSourceView.cpp1106 BTextToolTip* tip = new(std::nothrow) BTextToolTip(text); in GetToolTipAt()
H A DVariablesView.cpp1600 *_tip = new(std::nothrow) BTextToolTip(tipData); in GetToolTipForTablePath()
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp61 class VolumeToolTip : public BTextToolTip {
65 BTextToolTip(""), in VolumeToolTip()
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp911 *_tip = new(std::nothrow) BTextToolTip(text); in GetToolTipAt()