#include <src/slic3r/Utils/PrintHost.hpp>
|
| std::shared_ptr< priv > | p |
| |
◆ PrintHostJobQueue() [1/3]
113{
114 p->queue_dialog = queue_dialog;
115}
std::shared_ptr< priv > p
Definition PrintHost.hpp:128
Definition CutSurface.cpp:39
References p.
◆ PrintHostJobQueue() [2/3]
◆ PrintHostJobQueue() [3/3]
◆ ~PrintHostJobQueue()
| Slic3r::PrintHostJobQueue::~PrintHostJobQueue |
( |
| ) |
|
118{
119 if (
p) {
p->stop_bg_thread(); }
120}
References p.
◆ cancel()
| void Slic3r::PrintHostJobQueue::cancel |
( |
size_t |
id | ) |
|
◆ enqueue()
315{
316 p->start_bg_thread();
317 p->queue_dialog->append_job(job);
318 p->channel_jobs.push(std::move(job));
319}
References p.
◆ operator=() [1/2]
◆ operator=() [2/2]
| std::shared_ptr<priv> Slic3r::PrintHostJobQueue::p |
|
private |
The documentation for this class was generated from the following files: