org.kde.qt
public class QPrinter extends QPaintDevice
Field Summary | |
---|---|
static int | A0 |
static int | A1 |
static int | A2 |
static int | A3 |
static int | A4 |
static int | A5 |
static int | A6 |
static int | A7 |
static int | A8 |
static int | A9 |
static int | AllPages |
static int | Auto |
static int | B0 |
static int | B1 |
static int | B10 |
static int | B2 |
static int | B3 |
static int | B4 |
static int | B5 |
static int | B6 |
static int | B7 |
static int | B8 |
static int | B9 |
static int | C5E |
static int | Cassette |
static int | Color |
static int | Comm10E |
static int | Compatible |
static int | Custom |
static int | DLE |
static int | Envelope |
static int | EnvelopeManual |
static int | Executive |
static int | FirstPageFirst |
static int | Folio |
static int | FormSource |
static int | GrayScale |
static int | HighResolution |
static int | Landscape |
static int | LargeCapacity |
static int | LargeFormat |
static int | LastPageFirst |
static int | Ledger |
static int | Legal |
static int | Letter |
static int | Lower |
static int | Manual |
static int | Middle |
static int | NPageSize |
static int | OnlyOne |
static int | PageRange |
static int | Portrait |
static int | PrinterResolution |
static int | PrintPageRange |
static int | PrintSelection |
static int | PrintToFile |
static int | ScreenResolution |
static int | Selection |
static int | SmallFormat |
static int | Tabloid |
static int | Tractor |
Constructor Summary | |
---|---|
protected | QPrinter(Class dummy) |
QPrinter(int mode) | |
QPrinter() |
Method Summary | |
---|---|
boolean | abort() |
boolean | aborted() |
boolean | collateCopies() |
boolean | collateCopiesEnabled() |
int | colorMode() |
String | creator() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
String | docName() |
protected void | finalize() Deletes the wrapped C++ instance |
int | fromPage() |
boolean | fullPage() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isOptionEnabled(int arg1) |
QSize | margins() |
void | margins(int[] top, int[] left, int[] bottom, int[] right) |
int | maxPage() |
protected int | metric(int arg1) |
int | minPage() |
boolean | newPage() |
int | numCopies() |
int | orientation() |
String | outputFileName() |
boolean | outputToFile() |
int | pageOrder() |
int | pageSize() |
int | paperSource() |
String | printerName() |
String | printerSelectionOption() |
String | printProgram() |
int | printRange() |
int | resolution() |
void | setCollateCopies(boolean arg1) |
void | setCollateCopiesEnabled(boolean arg1) |
void | setColorMode(int arg1) |
void | setCreator(String arg1) |
void | setDocName(String arg1) |
void | setFromTo(int fromPage, int toPage) |
void | setFullPage(boolean arg1) |
void | setMargins(int top, int left, int bottom, int right) |
void | setMinMax(int minPage, int maxPage) |
void | setNumCopies(int arg1) |
void | setOptionEnabled(int arg1, boolean enable) |
void | setOrientation(int arg1) |
void | setOutputFileName(String arg1) |
void | setOutputToFile(boolean arg1) |
void | setPageOrder(int arg1) |
void | setPageSize(int arg1) |
void | setPaperSource(int arg1) |
void | setPrinterName(String arg1) |
void | setPrinterSelectionOption(String arg1) |
void | setPrintProgram(String arg1) |
void | setPrintRange(int range) |
void | setResolution(int arg1) |
boolean | setup(QWidget parent) |
boolean | setup() |
int | toPage() |