kdeprint Module Reference

KMJobViewer

KMJobViewer is fully implemented.

JobItem* findItem (const QString&);
void jobSelection (QPtrList<KMJob>&);
JobItem* findItem (int);

NOT Implemented

KMMainView

KMMainView is fully implemented.

KMManager

KMManager is fully implemented. *** EXCEPT

DrMain* loadDriver (KMPrinter*, bool = 0);
virtual DrMain* loadPrinterDriver (KMPrinter*, bool = 0);
virtual DrMain* loadDbDriver (KMDBEntry*);
virtual DrMain* loadFileDriver (const QString&);
virtual bool savePrinterDriver (KMPrinter*, DrMain*);
virtual bool validateDbDriver (KMDBEntry*);

NOT Implemented

KMObject

KMObject is fully implemented.

KMPrinter

KMPrinter is fully implemented. *** EXCEPT

DrMain* driver () const;
void setDriver (DrMain*);
DrMain* takeDriver ();
KMDBEntry* dbEntry () const;
void setDbEntry (KMDBEntry*);

NOT Implemented

KStringMap defaultOptions () const;

RETURNS a Python dict with key:QString, value:QString

KStringMap editedOptions () const;

RETURNS a Python dict with key:QString, value:QString

KStringMap options () const;

RETURNS a Python dict with key:QString, value:QString

void setDefaultOptions (const KStringMap&);

TAKES a Python dict with key:QString, value:QString

void setEditedOptions (const KStringMap&);

TAKES a Python dict with key:QString, value:QString

void setOptions (const KStringMap&);

TAKES a Python dict with key:QString, value:QString

KMPrinterList

KMPrinterList is NOT implemented.

KMPrinterPage

KMPrinterPage is fully implemented.

KMTimer

KMTimer is fully implemented.

KPReloadObject

KPReloadObject is fully implemented.

KPrintAction (KDE3.0+)

KPrintAction is fully implemented.

KPrintDialog

KPrintDialog is fully implemented.

KPrintDialogPage

KPrintDialogPage is fully implemented.

DrMain*              driver ();
KPrintDialogPage (KMPrinter*, DrMain* = 0, QWidget* /TransferThis/ = 0, const char* = 0);

NOT Implemented

virtual void getOptions (KStringMap&, bool = 0);

TAKES a bool and RETURNS a Python dict with key:QString, value:QString

virtual void setOptions (KStringMap&);

TAKES a Python dict with key:QString, value:QString

KPrinterWrapper

KPrinterWrapper is fully implemented. ***EXCEPT

virtual bool cmd (int, QPainter*, QPDevCmdParam*);

NOT Implemented

KPrinter

KPrinter is fully implemented. ***EXCEPT

virtual bool cmd (int, QPainter*, QPDevCmdParam*);

NOT Implemented

const KStringMap& options () const;

RETURNS a Python dict with key:QString, value:QString

IntValueList pageList () const;

RETURNS a Python list of int

void setOptions (const KStringMap&);

TAKES a Python dict with key:QString, value:QString

KPrinterImpl* implementation () const;

NOT Implemented

KPrinterList - mapped type

Mapped type - cannot be instantiated. Whenever KPrinterList is the return type of a function or the type of an argument, a Python list of KMPrinter is used instead.

KPrintDlgPageList - mapped type

Mapped type - cannot be instantiated. Whenever KPrintDlgPageList is the return type of a function or the type of an argument, a Python list of KPrintDialogPage is used instead.