OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/private/defs.h>
#include <owl/dialog.h>
#include <owl/printdia.h>
#include <vector>
#include <memory>
#include <owl/printer.rh>
#include <winspool.h>
#include <owl/preclass.h>
#include <owl/posclass.h>
Go to the source code of this file.
Classes | |
class | owl::TPrinterAbortDlg |
TPrinterAbortDlg is the object type of the default printer-abort dialog box. More... | |
class | owl::TPrintout |
TPrintout represents the physical printed document that is to sent to a printer to be printed. More... | |
class | owl::TPrinter |
TPrinter is an encapsulation around the Windows printer device interface, and represents the physical printer device. More... | |
class | owl::TPrinter::TDevMode |
Contains information about the initialization and environment of a printer device. More... | |
class | owl::TXPrinter |
TXPrinter describes an exception that results from an invalid printer object. More... | |
class | owl::TXPrinting |
TXPrinting describes an exception that indicates that printing failed. More... | |
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Enumerations | |
enum | owl::TPrintoutFlags { owl::pfGraphics = 0x01 , owl::pfText = 0x02 , owl::pfBoth = (pfGraphics|pfText) } |
TPrintout banding flags. More... | |