Mapped type - cannot be instantiated. Whenever a Display is the return type of a function, None is returned. When Display is the type of an argument,this code sends the result of qt_xdisplay () to the Qt lib function being called. (NOTE: Display may be treated differently in PyQt - future versions of PyKDE2 may sync to the PyQt usage)
Mapped type - cannot be instantiated. Whenever QValueList<int> is the return type of a function or the type of an argument, a Python list of int is used instead.
KAboutTranslator is fully implemented.
KAboutData is fully implemented. *** EXCEPT
const QValueList<KAboutPerson> authors (); |
RETURNS a Python list
const QValueList<KAboutPerson> credits (); |
RETURNS a Python list
const QValueList<KAboutTranslator> translators (); |
RETURNS a Python list
KAccel is fully implemented.
KAccel is fully implemented.
KZoneAllocator is fully implemented.
KApplication is fully implemented. *** EXCEPT
KApplication (int& argc, char** argv, const QCString& rAppName, bool allowStyles = 1, bool GUIenabled = 1); |
TAKES a Python list (which is modified) and QCString, bool, bool
static int startServiceByName (const QString& _name, const QString& URL, QString* error = 0, QCString* dcopService = 0, int* pid = 0); |
TAKES QString, QString, QString and QCString and RETURNS a Python tuple of (int, int)
static int startServiceByName (const QString& _name, const QStringList& URLs = QStringList(), QString* error = 0, QCString* dcopService = 0, int* pid = 0); |
TAKES QString, QStringList, QString and QCString and RETURNS a Python tuple of (int, int)
static int startServiceByDesktopPath (const QString& _name, const QString& URL, QString* error = 0, QCString* dcopService = 0, int* pid = 0); |
TAKES QString, QString, QString and QCString and RETURNS a Python tuple of (int, int)
static int startServiceByDesktopPath (const QString& _name, const QStringList& URLs = QStringList(), QString* error = 0, QCString* dcopService = 0, int* pid = 0); |
TAKES QString, QStringList, QString and QCString and RETURNS a Python tuple of (int, int)
static int startServiceByDesktopName (const QString& _name, const QString& URL, QString* error = 0, QCString* dcopService = 0, int* pid = 0); |
TAKES QString, QString, QString and QCString and RETURNS a Python tuple of (int, int)
static int startServiceByDesktopName (const QString& _name, const QStringList& URLs = QStringList(), QString* error = 0, QCString* dcopService = 0, int* pid = 0); |
TAKES QString, QStringList, QString and QCString and RETURNS a Python tuple of (int, int)
static int kdeinitExec (const QString& name, const QStringList& args = QStringList(), QString* error = 0, int* pid = 0); |
TAKES QString, QStringList, and QString and RETURNS a Python tuple of (int, int)
static int kdeinitExecWait (const QString& name, const QStringList& args = QStringList(), QString* error = 0, int* pid = 0); |
TAKES QString, QStringList, and QString and RETURNS a Python tuple of (int, int)
QString checkRecoverFile (const QString& pFilename, bool& bRecover); |
TAKES QString and RETURNS a Python tuple of (QString, int)
KApplication (Display* display, int& argc, char** argv, const QCString& rAppName, bool allowStyles = 1, bool GUIenabled = 1); |
NOT Implemented
Display* getDisplay (); |
NOT Implemented
void iceIOErrorHandler (_IceConn* conn); |
NOT Implemented
bool x11EventFilter (XEvent*); |
NOT Implemented
KApplication (const KApplication&); |
NOT Implemented
KApplication *kapp; |
GLOBAL variable
KSessionManaged is fully implemented.
KCharset is fully implemented.
QTextCodec *codecForName (const QString &, bool &) const |
TAKES a single parameter and RETURNS a Python tuple
QChar fromEntity (const QString &, int &) const |
TAKES a single parameter and RETURNS a Python tuple
QList <QFont::CharSet> availableCharsets (QString = QString::null); |
RETURNS a Python list
KCmdLineArgs is fully implemented. *** EXCEPT
static void init (int _argc, char** _argv, const char* _appname, const char* _description, const char* _version, bool noKApp = 0); |
TAKES a Python list as the second (char **) parameter
static void init (int _argc, char** _argv, const KAboutData* about, bool noKApp = 0); |
TAKES a Python list as the second (char **) parameter; RENAMED init1
static void addCmdLineOptions (const _KCmdLineOptions*, const char* = 0, const char* = 0, const char* = 0); |
TAKES a Pytbon list of tuples (name, description, default) as the first parameter; NULL parameters to mark end of list are not required
QCStringList getOptionList (const char* option); |
RETURNS a Python list
KCompletion is fully implemented.
KCompletionBase is fully implemented.
KeyBindingMap getKeyBindingMap () |
RETURNS a Python dictionary
KEntry is fully implemented.
KConfigBackEnd is fully implemented. This class is ABSTRACT; all pure virtual methods must be overloaded before using
*** EXCEPT
virtual bool parseConfigFiles () = 0; |
PURE VIRTUAL method
virtual void sync (bool bMerge = 1) = 0; |
PURE VIRTUAL method
KConfigINIBackEnd is fully implemented.
KConfigBase is fully implemented. *** EXCEPT
This class is ABSTRACT; all pure virtual methods must be overloaded before using
virtual bool hasGroup (const QString& _pGroup) = 0; |
PURE VIRTUAL method
virtual QStringList groupList () = 0; |
PURE VIRTUAL method
IntValueList readIntListEntry (const QString& pKey); |
RETURNS a Python list
IntValueList readIntListEntry (const char* pKey); |
RETURNS a Python list
void writeEntry (const QString& pKey, const IntValueList& rValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
TAKES a Python list as the second parameter
virtual bool hasKey (const QString& pKey) = 0; |
PURE VIRTUAL method
virtual KStringMap entryMap (const QString&) = 0; |
PURE VIRTUAL method
virtual void reparseConfiguration () = 0; |
PURE VIRTUAL method
virtual bool hasGroup (const QCString& _pGroup) = 0; |
PURE VIRTUAL method
virtual bool hasGroup (const char* _pGroup) = 0; |
PURE VIRTUAL method
virtual bool hasKey (const char* pKey) = 0; |
PURE VIRTUAL method
void writeEntry (const char* pKey, const QValueList<int>& rValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
QString writeEntry (const char* pKey, const char* pValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
QString writeEntry (const QString& pKey, int nValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
QString writeEntry (const char* pKey, int nValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
QString writeEntry (const char* pKey, uint nValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
QString writeEntry (const QString& pKey, long nValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
QString writeEntry (const char* pKey, long nValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
QString writeEntry (const QString& pKey, ulong nValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
QString writeEntry (const char* pKey, ulong nValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
QString writeEntry (const char* pKey, double nValue, bool bPersistent = 1, bool bGlobal = 0, char format = 'g', int precision = 6, bool bNLS = 0); |
NOT Implemented
QString writeEntry (const QString& pKey, bool bValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
QString writeEntry (const char* pKey, bool bValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
QString writeEntry (const char* pKey, const QFont& rFont, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
void writeEntry (const char* pKey, const QColor& rColor, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
void writeEntry (const char* pKey, const QDateTime& rDateTime, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
void writeEntry (const char* pKey, const QRect& rValue bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
void writeEntry (const char* pKey, const QPoint& rValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
void writeEntry (const char* pKey, const QSize& rValue, bool bPersistent = 1, bool bGlobal = 0, bool bNLS = 0); |
NOT Implemented
virtual KEntryMap internalEntryMap (const QString& pGroup) = 0; |
PURE VIRTUAL method
virtual KEntryMap internalEntryMap () = 0; |
PURE VIRTUAL method
virtual void putData (const KEntryKey& _key, const KEntry& _data) = 0; |
PURE VIRTUAL method
virtual KEntry lookupData (const KEntryKey& _key) = 0; |
PURE VIRTUAL method
KConfigGroupSaver is fully implemented.
KCrash is fully implemented. *** EXCEPT
static void setCrashHandler (HandlerType handler = defaultCrashHandler); |
NOT Implemented
static HandlerType crashHandler (); |
NOT Implemented
static void setEmergencySave (HandlerType save = 0); |
NOT Implemented
static HandlerType emergencySave (); |
NOT Implemented
KDCOPPropertyProxy is fully implemented.
QValueList<QCString> functions(); |
RETURNS a Python list
static QValueList<QCString> functions(QObject *object) |
RENAMED functionsObj and RETURNS a Python list
static bool isPropertyRequest (const QCString &, QObject *) |
REANMED isPropRequest
static bool processPropertyRequest (const QCString &, const QByteArray &, QCString &,QByteArray &, QObject *) |
RENAMED procPropRequest
KDesktopFile is fully implemented. *** EXCEPT
KDesktopFile (const KDesktopFile&); |
NOT Implemented
KDEAniMenu is fully implemented.
KDEStyle is fully implemented. *** EXCEPT
void scrollBarMetrics (const QScrollBar* sb, int& sliderMin, int& sliderMax, int& sliderLength, int& buttonDim); |
TAKES a QScrollBar and RETURNS a Python tuple of (int, int, int, int)
void tabbarMetrics (const QTabBar* t, int& hFrame, int& vFrame, int& overlap); |
TAKES a QTabBar and RETURNS a Python tuple of (int, int, int)
void drawKMenuItem (QPainter* p, int x, int y, int w, int h, const QColorGroup& g, bool active, QMenuItem* item, QBrush* fill = NULL); |
NOT Implemented
void drawPopupMenuItem (QPainter* p, bool checkable, int maxpmw, int tab, QMenuItem* mi, const QPalette& pal, bool act, bool enabled, int x, int y, int w, int h); |
NOT Implemented
int popupMenuItemHeight (bool c, QMenuItem* mi, const QFontMetrics& fm); |
NOT Implemented
Mapped type - cannot be instantiated. Whenever a KEntry is the return type of a function or the type of an argument, a Python tuple (QCString, int, int, int) is used instead. (may be converted to class in future version of PyKDE2)
Mapped type - cannot be instantiated. Whenever a KEntryMap is the return type of a function or the type of an argument, a Python dictionary with key: KEntryKey, value: KEntry is used instead.
Mapped type - cannot be instantiated. Whenever a KeyBindingMap is the return type of a function or the type of an argument, a Python dictionary with key: int, value: int is used instead.
KGlobal is fully implemented. *** EXCEPT
The following are internal variables - use methods instead (for example KInstance *instance (); )
static KStringDict* _stringDict; static KInstance* _instance; static KLocale* _locale; static KCharsets* _charsets; static KStaticDeleterList* _staticDeleters; static KInstance* _activeInstance; |
NOT Implemented
KGlobalAccel is fully implemented. *** EXCEPT
bool x11EventFilter (const XEvent*); |
NOT Implemented
KGlobalSettings is fully implemented. *** EXCEPT
static KMouseSettings& mouseSettings (); |
RETURNS an int
KIconEffect is fully implemented.
KIconLoader is fully implemented.
KInstance is fully implemented.
KIPC is fully implemented.
Mapped type - cannot be instantiated. Whenever a KKeyEntryMap is the return type of a function or the type of an argument, a Python dictionary with key: QString, value: KKeyEntry is used instead.
KLibFactory is fully implemented.
KLibrary is fully implemented.
KLibLoader is fully implemented.
KLocale is fully implemented. *** EXCEPT
double readMoney (const QString& numStr, bool* ok = 0); |
TAKES a QString and RETURNS a Python tuple of (double, bool)
double readNumber (const QString& numStr, bool* ok = 0); |
TAKES a QString and RETURNS a Python tuple of (double, bool)
KLocale (const KLocale&); |
NOT Implemented
QString i18n(const char *); |
GLOBAL function (not class method) available
QString i18n(const char *, const char *); |
GLOBAL function (not class method) available
KMimeSourceFactory is fully implemented.
Instance is fully implemented.
KPalette is fully implemented.
KPixmap is fully implemented
KPixmapProvider is fully implemented.
KPixmapSplitter is fully implemented.
KProcess is fully implemented. *** EXCEPT
KProcess (const KProcess&); |
NOT Implemented
void receivedStdout (int, int&); |
NOT Implemented
KShellProcess is fully implemented. *** EXCEPT
KShellProcess (const KShellProcess&); |
NOT Implemented
KRandomSequence is fully implemented. *** EXCEPT
void randomize (QGList* list); |
NOT Implemented
KRegExp is fully implemented.
KRFCDate is fully implemented.
KRootProp is fully implemented.
KShared is fully implemented.
KSimpleConfig is fully implemented. *** EXCEPT
KSimpleConfig (const KSimpleConfig&); |
NOT Implemented
KServerSocket is fully implemented. *** EXCEPT
KServerSocket (const KServerSocket&); |
NOT Implemented
KStaticDeleterBase is fully implemented. *** EXCEPT
This class is ABSTRACT- all pure virtual methods must be overloaded before using
virtual void destructObject () = 0; |
PURE VIRTUAL method
KStdAccel is fully implemented.
KStandardDirs is fully implemented.
QString locate(const char *, const QString&, const KInstance* = KGlobal::instance()); |
GLOBAL function (not class method)
QString locateLocal(const char *, const QString&, const KInstance* = KGlobal::instance()); |
GLOBAL function (not class method)
KStringHandler is fully implemented. *** EXCEPT
static QString word ( const QString & text , const char *range); |
RENAMED words
static QString remword (const QString & text , const QString & word); |
RENAMED remwordmatch
static QStringList capwords (const QStringList & list); |
RENAMED capwordlist
static QStringList perlSplit (const QString & sep, const QString & s, uint max = 0); |
NOT Implemented
static QStringList perlSplit (const QChar & sep, const QString & s, uint max = 0); |
NOT Implemented
static QStringList perlSplit (const QRegExp & sep, const QString & s, uint max = 0); |
NOT Implemented
This class isn't implemented. Whenever a KStringMap is the return type of a function or the type of an argument, a Python dictionary is returned instead
KStyle is fully implemented. *** EXCEPT
virtual void drawKMenuItem (QPainter* p, int x, int y, int w, int h, const QColorGroup& g, bool active, QMenuItem* item, QBrush* fill = NULL); |
NOT Implemented
KUniqueApplication is fully implemented.
KURL is fully implemented.
KURLDrag is fully implemented.
KWin is fully implemented.
KWin.Info is fully implemented.
KWinModule is fully implemented.
const UIntValueLis& windows () const UIntValueList& stackingOrder () const UIntValueList& systemTrayWindows () |
all RETURN a Python list of int (WId is typedef'd from uint)
QRect workArea (const UIntValueList&, int = -1) const; |
TAKES a Python list of int as the first parameter
Mapped type - cannot be instantiated. Whenever NETIcon is the return type of a function or the type of an argument, a Python tuple (NETSize, Python string) is used instead. (may be converted to class in future version of PyKDE2)
NETRootInfo is fully implemented. *** EXCEPT
NETRootInfo (Display* display, Window supportWindow, const char* wmName, ulong properties, int screen = -1, bool doActivate = 1); |
Use 0 for first parameter; use only after kapp intialized.
NETRootInfo (Display* display, ulong properties, int screen = -1, bool doActivate = 1); |
Use 0 for first parameter; use only after kapp intialized.
const Window* clientList (); |
RETURNS a Python list
const Window* clientListStacking (); |
RETURNS a Python list
const Window* kdeSystemTrayWindows (); |
RETURNS a Python list
const Window* virtualRoots (); |
RETURNS a Python list
void setClientList (Window* windows, uint count); |
TAKES a Python list as its ONLY argument
void setClientListStacking (Window* windows, uint count); |
TAKES a Python list as its ONLY argument
void setKDESystemTrayWindows (Window* windows, uint count); |
TAKES a Python list as its ONLY argument
void setVirtualRoots (Window* windows, uint count); |
TAKES a Python list as its ONLY argument
ulong event (XEvent* event); |
NOT Implemented
NETWinInfo is fully implemented. *** EXCEPT
NETWinInfo (Display* display, Window window, Window rootWindow, ulong properties, Role role = Client); |
Use 0 for first parameter; use only after kapp intialized.
ulong event (XEvent* event); |
NOT Implemented
NET is fully implemented.
NETPoint is fully implemented.
NETSize is fully implemented.
NETRect is fully implemented.
NETStrut is fully implemented.
Mapped type - cannot be instantiated. Whenever QValueList<unsigned int> is the return type of a function or the type of an argument, a Python list of int is used instead.