Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QtopiaPrinterInterface class provides the minimum interface to various printers. More...
#include <QtopiaPrinterInterface>
Inherited by QtopiaPrinterPlugin.
The QtopiaPrinterInterface class provides the minimum interface to various printers.
The embedded systems usually have restricted printing capability. The QtopiaPrinterInterface class declares the minimum set of functions that has to be implemented by printer plug-ins to provide printing capabilities within Qtopia.
See also QtopiaPrinterPlugin.
Destroys the printer object.
Attempts to stop the printing. Returns true if printing is successfully interrupted; otherwise returns false.
Returns true if the printing is currently supported.
Returns a name of the printing mechanism.
Sends printer options data to a printer that can be used to configure the printer. Values are consist of a QString form of QPrintEngine::PrintEnginePropertyKey and its value.
Prints fileName. mimeType is optional.
Prints html.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |