Home
last modified time | relevance | path

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

/dports/x11/waybar/Waybar-0.9.12/src/modules/sway/
H A Dwindow.cpp48 std::optional<std::string> getDesktopFilePath(const std::string& app_id) { in getDesktopFilePath() function
60 const auto desktop_file_path = getDesktopFilePath(app_id); in getIconName()
/dports/games/granatier/granatier-21.12.3/src/
H A Dplayer.h121 QString getDesktopFilePath() const;
H A Dplayer.cpp67 QString Player::getDesktopFilePath() const in getDesktopFilePath() function in Player
H A Dgamescene.cpp60 const QString desktopPath = player->getDesktopFilePath(); in GameScene()