◆ Incompat()
| Slic3r::Incompat::Incompat |
( |
fs::path && |
bundle, |
|
|
const Version & |
version, |
|
|
std::string |
vendor |
|
) |
| |
|
inline |
130 {}
Version version
Definition PresetUpdater.cpp:123
std::string vendor
Definition PresetUpdater.cpp:124
fs::path bundle
Definition PresetUpdater.cpp:122
◆ remove()
| void Slic3r::Incompat::remove |
( |
| ) |
|
|
inline |
132 {
133
135
136
137 const fs::path installed_idx =
bundle.replace_extension(
"idx");
138 if (fs::exists(installed_idx)) {
139 fs::remove(installed_idx);
140 }
141 }
References bundle.
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const Incompat & |
self |
|
) |
| |
|
friend |
143 {
144 os << "Incompat(" << self.bundle.string() << ')';
145 return os;
146 }
◆ bundle
| fs::path Slic3r::Incompat::bundle |
◆ vendor
| std::string Slic3r::Incompat::vendor |
◆ version
The documentation for this struct was generated from the following file: