Python Bindings for KDE (PyKDE-3.7) | ||
---|---|---|
Prev |
DrBase is fully implemented except as noted:
virtual DriverItem* createItem (DriverItem* parent, DriverItem* after = 0) |
NOT implemented
DrGroup is fully implemented except as noted:
virtual DriverItem* createItem (DriverItem* parent, DriverItem* after = 0) DrBase* findOption (const QString& name, DrGroup** parentGroup = 0) DrGroup* findGroup (DrGroup* grp, DrGroup** parentGroup = 0) const QPtrList<DrGroup>& groups () const QPtrList<DrBase>& options () void createTree (DriverItem* parent) void flattenGroup (QMap<QString,DrBase*>& a0, int& a1) |
NOT implemented
DrMain is fully implemented except as noted:
DriverItem* createTreeView (QListView* parent) QMap<QString,DrBase*> flatten () |
NOT implemented
DrChoiceGroup is fully implemented except as noted:
DriverItem* createItem (DriverItem* parent, DriverItem* after = 0) |
NOT implemented
DrListOption is fully implemented except as noted:
QPtrList<DrBase>* choices () DriverItem* createItem (DriverItem* parent, DriverItem* after = 0) |
NOT implemented
KMJobManager.JobFilter is fully implemented except as noted:
variable m_type[2] |
NOT implemented
createPluginActions (a0) [KDE 3.1.0 - ]
TAKES a0 (KActionCollection) and RETURNS result (a Python list of KAction).
C++: virtual KActionPtrList createPluginActions (KActionCollection* a0) |
QDict<KMJobManager::JobFilter>* filter () KMThreadJob* threadJob () |
NOT implemented
KMManager is fully implemented except as noted:
virtual DrMain* loadPrinterDriver (KMPrinter* p, bool config = 0) virtual DrMain* loadDbDriver (KMDBEntry* entry) virtual DrMain* loadFileDriver (const QString& filename) DrMain* loadDriver (KMPrinter* p, bool config = 0) virtual bool savePrinterDriver (KMPrinter* p, DrMain* d) virtual bool validateDbDriver (KMDBEntry* entry) |
NOT implemented
KMPrinter is fully implemented except as noted:
options ()
TAKES nothing and RETURNS result (a Python dict of QString:QString).
C++: QMap<QString,QString> options () const |
defaultOptions ()
TAKES nothing and RETURNS result (a Python dict of QString:QString).
C++: QMap<QString,QString> defaultOptions () const |
editedOptions ()
TAKES nothing and RETURNS result (a Python dict of QString:QString).
C++: QMap<QString,QString> editedOptions () const |
KMDBEntry* dbEntry () const void setDbEntry (KMDBEntry* e) DrMain* driver () const void setDriver (DrMain* a0) DrMain* takeDriver () |
NOT implemented
KPReloadObject is fully implemented except as noted:
This class is abstract ; all pure virtual methods must be overloaded before using
reload ()
TAKES nothing and RETURNS nothing . Pure virtual - must be overloaded in subclass.
C++: virtual void reload () = 0 |
KPrintDialogPage is fully implemented except as noted:
KPrintDialogPage (KMPrinter* pr, DrMain* dr = 0, QWidget* parent = 0, const char* name = 0) DrMain* driver () KMPrinter* printer () |
NOT implemented
KPrinter is fully implemented except as noted:
margins () [KDE 3.1.0 - ]
TAKES nothing and RETURNS a tuple - ( top (int), left (int), bottom (int), right (int)).
C++: void margins (uint* top, uint* left, uint* bottom, uint* right) const/PyName=marginsAsInts/ |
Renamed 'marginsAsInts' to eliminate signature clash with QSize margins ()
KPrinterImpl* implementation () const virtual bool cmd (int a0, QPainter* a1, QPDevCmdParam* a2) |
NOT implemented
pageNameToPageSize (name)
C++: KPrinter::PageSize pageNameToPageSize (const QString& name) |
TAKES name (QString) and RETURNS result (KPrinter.PageSize).
pageSizeToPageName (s)
C++: const char* pageSizeToPageName (KPrinter::PageSize s) |
TAKES s (KPrinter.PageSize) and RETURNS result (string).
rangeToSize (s)
C++: QSize rangeToSize (const QString& s) |
TAKES s (QString) and RETURNS result (QSize).