|
Enrollment 28.2.0
|
Holds instance of PrintExecutor. More...
#include <PrintExecutor.h>
Static Public Member Functions | |
| static std::shared_ptr< PrintExecutor > | Get () |
| Provides current executor. | |
| static void | Set (std::shared_ptr< PrintExecutor > executor) |
| Sets new global executor. | |
Holds instance of PrintExecutor.
When executor is not set then default one is LocalPrintExecutor. The class is singleton.
|
inlinestatic |
Provides current executor.
Referenced by Print::Create(), PrintCapture::Create(), SlapCapture::Create(), and ThumbsCapture::Create().
|
inlinestatic |
Sets new global executor.
| executor | new executor to store |
| NullArgumentException | when given executor is null |