Home
last modified time | relevance | path

Searched refs:update_tip_text (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilereg-stat.h13 virtual bool update_tip_text(string &tip) override;
H A Dtilereg-msg.h15 virtual bool update_tip_text(string &tip) override;
H A Dtilereg-mem.h13 virtual bool update_tip_text(string &tip) override;
H A Dtilereg-skl.h13 virtual bool update_tip_text(string &tip) override;
H A Dtilereg-abl.h13 virtual bool update_tip_text(string &tip) override;
H A Dtilereg-spl.h13 virtual bool update_tip_text(string &tip) override;
H A Dtilereg-inv.h13 virtual bool update_tip_text(string &tip) override;
H A Dtilereg-mon.h18 virtual bool update_tip_text(string &tip) override;
H A Dtilereg-stat.cc30 bool StatRegion::update_tip_text(string& tip) in update_tip_text() function in StatRegion
H A Dtilereg-map.h18 virtual bool update_tip_text(string &tip) override;
H A Dtilereg-cmd.h72 virtual bool update_tip_text(string &tip) override;
H A Dtilereg-dgn.h32 virtual bool update_tip_text(string &tip) override;
H A Dtilereg.h24 virtual bool update_tip_text(string &) { return false; } in update_tip_text() function
H A Dtilereg-tab.h47 virtual bool update_tip_text(string &tip) override;
H A Dtilereg-msg.cc41 bool MessageRegion::update_tip_text(string& tip) in update_tip_text() function in MessageRegion
H A Dtilereg-mem.cc96 bool MemoriseRegion::update_tip_text(string& tip) in update_tip_text() function in MemoriseRegion
H A Dtilereg-tab.cc404 bool TabbedRegion::update_tip_text(string &tip) in update_tip_text() function in TabbedRegion
416 return get_tab_region(active_tab())->update_tip_text(tip); in update_tip_text()
H A Dtilereg-cmd.cc92 bool CommandRegion::update_tip_text(string& tip) in update_tip_text() function in CommandRegion
H A Dtilereg-abl.cc98 bool AbilityRegion::update_tip_text(string& tip) in update_tip_text() function in AbilityRegion
H A Dtilereg-mon.cc98 bool MonsterRegion::update_tip_text(string &tip) in update_tip_text() function in MonsterRegion
H A Dtilereg-spl.cc96 bool SpellRegion::update_tip_text(string& tip) in update_tip_text() function in SpellRegion
H A Dtilereg-skl.cc113 bool SkillRegion::update_tip_text(string& tip) in update_tip_text() function in SkillRegion
H A Dtilereg-map.cc295 bool MapRegion::update_tip_text(string& tip) in update_tip_text() function in MapRegion
H A Dtilereg-inv.cc261 bool InventoryRegion::update_tip_text(string& tip) in update_tip_text() function in InventoryRegion
H A Dtilereg-dgn.cc592 bool DungeonRegion::update_tip_text(string &tip) in update_tip_text() function in DungeonRegion

12