![]() |
Limo
A simple mod manager
|
This is the complete list of members for ModdedApplication, including all inherited members.
active_group_members_ | ModdedApplication | private |
addAutoTag(const std::string &tag_name, const std::string &expression, const std::vector< TagCondition > &conditions, bool update) | ModdedApplication | |
addAutoTag(const Json::Value &json_tag, bool update) | ModdedApplication | |
addBackup(int target_id, const std::string &name, int source) | ModdedApplication | |
addBackupTarget(const std::filesystem::path &path, const std::string &name, const std::vector< std::string > &backup_names) | ModdedApplication | |
addDeployer(const EditDeployerInfo &info) | ModdedApplication | |
addManualTag(const std::string &tag_name) | ModdedApplication | |
addModToDeployer(int deployer, int mod_id, bool update_conflicts=true, std::optional< ProgressNode * > progress_node={}) | ModdedApplication | |
addModToGroup(int mod_id, int group, std::optional< ProgressNode * > progress_node={}) | ModdedApplication | |
addModToIgnoreList(int deployer, int mod_id) | ModdedApplication | |
addProfile(const EditProfileInfo &info) | ModdedApplication | |
addTagsToMods(const std::vector< std::string > &tag_names, const std::vector< int > &mod_ids) | ModdedApplication | |
addTool(const Tool &tool) | ModdedApplication | |
app_versions_ | ModdedApplication | private |
applyModAction(int deployer, int action, int mod_id) | ModdedApplication | |
auto_tag_map_ | ModdedApplication | private |
auto_tags_ | ModdedApplication | private |
bak_man_ | ModdedApplication | private |
changeActiveGroupMember(int group, int mod_id, std::optional< ProgressNode * > progress_node={}) | ModdedApplication | |
changeAutoTagEvaluator(const std::string &tag_name, const std::string &expression, const std::vector< TagCondition > &conditions, bool update) | ModdedApplication | |
changeLoadorder(int deployer, int from_index, int to_index) | ModdedApplication | |
changeManualTagName(const std::string &old_name, const std::string &new_name, bool update_map=true) | ModdedApplication | |
changeModName(int mod_id, const std::string &new_name) | ModdedApplication | |
changeModVersion(int mod_id, const std::string &new_version) | ModdedApplication | |
checkForModUpdates() | ModdedApplication | |
checkModsForUpdates(const std::vector< int > &mod_ids) | ModdedApplication | |
cleanupFailedInstallation() | ModdedApplication | |
command() const | ModdedApplication | |
command_ | ModdedApplication | private |
CONFIG_FILE_NAME | ModdedApplication | inlinestatic |
createGroup(int first_mod_id, int second_mod_id, std::optional< ProgressNode * > progress_node={}) | ModdedApplication | |
current_profile_ | ModdedApplication | private |
deleteAllData() | ModdedApplication | |
deployers_ | ModdedApplication | private |
deployMods() | ModdedApplication | |
deployModsFor(std::vector< int > deployers) | ModdedApplication | |
download_dir_ | ModdedApplication | private |
downloadMod(const std::string &url, std::function< void(float)> progress_callback) | ModdedApplication | |
editAutoTags(const std::vector< EditAutoTagAction > &actions) | ModdedApplication | |
editDeployer(int deployer, const EditDeployerInfo &info) | ModdedApplication | |
editManualTags(const std::vector< EditManualTagAction > &actions) | ModdedApplication | |
editProfile(int profile, const EditProfileInfo &info) | ModdedApplication | |
editTool(int tool_id, const Tool &new_tool) | ModdedApplication | |
export_file_name | ModdedApplication | private |
exportConfiguration(const std::vector< int > &deployers, const std::vector< std::string > &auto_tags) | ModdedApplication | |
extractArchive(const std::filesystem::path &source, const std::filesystem::path &target) | ModdedApplication | |
fixInvalidHardLinkDeployers() | ModdedApplication | |
generalizeSteamPath(const std::string &path) | ModdedApplication | private |
getAppInfo() const | ModdedApplication | |
getBackupTargets() const | ModdedApplication | |
getConfigFileName() const | ModdedApplication | |
getConflictGroups(int deployer) | ModdedApplication | |
getDeployerInfo(int deployer) | ModdedApplication | |
getDeployerNames() const | ModdedApplication | |
getDownloadUrl(const std::string &nxm_url) | ModdedApplication | |
getDownloadUrlForFile(int nexus_file_id, const std::string &mod_url) | ModdedApplication | |
getExternalChanges(int deployer) | ModdedApplication | |
getFileConflicts(int deployer, int mod_id, bool show_disabled) const | ModdedApplication | |
getLoadorder(int deployer) const | ModdedApplication | |
getModConflicts(int deployer, int mod_id) | ModdedApplication | |
getModGroup(int mod_id) | ModdedApplication | |
getModInfo() const | ModdedApplication | |
getModName(int mod_id) const | ModdedApplication | private |
getNexusPage(int mod_id) | ModdedApplication | |
getNexusPageUrl(const std::string &nxm_url) | ModdedApplication | |
getNumDeployers() const | ModdedApplication | |
getNumGroups() | ModdedApplication | |
getProfileNames() const | ModdedApplication | |
getStagingDir() const | ModdedApplication | |
getTools() const | ModdedApplication | |
group_map_ | ModdedApplication | private |
groups_ | ModdedApplication | private |
icon_path_ | ModdedApplication | private |
iconPath() const | ModdedApplication | |
installed_mods_ | ModdedApplication | private |
installer_map_ | ModdedApplication | private |
installMod(const AddModInfo &info) | ModdedApplication | |
json_settings_ | ModdedApplication | private |
keepOrRevertFileModifications(int deployer, const FileChangeChoices &changes_to_keep) const | ModdedApplication | |
last_mod_id_ | ModdedApplication | private |
log_ | ModdedApplication | private |
manual_tag_map_ | ModdedApplication | private |
manual_tags_ | ModdedApplication | private |
ModdedApplication(std::filesystem::path staging_dir, std::string name="", std::string command="", std::filesystem::path icon_path="", std::string app_version="") | ModdedApplication | |
modHasGroup(int mod_id) | ModdedApplication | |
name() const | ModdedApplication | |
name_ | ModdedApplication | private |
overwriteBackup(int target_id, int source_backup, int dest_backup) | ModdedApplication | |
performUpdateCheck(const std::vector< int > &target_mod_indices) | ModdedApplication | private |
profile_names_ | ModdedApplication | private |
progress_callback_ | ModdedApplication | private |
readSettings() | ModdedApplication | private |
reapplyAutoTags() | ModdedApplication | |
removeAllBackupTargets() | ModdedApplication | |
removeAutoTag(const std::string &tag_name, bool update) | ModdedApplication | |
removeBackup(int target_id, int backup_id) | ModdedApplication | |
removeBackupTarget(int target_id) | ModdedApplication | |
removeDeployer(int deployer, bool cleanup) | ModdedApplication | |
removeManualTag(const std::string &tag_name, bool update_map=true) | ModdedApplication | |
removeModFromDeployer(int deployer, int mod_id, bool update_conflicts=true, std::optional< ProgressNode * > progress_node={}) | ModdedApplication | |
removeModFromGroup(int mod_id, bool update_conflicts=true, std::optional< ProgressNode * > progress_node={}) | ModdedApplication | |
removeProfile(int profile) | ModdedApplication | |
removeTagsFromMods(const std::vector< std::string > &tag_names, const std::vector< int > &mod_ids) | ModdedApplication | |
removeTool(int tool_id) | ModdedApplication | |
renameAutoTag(const std::string &old_name, const std::string &new_name, bool update) | ModdedApplication | |
replaceMod(const AddModInfo &info) | ModdedApplication | private |
setActiveBackup(int target_id, int backup_id) | ModdedApplication | |
setAppVersion(const std::string &app_version) | ModdedApplication | |
setBackupName(int target_id, int backup_id, const std::string &name) | ModdedApplication | |
setBackupTargetName(int target_id, const std::string &name) | ModdedApplication | |
setCommand(const std::string &newCommand) | ModdedApplication | |
setIconPath(const std::filesystem::path &icon_path) | ModdedApplication | |
setLog(const std::function< void(Log::LogLevel, const std::string &)> &newLog) | ModdedApplication | |
setModSources(int mod_id, const std::string &local_source, const std::string &remote_source) | ModdedApplication | |
setModStatus(int deployer, int mod_id, bool status) | ModdedApplication | |
setName(const std::string &newName) | ModdedApplication | |
setProfile(int profile) | ModdedApplication | |
setProgressCallback(const std::function< void(float)> &progress_callback) | ModdedApplication | |
setStagingDir(std::string staging_dir, bool move_existing) | ModdedApplication | |
setTagsForMods(const std::vector< std::string > &tag_names, const std::vector< int > mod_ids) | ModdedApplication | |
sortModsByConflicts(int deployer) | ModdedApplication | |
splitMod(int mod_id, int deployer) | ModdedApplication | private |
staging_dir_ | ModdedApplication | private |
suppressUpdateNotification(const std::vector< int > &mod_ids) | ModdedApplication | |
tools_ | ModdedApplication | private |
unDeployMods() | ModdedApplication | |
unDeployModsFor(std::vector< int > deployers) | ModdedApplication | |
uninstallGroupMembers(const std::vector< int > &mod_ids) | ModdedApplication | |
uninstallMods(const std::vector< int > &mod_ids, const std::string &installer_type="") | ModdedApplication | |
updateAutoTagMap() | ModdedApplication | private |
updateAutoTags(const std::vector< int > mod_ids) | ModdedApplication | |
updateDeployerGroups(std::optional< ProgressNode * > progress_node={}) | ModdedApplication | private |
updateIgnoredFiles(int deployer) | ModdedApplication | |
updateManualTagMap() | ModdedApplication | private |
updateModDeployers(const std::vector< int > &mod_ids, const std::vector< bool > &deployers) | ModdedApplication | |
updateSettings(bool write=false) | ModdedApplication | private |
updateState(bool read=false) | ModdedApplication | private |
updateSteamIconPath() | ModdedApplication | private |
verifyDeployerDirectories() | ModdedApplication | |
verifyStagingDir(std::filesystem::path staging_dir) | ModdedApplication | static |
writeSettings() const | ModdedApplication | private |