Searched refs:BTextToolTip (Results 1 – 9 of 9) sorted by relevance
151 BTextToolTip::BTextToolTip(const char* text) in BTextToolTip() function in BTextToolTip157 BTextToolTip::BTextToolTip(BMessage* archive) in BTextToolTip() function in BTextToolTip163 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 …]
5662 if (BTextToolTip* tip = dynamic_cast<BTextToolTip*>(fToolTip)) in SetToolTip()5665 SetToolTip(new BTextToolTip(text)); in SetToolTip()
58 class BTextToolTip : public BToolTip {60 BTextToolTip(const char* text);61 BTextToolTip(BMessage* archive);62 virtual ~BTextToolTip();64 static BTextToolTip* Instantiate(BMessage* archive);
185 \class BTextToolTip195 \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() const253 \fn virtual BView* BTextToolTip::View() const264 \fn static BTextToolTip* BTextToolTip::Instantiate(BMessage *archive)
184 BTextToolTip* tip = new(std::nothrow) BTextToolTip(text); in GetToolTipForTableCell()
1106 BTextToolTip* tip = new(std::nothrow) BTextToolTip(text); in GetToolTipAt()
1600 *_tip = new(std::nothrow) BTextToolTip(tipData); in GetToolTipForTablePath()
61 class VolumeToolTip : public BTextToolTip {65 BTextToolTip(""), in VolumeToolTip()
911 *_tip = new(std::nothrow) BTextToolTip(text); in GetToolTipAt()