◆ Update() [1/2]
| Slic3r::Update::Update |
( |
| ) |
|
|
inline |
◆ Update() [2/2]
| Slic3r::Update::Update |
( |
fs::path && |
source, |
|
|
fs::path && |
target, |
|
|
const Version & |
version, |
|
|
std::string |
vendor, |
|
|
std::string |
changelog_url, |
|
|
bool |
forced = false |
|
) |
| |
|
inline |
106 {}
std::string changelog_url
Definition PresetUpdater.cpp:94
bool forced_update
Definition PresetUpdater.cpp:96
fs::path source
Definition PresetUpdater.cpp:89
fs::path target
Definition PresetUpdater.cpp:90
std::string vendor
Definition PresetUpdater.cpp:93
Version version
Definition PresetUpdater.cpp:92
◆ install()
| void Slic3r::Update::install |
( |
| ) |
const |
|
inline |
109 {
111 }
void copy_file_fix(const fs::path &source, const fs::path &target)
Definition PresetUpdater.cpp:56
References source, and target.
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const Update & |
self |
|
) |
| |
|
friend |
114 {
115 os << "Update(" << self.source.string() << " -> " << self.target.string() << ')';
116 return os;
117 }
◆ changelog_url
| std::string Slic3r::Update::changelog_url |
◆ forced_update
| bool Slic3r::Update::forced_update |
◆ source
| fs::path Slic3r::Update::source |
◆ target
| fs::path Slic3r::Update::target |
◆ vendor
| std::string Slic3r::Update::vendor |
◆ version
The documentation for this struct was generated from the following file: