Home
last modified time | relevance | path

Searched refs:own_getTip (Results 1 – 4 of 4) sorted by relevance

/dports/games/fillets-ng/fillets-ng-1.0.1/src/widget/
H A DWiBox.h16 virtual std::string own_getTip(const V2 &loc);
H A DIWidget.cpp33 result = own_getTip(loc); in getTip()
H A DIWidget.h20 virtual std::string own_getTip(const V2 &/*loc*/) { return m_tip; } in own_getTip() function
H A DWiBox.cpp39 WiBox::own_getTip(const V2 &loc) in own_getTip() function in WiBox