![]() |
Limo
A simple mod manager
|
This is the complete list of members for CaseMatchingDeployer, including all inherited members.
adaptDirectoryFiles(const std::filesystem::path &path, int mod_id, const std::filesystem::path &target_path) const | CaseMatchingDeployer | private |
adaptLoadorderFiles(const std::vector< int > &loadorder, std::optional< ProgressNode * > progress_node={}) const | CaseMatchingDeployer | private |
addMod(int mod_id, bool enabled=true, bool update_conflicts=true) | Deployer | virtual |
addProfile(int source=-1) | Deployer | virtual |
applyModAction(int action, int mod_id) | Deployer | virtual |
auto_update_conflict_groups_ | Deployer | 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 |
CaseMatchingDeployer(const std::filesystem::path &source_path, const std::filesystem::path &dest_path, const std::string &name, DeployMode deploy_mode=hard_link) | CaseMatchingDeployer | |
changeLoadorder(int from_index, int to_index) | Deployer | virtual |
checkModPathExistsAndMaybeLogError(int mod_id) const | Deployer | protected |
cleanup() | Deployer | virtual |
conflict_groups_ | Deployer | protected |
copy enum value | Deployer | |
current_profile_ | Deployer | protected |
deploy(const std::vector< int > &loadorder, std::optional< ProgressNode * > progress_node={}) override | CaseMatchingDeployer | virtual |
deploy(std::optional< ProgressNode * > progress_node={}) | CaseMatchingDeployer | 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 | |
fixInvalidLinkDeployMode() | Deployer | virtual |
getAutoTagMap() | Deployer | virtual |
getAutoTags() | Deployer | virtual |
getConflictGroups() const | Deployer | virtual |
getDeploymentSourceFilesAndModSizes(const std::vector< int > &loadorder) const | Deployer | protected |
getDeployMode() const | Deployer | |
getDeployPriority() const | Deployer | virtual |
getDestPath() const | Deployer | |
getExternallyModifiedFiles(std::optional< ProgressNode * > progress_node={}) const | Deployer | virtual |
getFileConflicts(int mod_id, bool show_disabled=false, std::optional< ProgressNode * > progress_node={}) const | Deployer | virtual |
getLoadorder() const | Deployer | virtual |
getModActions() const | Deployer | virtual |
getModConflicts(int mod_id, std::optional< ProgressNode * > progress_node={}) | Deployer | virtual |
getModFiles(int mod_id, bool include_directories=false) const | Deployer | protected |
getModNames() const | Deployer | virtual |
getModStatus(int mod_id) | Deployer | |
getName() const | Deployer | |
getNumMods() const | Deployer | virtual |
getProfile() const | Deployer | |
getSourcePath() const | Deployer | |
getType() const | Deployer | |
getValidModActions() const | Deployer | virtual |
hard_link enum value | Deployer | |
hasMod(int mod_id) const | Deployer | virtual |
idsAreSourceReferences() const | Deployer | virtual |
is_autonomous_ | Deployer | protected |
isAutonomous() | Deployer | |
keepOrRevertFileModifications(const FileChangeChoices &changes_to_keep) | Deployer | virtual |
loadDeployedFiles(std::optional< ProgressNode * > progress_node={}, std::filesystem::path dest_path="") const | Deployer | protected |
loadorders_ | Deployer | protected |
log_ | Deployer | protected |
managed_dir_file_name_ | Deployer | protected |
modPathExists(int mod_id) const | Deployer | protected |
name_ | Deployer | protected |
removeManagedDirFile(const std::filesystem::path &directory) const | Deployer | protected |
removeMod(int mod_id) | Deployer | virtual |
removeProfile(int profile) | Deployer | virtual |
saveDeployedFiles(const std::map< std::filesystem::path, int > &deployed_files, std::optional< ProgressNode * > progress_node={}) const | Deployer | protected |
setAutoUpdateConflictGroups(bool status) | Deployer | |
setConflictGroups(const std::vector< std::vector< int > > &newConflict_groups) | Deployer | virtual |
setDeployMode(DeployMode deploy_mode) | Deployer | 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) | Deployer | virtual |
setName(const std::string &name) | Deployer | |
setProfile(int profile) | Deployer | virtual |
setSourcePath(const std::filesystem::path &newSourcePath) | Deployer | |
sortModsByConflicts(std::optional< ProgressNode * > progress_node={}) | Deployer | virtual |
source_path_ | Deployer | protected |
sourcePath() const | Deployer | |
supportsFileBrowsing() const | Deployer | virtual |
supportsFileConflicts() const | Deployer | virtual |
supportsModConflicts() const | Deployer | virtual |
supportsReordering() const | Deployer | virtual |
supportsSorting() const | Deployer | virtual |
swapMod(int old_id, int new_id) | Deployer | virtual |
sym_link enum value | Deployer | |
type_ | Deployer | protected |
unDeploy(std::optional< ProgressNode * > progress_node={}) | Deployer | virtual |
updateConflictGroups(std::optional< ProgressNode * > progress_node={}) | Deployer | |
updateDeployedFilesForMod(int mod_id, std::optional< ProgressNode * > progress_node={}) const override | CaseMatchingDeployer | virtual |
verifyDirectories() | Deployer |