Home
last modified time | relevance | path

Searched refs:DecorateRollover (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DLinkText.h33 … virtual std::string DecorateRollover(const std::string& target, const std::string& content) const;
53 …std::string DecorateRollover(const std::string& path_type, const std::string& content) const overr…
H A DLinkText.cpp191 std::string LinkDecorator::DecorateRollover(const std::string& target, const std::string& content) … in DecorateRollover() function in LinkDecorator
224 std::string PathTypeDecorator::DecorateRollover(const std::string& path_type, const std::string& co… in DecorateRollover() function in PathTypeDecorator
225 return LinkDecorator::DecorateRollover(path_type, BrowsePathLinkText(content)); in DecorateRollover()
277 return decorator->DecorateRollover(link.data, content); in LinkRolloverFormatTag()