WebpagePrinterTool 2.0
Print a web page skip the browser's print preview
|
#include "../db/SqliteDb.h"
#include "../excep/JsonParseError.h"
#include "../excep/SqliteOpError.h"
#include "../model/ModelsJson.h"
#include "../model/PrintedPage.h"
#include "../model/PrinterConfig.h"
#include "../model/WebInterface.h"
#include <array>
#include <functional>
#include <optional>
#include <qjsonobject.h>
#include <tuple>
类 | |
struct | PrinterDataPack |
枚举 | |
enum | STEP { GET_CONFIG = 0 , PAGE_RENDER = 1 , RENDER_PNG = 2 , PRINTE = 3 , LAST_PROCESS = 4 } |
变量 | |
constexpr std::array< char const *, 5 > | step_str |
enum STEP |
|
constexpr |