![]() |
Limo
A simple mod manager
|
This is the complete list of members for LootDeployer, including all inherited members.
addMod(int mod_id, bool enabled=true, bool update_conflicts=true) override | PluginDeployer | virtual |
addProfile(int source=-1) override | LootDeployer | virtual |
app_plugin_file_name_ | LootDeployer | protected |
app_type_ | LootDeployer | protected |
APP_TYPE_WITH_FILE_MOD_ORDER | LootDeployer | inlineprotectedstatic |
applyModAction(int action, int mod_id) | Deployer | virtual |
auto_update_conflict_groups_ | Deployer | protected |
auto_update_lists_ | LootDeployer | protected |
autoUpdateConflictGroups() const | Deployer | |
backup_extension_ | Deployer | protected |
backupOrRestoreFiles(const std::map< std::filesystem::path, int > &source_files, const std::map< std::filesystem::path, int > &dest_files) const | Deployer | protected |
changeLoadorder(int from_index, int to_index) override | PluginDeployer | virtual |
checkModPathExistsAndMaybeLogError(int mod_id) const | Deployer | protected |
cleanup() override | LootDeployer | virtual |
config_file_name_ | PluginDeployer | protected |
conflict_groups_ | Deployer | protected |
copy enum value | Deployer | |
current_profile_ | Deployer | protected |
DEFAULT_LIST_URLS | LootDeployer | inlinestatic |
DEFAULT_PRELUDE_URL | LootDeployer | inlinestatic |
deploy(std::optional< ProgressNode * > progress_node={}) override | PluginDeployer | virtual |
deploy(const std::vector< int > &loadorder, std::optional< ProgressNode * > progress_node={}) override | PluginDeployer | virtual |
deploy_mode_ | Deployer | protected |
deployed_files_name_ | Deployer | protected |
Deployer(const std::filesystem::path &source_path, const std::filesystem::path &dest_path, const std::string &name, DeployMode deploy_mode=hard_link) | Deployer | |
deployFiles(const std::map< std::filesystem::path, int > &source_files, std::optional< ProgressNode * > progress_node={}) const | Deployer | protected |
DeployMode enum name | Deployer | |
dest_path_ | Deployer | protected |
destPath() const | Deployer | |
downloadList(std::string url, const std::string &file_name) | LootDeployer | protectedvirtual |
EXTENSION | PluginDeployer | protectedstatic |
fixInvalidLinkDeployMode() override | PluginDeployer | virtual |
getAutoTagMap() override | LootDeployer | virtual |
getAutoTags() override | PluginDeployer | virtual |
getConflictGroups() const override | PluginDeployer | virtual |
getDeploymentSourceFilesAndModSizes(const std::vector< int > &loadorder) const | Deployer | protected |
getDeployMode() const | Deployer | |
getDeployPriority() const override | PluginDeployer | virtual |
getDestPath() const | Deployer | |
getExternallyModifiedFiles(std::optional< ProgressNode * > progress_node={}) const override | PluginDeployer | virtual |
getFileConflicts(int mod_id, bool show_disabled=false, std::optional< ProgressNode * > progress_node={}) const override | PluginDeployer | virtual |
getLoadorder() const override | PluginDeployer | virtual |
getModActions() const | Deployer | virtual |
getModConflicts(int mod_id, std::optional< ProgressNode * > progress_node={}) override | LootDeployer | virtual |
getModFiles(int mod_id, bool include_directories=false) const | Deployer | protected |
getModNames() const override | PluginDeployer | virtual |
getModStatus(int mod_id) | Deployer | |
getName() const | Deployer | |
getNumMods() const override | PluginDeployer | virtual |
getProfile() const | Deployer | |
getRootOfTargetDirectory(std::filesystem::path target) const | PluginDeployer | protected |
getSourcePath() const | Deployer | |
getType() const | Deployer | |
getValidModActions() const override | PluginDeployer | virtual |
hard_link enum value | Deployer | |
hasMod(int mod_id) const override | PluginDeployer | virtual |
hideFile(const std::string &name) | PluginDeployer | protected |
idsAreSourceReferences() const override | PluginDeployer | virtual |
is_autonomous_ | Deployer | protected |
isAutonomous() | Deployer | |
keepOrRevertFileModifications(const FileChangeChoices &changes_to_keep) override | PluginDeployer | virtual |
LIGHT_PLUGIN | LootDeployer | protectedstatic |
list_download_time_ | LootDeployer | protected |
LIST_URLS | LootDeployer | inlinestatic |
loadDeployedFiles(std::optional< ProgressNode * > progress_node={}, std::filesystem::path dest_path="") const | Deployer | protected |
LOADORDER_FILE_NAME | LootDeployer | protectedstatic |
loadorders_ | Deployer | protected |
loadPlugins() | PluginDeployer | protectedvirtual |
loadSettings() override | LootDeployer | protectedvirtual |
loadSettingsPrivate() | LootDeployer | protected |
log_ | Deployer | protected |
LootDeployer(const std::filesystem::path &source_path, const std::filesystem::path &dest_path, const std::string &name, bool init_tags=true, bool perform_init=true) | LootDeployer | |
managed_dir_file_name_ | Deployer | protected |
MASTER_PLUGIN | LootDeployer | protectedstatic |
modPathExists(int mod_id) const | Deployer | protected |
name_ | Deployer | protected |
num_light_plugins_ | LootDeployer | protected |
num_master_plugins_ | LootDeployer | protected |
num_profiles_ | PluginDeployer | protected |
num_standard_plugins_ | LootDeployer | protected |
plugin_file_line_regex_ | PluginDeployer | protected |
plugin_file_name_ | PluginDeployer | protected |
PLUGIN_FILE_NAMES | LootDeployer | inlineprotectedstatic |
plugin_regex_ | PluginDeployer | protected |
PluginDeployer(const std::filesystem::path &source_path, const std::filesystem::path &dest_path, const std::string &name) | PluginDeployer | |
plugins_ | PluginDeployer | protected |
PRELUDE_URL | LootDeployer | inlinestatic |
readPluginTags() | LootDeployer | protected |
readSourceMods() | PluginDeployer | protectedvirtual |
removeManagedDirFile(const std::filesystem::path &directory) const | Deployer | protected |
removeMod(int mod_id) override | PluginDeployer | virtual |
removeProfile(int profile) override | LootDeployer | virtual |
resetSettings() override | LootDeployer | protectedvirtual |
resetSettingsPrivate() | LootDeployer | protected |
restoreUndeployBackupIfExists() override | LootDeployer | protectedvirtual |
saveDeployedFiles(const std::map< std::filesystem::path, int > &deployed_files, std::optional< ProgressNode * > progress_node={}) const | Deployer | protected |
saveSettings() const override | LootDeployer | protectedvirtual |
setAutoUpdateConflictGroups(bool status) | Deployer | |
setConflictGroups(const std::vector< std::vector< int > > &newConflict_groups) override | PluginDeployer | virtual |
setDeployMode(DeployMode deploy_mode) override | PluginDeployer | virtual |
setDestPath(const std::filesystem::path &path) | Deployer | |
setLoadorder(const std::vector< std::tuple< int, bool > > &loadorder) | Deployer | |
setLog(const std::function< void(Log::LogLevel, const std::string &)> &newLog) | Deployer | |
setModStatus(int mod_id, bool status) override | PluginDeployer | virtual |
setName(const std::string &name) | Deployer | |
setProfile(int profile) override | LootDeployer | virtual |
setSourcePath(const std::filesystem::path &newSourcePath) | Deployer | |
setupPluginFiles() | LootDeployer | protected |
sortModsByConflicts(std::optional< ProgressNode * > progress_node={}) override | LootDeployer | virtual |
source_mods_ | PluginDeployer | protected |
source_mods_file_name_ | PluginDeployer | protected |
source_path_ | Deployer | protected |
sourcePath() const | Deployer | |
STANDARD_PLUGIN | LootDeployer | protectedstatic |
supportsFileBrowsing() const override | PluginDeployer | virtual |
supportsFileConflicts() const override | PluginDeployer | virtual |
supportsModConflicts() const | Deployer | virtual |
supportsReordering() const | Deployer | virtual |
supportsSorting() const | Deployer | virtual |
swapMod(int old_id, int new_id) override | PluginDeployer | virtual |
sym_link enum value | Deployer | |
tags_ | PluginDeployer | protected |
tags_file_name_ | PluginDeployer | protected |
type_ | Deployer | protected |
TYPE_IDENTIFIERS | LootDeployer | inlineprotectedstatic |
unDeploy(std::optional< ProgressNode * > progress_node={}) override | LootDeployer | virtual |
UNDEPLOY_BACKUP_EXTENSION | PluginDeployer | protectedstatic |
updateAppType() | LootDeployer | protected |
updateConflictGroups(std::optional< ProgressNode * > progress_node={}) | Deployer | |
updateDeployedFilesForMod(int mod_id, std::optional< ProgressNode * > progress_node={}) const override | PluginDeployer | virtual |
updateMasterList() | LootDeployer | protectedvirtual |
updatePlugins() | PluginDeployer | protectedvirtual |
updatePluginTags() override | LootDeployer | protectedvirtual |
updatePluginTagsPrivate() | LootDeployer | protected |
updateSourceMods() | PluginDeployer | protectedvirtual |
verifyDirectories() | Deployer | |
writePlugins() const override | LootDeployer | protectedvirtual |
writePluginTags() const | PluginDeployer | protectedvirtual |
writeSourceMods() const | PluginDeployer | protectedvirtual |