![]() |
Limo
A simple mod manager
|
This is the complete list of members for Tool, including all inherited members.
appendEnvironmentVariables(std::string &command, const std::map< std::string, std::string > &environment_variables, bool is_flatpak) const | Tool | private |
arguments_ | Tool | private |
command_overwrite_ | Tool | private |
encloseInQuotes(const std::string &string) const | Tool | private |
environment_variables_ | Tool | private |
executable_path_ | Tool | private |
getArguments() const | Tool | |
getCommand(bool is_flatpak) const | Tool | |
getCommandOverwrite() const | Tool | |
getEnvironmentVariables() const | Tool | |
getExecutablePath() const | Tool | |
getIconPath() const | Tool | |
getName() const | Tool | |
getPrefixPath() const | Tool | |
getProtontricksArguments() const | Tool | |
getRuntime() const | Tool | |
getSteamAppId() const | Tool | |
getWorkingDirectory() const | Tool | |
icon_path_ | Tool | private |
name_ | Tool | private |
native enum value | Tool | |
prefix_path_ | Tool | private |
protontricks enum value | Tool | |
protontricks_arguments_ | Tool | private |
Runtime enum name | Tool | |
runtime_ | Tool | private |
steam enum value | Tool | |
steam_app_id_ | Tool | private |
toJson() const | Tool | |
Tool()=default | Tool | |
Tool(const std::string &name, const std::filesystem::path &icon_path, const std::string &command) | Tool | |
Tool(const std::string &name, const std::filesystem::path &icon_path, const std::filesystem::path &executable_path, const std::filesystem::path &working_directory, const std::map< std::string, std::string > &environment_variables, const std::string &arguments) | Tool | |
Tool(const std::string &name, const std::filesystem::path &icon_path, const std::filesystem::path &executable_path, const std::filesystem::path &prefix_path, const std::filesystem::path &working_directory, const std::map< std::string, std::string > &environment_variables, const std::string &arguments) | Tool | |
Tool(const std::string &name, const std::filesystem::path &icon_path, const std::filesystem::path &executable_path, bool use_flatpak_protontricks, int steam_app_id, const std::filesystem::path &working_directory, const std::map< std::string, std::string > &environment_variables, const std::string &arguments, const std::string &protontricks_arguments) | Tool | |
Tool(const std::string &name, const std::filesystem::path &icon_path, int steam_app_id, bool use_flatpak_steam) | Tool | |
Tool(const Json::Value &json_object) | Tool | |
use_flatpak_runtime_ | Tool | private |
usesFlatpakRuntime() const | Tool | |
wine enum value | Tool | |
working_directory_ | Tool | private |