![]() |
Prusa Slicer 2.6.0
|
Collaboration diagram for Slic3r::PrintObjectStatusDB:Classes | |
| struct | iterator_range |
Public Types | |
| using | iterator = std::multiset< PrintObjectStatus >::iterator |
| using | const_iterator = std::multiset< PrintObjectStatus >::const_iterator |
Public Member Functions | |
| PrintObjectStatusDB (const PrintObjectPtrs &print_objects) | |
| iterator_range | get_range (const ModelObject &model_object) const |
| iterator_range | get_range (const ModelObjectStatus &model_object_status) const |
| size_t | count (const ModelObject &model_object) |
| std::multiset< PrintObjectStatus >::iterator | begin () |
| std::multiset< PrintObjectStatus >::iterator | end () |
| void | clear () |
Private Attributes | |
| std::multiset< PrintObjectStatus > | m_db |
| using Slic3r::PrintObjectStatusDB::const_iterator = std::multiset<PrintObjectStatus>::const_iterator |
| using Slic3r::PrintObjectStatusDB::iterator = std::multiset<PrintObjectStatus>::iterator |
|
inline |
|
inline |
|
inline |
|
inline |
References Slic3r::ObjectBase::id().
Referenced by Slic3r::Print::apply().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
References Slic3r::ObjectBase::id().
Referenced by Slic3r::Print::apply().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References Slic3r::ModelObjectStatus::id.
|
private |