JX Application Framework
|
#include "JPSPrinter.h"
#include "JString.h"
#include "JLatentPG.h"
#include "jStreamUtil.h"
#include "jGlobals.h"
#include "jAssert.h"
Functions | |
std::istream & | operator>> (std::istream &input, JPSPrinter::PaperType &type) |
std::ostream & | operator<< (std::ostream &output, const JPSPrinter::PaperType type) |
Variables | |
const JFileVersion | kCurrentSetupVersion = 4 |
const JUtf8Byte | kSetupDataEndDelimiter = '\1' |
const JCoordinate | kMarginWidth = JPSPrinterBase::kPixelsPerInch/2 |
std::ostream & operator<< | ( | std::ostream & | output, |
const JPSPrinter::PaperType | type | ||
) |
std::istream & operator>> | ( | std::istream & | input, |
JPSPrinter::PaperType & | type | ||
) |
const JFileVersion kCurrentSetupVersion = 4 |
const JCoordinate kMarginWidth = JPSPrinterBase::kPixelsPerInch/2 |
const JUtf8Byte kSetupDataEndDelimiter = '\1' |