WebpagePrinterTool 2.0
Print a web page skip the browser's print preview
载入中...
搜索中...
未找到
WebInterface.h 文件参考

request response 接口数据格式 更多...

#include "ModelsJson.h"
#include "PrintedPage.h"
#include "PrinterConfig.h"
#include <QJsonObject>
#include <QPrinterInfo>
#include <deque>
#include <optional>
#include <qjsonarray.h>
#include <qjsonobject.h>
#include <string_view>
WebInterface.h 的引用(Include)关系图:
此图展示该文件被哪些文件直接或间接地引用了:

浏览该文件的源代码.

struct  RespBase
 base response,所有返回均包含此类成员 更多...
 
struct  RespError
 所有接口的错误返回 更多...
 
struct  RequestAddConfig
 添加打印配置 request 更多...
 
struct  RespAddConfig
 添加打印配置 response 更多...
 
struct  RequestUpdateConfig
 更新打印配置 request 更多...
 
struct  RespUpdateConfig
 更新打印配置 response 更多...
 
struct  RequestDelConfig
 删除打印配置 request 更多...
 
struct  RespDelConfig
 删除打印配置 response 更多...
 
struct  RequestGetAllConfigs
 获取所有打印配置 request 更多...
 
struct  RespGetAllConfigs
 获取所有打印配置 response 更多...
 
struct  RequestGetPagesDesc
 倒序打印页面获取 request 更多...
 
struct  RespGetPagesDesc
 倒序打印页面获取 response 更多...
 
struct  RequestGetWebsocketServerPort
 获取 websocket 服务器端口号 request 更多...
 
struct  RespGetWebsocketServerPort
 获取 websocket 服务器端口号 response 更多...
 
struct  RequestGetPrintersInfo
 获取打印机信息 request 更多...
 
struct  PrinterInfo
 
struct  RespGetPrintersInfo
 获取打印机信息 response 更多...
 
struct  RequestPrintPage
 打印页面 request 更多...
 
struct  RespPrintPage
 打印页面 response 更多...
 

详细描述

request response 接口数据格式

版本
0.1
日期
2025-09-06