webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
WebKit::PrintInfo Struct Reference

#include <PrintInfo.h>

Public Member Functions

 PrintInfo ()
 
 PrintInfo (NSPrintInfo *)
 
void encode (IPC::Encoder &) const
 

Static Public Member Functions

static bool decode (IPC::Decoder &, PrintInfo &)
 

Public Attributes

float pageSetupScaleFactor
 
float availablePaperWidth
 
float availablePaperHeight
 

Constructor & Destructor Documentation

◆ PrintInfo() [1/2]

WebKit::PrintInfo::PrintInfo ( )

◆ PrintInfo() [2/2]

WebKit::PrintInfo::PrintInfo ( NSPrintInfo *  )
explicit

Member Function Documentation

◆ decode()

bool WebKit::PrintInfo::decode ( IPC::Decoder decoder,
PrintInfo info 
)
static

◆ encode()

void WebKit::PrintInfo::encode ( IPC::Encoder encoder) const

Member Data Documentation

◆ availablePaperHeight

float WebKit::PrintInfo::availablePaperHeight

◆ availablePaperWidth

float WebKit::PrintInfo::availablePaperWidth

◆ pageSetupScaleFactor

float WebKit::PrintInfo::pageSetupScaleFactor

The documentation for this struct was generated from the following files: