WebpagePrinterTool 2.0
Print a web page skip the browser's print preview
载入中...
搜索中...
未找到
DataPack.h 文件参考
#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>
DataPack.h 的引用(Include)关系图:
此图展示该文件被哪些文件直接或间接地引用了:

浏览该文件的源代码.

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
 

枚举类型说明

◆ STEP

enum STEP
枚举值
GET_CONFIG 
PAGE_RENDER 
RENDER_PNG 
PRINTE 
LAST_PROCESS 

变量说明

◆ step_str

std::array<char const*, 5> step_str
constexpr
初始值:
= {"GET_CONFIG", "PAGE_RENDER", "RENDER_PNG",
"PRINTE",
"LAST_PROCESS"}