Limo
A simple mod manager
Loading...
Searching...
No Matches
CaseMatchingDeployer Member List

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) constCaseMatchingDeployerprivate
adaptLoadorderFiles(const std::vector< int > &loadorder, std::optional< ProgressNode * > progress_node={}) constCaseMatchingDeployerprivate
addMod(int mod_id, bool enabled=true, bool update_conflicts=true)Deployervirtual
addProfile(int source=-1)Deployervirtual
applyModAction(int action, int mod_id)Deployervirtual
auto_update_conflict_groups_Deployerprotected
autoUpdateConflictGroups() constDeployer
backup_extension_Deployerprotected
backupOrRestoreFiles(const std::map< std::filesystem::path, int > &source_files, const std::map< std::filesystem::path, int > &dest_files) constDeployerprotected
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)Deployervirtual
checkModPathExistsAndMaybeLogError(int mod_id) constDeployerprotected
cleanup()Deployervirtual
conflict_groups_Deployerprotected
copy enum valueDeployer
current_profile_Deployerprotected
deploy(const std::vector< int > &loadorder, std::optional< ProgressNode * > progress_node={}) overrideCaseMatchingDeployervirtual
deploy(std::optional< ProgressNode * > progress_node={})CaseMatchingDeployervirtual
deploy_mode_Deployerprotected
deployed_files_name_Deployerprotected
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={}) constDeployerprotected
DeployMode enum nameDeployer
dest_path_Deployerprotected
destPath() constDeployer
fixInvalidLinkDeployMode()Deployervirtual
getAutoTagMap()Deployervirtual
getAutoTags()Deployervirtual
getConflictGroups() constDeployervirtual
getDeploymentSourceFilesAndModSizes(const std::vector< int > &loadorder) constDeployerprotected
getDeployMode() constDeployer
getDeployPriority() constDeployervirtual
getDestPath() constDeployer
getExternallyModifiedFiles(std::optional< ProgressNode * > progress_node={}) constDeployervirtual
getFileConflicts(int mod_id, bool show_disabled=false, std::optional< ProgressNode * > progress_node={}) constDeployervirtual
getLoadorder() constDeployervirtual
getModActions() constDeployervirtual
getModConflicts(int mod_id, std::optional< ProgressNode * > progress_node={})Deployervirtual
getModFiles(int mod_id, bool include_directories=false) constDeployerprotected
getModNames() constDeployervirtual
getModStatus(int mod_id)Deployer
getName() constDeployer
getNumMods() constDeployervirtual
getProfile() constDeployer
getSourcePath() constDeployer
getType() constDeployer
getValidModActions() constDeployervirtual
hard_link enum valueDeployer
hasMod(int mod_id) constDeployervirtual
idsAreSourceReferences() constDeployervirtual
is_autonomous_Deployerprotected
isAutonomous()Deployer
keepOrRevertFileModifications(const FileChangeChoices &changes_to_keep)Deployervirtual
loadDeployedFiles(std::optional< ProgressNode * > progress_node={}, std::filesystem::path dest_path="") constDeployerprotected
loadorders_Deployerprotected
log_Deployerprotected
managed_dir_file_name_Deployerprotected
modPathExists(int mod_id) constDeployerprotected
name_Deployerprotected
removeManagedDirFile(const std::filesystem::path &directory) constDeployerprotected
removeMod(int mod_id)Deployervirtual
removeProfile(int profile)Deployervirtual
saveDeployedFiles(const std::map< std::filesystem::path, int > &deployed_files, std::optional< ProgressNode * > progress_node={}) constDeployerprotected
setAutoUpdateConflictGroups(bool status)Deployer
setConflictGroups(const std::vector< std::vector< int > > &newConflict_groups)Deployervirtual
setDeployMode(DeployMode deploy_mode)Deployervirtual
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)Deployervirtual
setName(const std::string &name)Deployer
setProfile(int profile)Deployervirtual
setSourcePath(const std::filesystem::path &newSourcePath)Deployer
sortModsByConflicts(std::optional< ProgressNode * > progress_node={})Deployervirtual
source_path_Deployerprotected
sourcePath() constDeployer
supportsFileBrowsing() constDeployervirtual
supportsFileConflicts() constDeployervirtual
supportsModConflicts() constDeployervirtual
supportsReordering() constDeployervirtual
supportsSorting() constDeployervirtual
swapMod(int old_id, int new_id)Deployervirtual
sym_link enum valueDeployer
type_Deployerprotected
unDeploy(std::optional< ProgressNode * > progress_node={})Deployervirtual
updateConflictGroups(std::optional< ProgressNode * > progress_node={})Deployer
updateDeployedFilesForMod(int mod_id, std::optional< ProgressNode * > progress_node={}) const overrideCaseMatchingDeployervirtual
verifyDirectories()Deployer