Python Bindings for KDE2 (v3.3.2) | ||
---|---|---|
Prev |
KMJobViewer is fully implemented.
JobItem* findItem (const QString&); void jobSelection (QPtrList<KMJob>&); JobItem* findItem (int); |
NOT Implemented
KMMainView is fully implemented.
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 is fully implemented.
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 is NOT implemented.
KMPrinterPage is fully implemented.
KMTimer is fully implemented.
KPReloadObject is fully implemented.
KPrintAction is fully implemented.
KPrintDialog is fully implemented.
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 is fully implemented. ***EXCEPT
virtual bool cmd (int, QPainter*, QPDevCmdParam*); |
NOT Implemented
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
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.
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.