KAboutApplication is fully implemented.
KAboutDialog is fully implemented.
KAboutDialog is fully implemented.
KAboutDialog is fully implemented.
KAboutDialog is fully implemented.
KAboutKDE is fully implemented.
KAction is fully implemented.
KToggleAction is fully implemented.
KRadioAction is fully implemented.
KSelectAction is fully implemented.
KListAction is fully implemented.
KRecentFilesAction is fully implemented.
KFontAction is fully implemented.
KFontSizeAction is fully implemented.
KActionMenu is fully implemented.
KAction is fully implemented.
KActionSeparator is fully implemented.
KActionCollection is fully implemented.
virtual KActionVList actions(const QString&) const; (KDE2.1.1-KDE2.2.2) virtual KActionPtrList actions (const QString&) const; (KDE3.0.0) |
RETURNS a Python list of KAction
virtual KActionVList actions() const; (KDE2.1.1-KDE2.2.2) virtual KActionPtrList actions () const; (KDE3.0.0) |
RETURNS a Python list of KAction
KActionPtrShortcutList is fully implemented.
KActionPtrShortcutList (KActionPtrList&); |
TAKES a Python list of KAction
KActionShortcutList is fully implemented.
KActiveLabel is fully implemented.
KAnimWidget is fully implemented. *** EXCEPT
KAnimWidget (QWidget* /TransferThis/ = 0, const char* = 0); |
NOT Implemented
KArrowButton is fully implemented.
KAuthIcon is fully implemented.
KRootPermsIcon is fully implemented.
KWritePermsIcon is fully implemented.
KBugReport is fully implemented.
KButtonBox is fully implemented.
KCharSelectTable is fully implemented.
KCharSelect is fully implemented. *** EXCEPT
static void cleanupFontDatabase (); |
NOT Implemented
KContextMenuManager is fully implemented.
KCModule is fully implemented.
KColorButton is fully implemented.
KColorCombo is fully implemented.
KColorDialog is fully implemented.
KHSSelector is fully implemented.
KValueSelector is fully implemented.
KColor is fully implemented.
void rgb(int *, int *, int *); |
TAKES no arguments and RETURNS a tuple (int, int, int)
void hsv(int *, int *, int *); |
TAKES no arguments and RETURNS a tuple (int, int, int)
KPaletteTable is fully implemented.
KColorCells is fully implemented.
KColorPatch is fully implemented.
KColorDrag is fully implemented.
KComboBox is fully implemented.
KHistoryCombo is fully implemented.
KCommand is fully implemented.
KMacroCommand is fully implemented.
KCommandHistory is fully implemented.
KNamedCommand is fully implemented.
KCompletionBox is fully implemented.
KCursor is fully implemented.
KDatePicker is fully implemented.
KDateTable is fully implemented.
KDateInternalMonthPicker is fully implemented.
KDateInternalYearSelector is fully implemented.
KPopupFrame is fully implemented.
KDateValidator is fully implemented.
KDateWidget is fully implemented.
KDCOPActionProxy is fully implemented.
*** EXCEPT
virtual QValueList<KAction *> actions() const; |
RETURNS a Python list of KAction
KDialog is fully implemented.
KDialogQueue is fully implemented. *** EXCEPT
static KDialogQueue* self (); |
NOT Implemented
KDialogBase is fully implemented.
KDialogBase is fully implemented.
KDockWidgetAbstractHeader is fully implemented.
KDockWidgetAbstractHeaderDrag is fully implemented.
KDockWidgetHeaderDrag is fully implemented.
KDockWidgetHeader is fully implemented.
KDockTabGroup is fully implemented.
KDockWidget is fully implemented.
KDockManager is fully implemented.
KDockMainWindow is fully implemented.
KDockMainWindow is fully implemented.
KDockWindow is fully implemented.
KDualColorButton is fully implemented.
KEdGotoLine is fully implemented.
KEdFind is fully implemented.
KEdReplace is fully implemented.
KEdit is fully implemented. *** EXCEPT
void posToRowCol (uint pos, uint& line, uint& col); |
TAKES a uint and RETURNS a Python tuple of (uint, uint)
KEditListBox is fully implemented.
void insertStrList(const char **, int = -1, int = -1); |
TAKES a Python list and a single int (index)
KEditToolbar is fully implemented.
KEditToolbarWidget is fully implemented.
KFontCombo is fully implemented.
KFontDialog is fully implemented.
KFontDialog (QWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 0, const QStringList& = QStringList(), bool = 1, bool = 0, QButton::ToggleState* = 0); |
If the final parameter is used, it should be -1 to disable the checkbox, or a QButton.ToggleState value
KFontChooser is fully implemented.
KFontDialog (QWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 0, const QStringList& = QStringList(), bool = 1, bool = 0, QButton::ToggleState* = 0); |
If the final parameter is used, it should be -1 to disable the checkbox, or a QButton.ToggleState value
static int getFont (QFont&, bool = 0, QWidget* = 0, bool = 1, QButton::ToggleState* = 0); |
TAKES an int, QWidget, int and int, and RETURNS a Python tuple of (int, QFont) If the final parameter is used, it should be -1 to disable the checkbox, or a QButton.ToggleState value
static int getFontAndText (QFont&, QString&, bool = 0, QWidget* = 0, bool = 1, QButton::ToggleState* = 0); |
TAKES a QString, int, QWidget, int, and int and RETURNS a Python tuple of (int, QFont) If the final parameter is used, it should be -1 to disable the checkbox, or a QButton.ToggleState value
static int getFontDiff (QFont&, int&, bool = 0, QWidget* = 0, bool = 1, QButton::ToggleState* = 0); |
TAKES an int, QWidget, int and int and RETURNS a Python tuple of (int, QFont, int) If the final parameter is used, it should be -1 to disable the checkbox, or a QButton.ToggleState value
KGuiItem is fully implemented.
KHelpMenu is fully implemented.
KIconView is fully implemented.
KIconViewItem is fully implemented.
KJanusWidget is fully implemented.
KJanusWidget.IconListBox is NOT implemented (private member class).
KKeyButton is fully implemented.
KKeyDialog is fully implemented.
KKeyChooser is fully implemented. *** EXCEPT
IntDict globalDict (); |
RETURNS a Python dictionary with key:QString and value:int
IntDict stdDict (); |
RETURNS a Python dictionary with key:QString and value:int
void readKeysInternal (QDict<int> *, const QString&); |
NOT Implemented - Internal
KLed is fully implemented.
NOTE: classRef doc does not show most methods - see KLed.h for complete list of available methods
KLed(const QColor &, QWidget */TransferThis/ = 0, const char * = 0); |
NOTE: no default value for first argument in Python
KLineEdit is fully implemented.
KLineEditDlg is fully implemented.
static QString getText(const QString &, const QString&, bool *, QWidget *); |
RETURNS a tuple (QString, int) (the int is the bool * argument)
static QString getText (const QString&, const QString&, bool*, QWidget*, QValidator* = 0); |
RETURNS a tuple (QString, int) (the int is the bool * argument)
static QString getText (const QString&, const QString&, const QString& = QString::null, bool* = 0, QWidget* = 0, QValidator* = 0); |
RETURNS a tuple (QString, int) (the int is the bool * argument)
KListBox is fully implemented.
KListView is fully implemented.
KLVItemList selectedItems() const; |
RETURNS a Python list of QListViewItem
void moved(KLVItemList, KLVItemList, KLVItemList); |
signal - PASSES 3 Python lists of QListViewItem to slot
void findDrop(const QPoint &, QListViewItem *&, QListViewItem *&); |
TAKES a QPoint and RETURNS a tuple (QListViewItem, QListViewItem)
KListView is fully implemented.
KListViewLineEdit is fully implemented.
KMainWindow is fully implemented. *** EXCEPT
QListIterator<KToolBar> toolBarIterator (); |
NOT Implemented
KMainWindowList* memberList; |
RETURNS a Python list of KMainWindow (variable)
KMainWindowInterface is fully implemented.
*** EXCEPT
QMap<QCString,DCOPRef> actionMap (); KActionMap actionMap (); |
RETURNS a Python dict with key:QCString, value:DCOPRef
QCStringList actions (); |
RETURNS a Python list of QCString
QCStringList functionsDynamic (); |
RETURNS a Python list of QCString
KMenuBar is fully implemented.
KMessageBox.sip is fully implemented.
KNumInput is fully implemented. *** EXCEPT
This class is ABSTRACT - all pure virtual methods must be overloaded before using
virtual void doLayout () = 0; |
PURE VIRTUAL method
KIntNumInput is fully implemented.
KDoubleNumInput is fully implemented.
KIntSpinBox is fully implemented. *** EXCEPT
virtual int mapTextToValue (bool*) |
NOT Implemented
KIntValidator is fully implemented.
virtual State validate (QString&, int&) const; |
TAKES a QString and RETURNS a Python tuple (int, int)
KFloatValidator is fully implemented.
virtual State validate (QString&, int&) const; |
TAKES a QString and RETURNS a Python tuple (int, int)
KPanelApplet is fully implemented.
KPanelAppMenu is fully implemented.
KPanelExtension is fully implemented.
KPanelMenu is fully implemented.
KPasswordDialog is fully implemented.
static int getPassword(QCString &, QString, int * = 0); |
TAKES a QString and an int (keep chkbox enable) and RETURNS a tuple of the password (QCString), result code, and the keep status
static int getNewPassword(QCString &, QString); |
TAKES a QString and RETURNS a tuple (int, QString) of the new password (QCString), and result code
KPasswordEdit is fully implemented. *** EXCEPT
static const int PassLen = 100; |
NOT Implemented
KPixmapIO is fully implemented.
KPopupMenu is fully implemented.
KPopupTitle is fully implemented.
KProgress is fully implemented.
KProgress is fully implemented.
KButton is fully implemented.
KRestrictedLine is fully implemented.
KRootPixmap is fully implemented. *** EXCEPT
virtual void updateBackground (KSharedPixmap*); |
NOT Implemented
KRuler is fully implemented.
KSelector is fully implemented.
KXYSelector is fully implemented.
KGradientSelector is fully implemented.
KSeparator is fully implemented.
KSqueezedTextLabel is fully implemented.
KStatusBar is fully implemented.
KStatusBarLabel is fully implemented.
KStdAction is fully implemented.
KStdAction namespace is fully implemented.
See classref for KDE3.0 for list of functions included in the KStdAction namespace
In KDE3, the KStdAction functions are global functions declared within the 'KStdAction' namespace, and are accessed as:
action = KStdAction.create (id, parent, self.slotName, actionName) |
Note also that the C++ arguments:
const QObject *recvr, const char *slot or SIP_RXOBJ_CON, SIP_SLOT_CON() |
are replaced by a single slot reference (self.slotName in the example)
KDE 2.1.1 - KDE 2.2.2: static KAction* print (SIP_RXOBJ_CON, SIP_SLOT_CON(), QObject* = 0, const char* = 0); KDE 3.0.0+ KAction* print(SIP_RXOBJ_CON, SIP_SLOT_CON(), KActionCollection*, const char* = 0); |
RENAMED printAction in PyKDE ('print' is a reserved word in Python)
KStdGuiItem is fully implemented.
static QPair<KGuiItem,KGuiItem> backAndForward (); |
RETURNS a Python tuple (KGuiItem, KGuiItem)
KMimeTypeValidator is fully implemented.
*** EXCEPT
virtual State validate (QString& input, int& pos); |
TAKES a QString and RETURNS a Python tuple (int, int)
KStringListValidator is fully implemented.
*** EXCEPT
virtual State validate (QString& input, int& pos); |
TAKES a QString and RETURNS a Python tuple (int, int)
KSystemTray is fully implemented.
KTabCtl is fully implemented.
KTextBrowser is fully implemented.
KTipDatabase is fully implemented.
KTipDialog is fully implemented.
KToolBarSeparator is fully implemented.
KToolBar is fully implemented.
KToolBarButton is fully implemented.
KToolBarButtonList is NOT implemented.
KToolBarRadioGroup is fully implemented.
KURLLabel is fully implemented.
KWindowListMenu is fully implemented.
KWizard is fully implemented.
KWordWrap is fully implemented.
KXMLGUI is fully implemented.
KXMLGUIClientList clients() const; |
RETURNS a Python list
void plugActionList(KXMLGUIClient *, const QString &, const KActionList&actionList); |
TAKES a Python list for the third argument
KWidgetList containers(const QString&tagName); |
RETURNS a Python list
KXMLGUIBuilder is fully implemented. *** EXCEPT
virtual QWidget* createContainer (QWidget* parent, int index, const QDomElement& element, int& id); |
NOT Implemented
KXMLGUIClient is fully implemented.
void plugActionList(const QString &, const KActionList& actionList); takes a Python list of KAction
const KXMLGUIClientList *childClients(); returns a Python list of KXMLGUIClient
KXMLGUIClient.StateChange is fully implemented.
KXMLGUIClient.DocStruct is NOT implemented.
KXMLGUIFactory is fully implemented.
*** EXCEPT
KXMLGUIClientList clients() const; |
RETURNS a Python list
KWidgetList containers(const QString&tagName); |
RETURNS a Python list
void plugActionList(KXMLGUIClient *, const QString &, const KActionList&actionList); |
TAKES a Python list for the third argument
QXEmbed is fully implemented. *** EXCEPT
static bool processClientCmdline (QWidget* client, int& argc, char** argv); |
TAKES a QWidget and a Python list and returns a Python tuple of (int, int)
bool x11Event (XEvent*); |
NOT Implemented
Mapped type - cannot be instantiated. Whenever a QDict<int> is the return type of a function or the type of an argument, a Python dictionary with key:QString and value:int is used instead.
KAccelMenu is fully implemented.
Mapped type - cannot be instantiated. Whenever KActionMap is the return type of a function or the type of an argument, a Python dictionary of key:QCString, value:DCOPRef is used instead.
Mapped type - cannot be instantiated. Whenever KActionVList is the return type of a function or the type of an argument, a Python list of KAction is used instead.
KAlphaPainter is fully implemented.
static bool draw(QPainter *p, const QImage & icon, QImage & amp background, int x, int y, bool copyOnBg = 0, int bgx = 0, int bgy = 0); |
RENAMED draw0
static bool draw(QPainter *p, const QImage & icon, const QPixmap & background, int x, int y, bool copyOnBg = 0, int bgx = 0, int bgy = 0); |
RENAMED draw1
static bool draw(QPainter *p, const QPixmap & icon, QImage & background, int x, int y, bool copyOnBg = 0, int bgx = 0, int bgy = 0); |
RENAMED draw2
static bool draw(QPainter *p, const QPixmap & icon, const QPixmap & background, int x, int y, int bgx = 0, int bgy = 0); |
RENAMED draw3
KContainerLayout is fully implemented.
KContainerLayout.KContainerLayoutItem is NOT implemented.
KDirectionButton is fully implemented.
KTabButton is fully implemented.
KDockTabBar is fully implemented.
KDockTabBarPainter is fully implemented.
KDockTabCtl is fully implemented.
*** EXCEPT
_KDockTabCtl_PrivateStruct* findData (QWidget*); |
RETURNS a Python tuple
_KDockTabCtl_PrivateStruct* findData (int); |
RETURNS a Python tuple
Mapped type - cannot be instantiated. Whenever a KLVItemList is the return type of a function or the type of an argument, a Python list of QListViewItem is used instead.
Mapped type - cannot be instantiated. Whenever a KMainWindowList is the return type of a function or the type of an argument, a Python list of KMainWindow is used instead.
KThemePixmap is fully implemented.
KThemeCache is fully implemented.
KThemeBase is fully implemented. *** EXCEPT
void readWidgetConfig (int i, KConfig* config, QString* pixnames, QString* brdnames, bool* loadArray); |
NOT Implemented
void readResourceGroup (int i, QString* pixnames, QString* brdnames, bool* loadArray); |
TAKES an int, QString, QString and RETURNS an int
KThemeStyle is fully implemented. *** EXCEPT
virtual void getButtonShift (int& x, int& y); |
NOT Implemented
virtual void scrollBarMetrics (const QScrollBar*, int&, int&, int&, int&); |
NOT Implemented
virtual void tabbarMetrics (const QTabBar*, int&, int&, int&); |
NOT Implemented
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
virtual 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 checkable, QMenuItem* mi, const QFontMetrics& fm); |
NOT Implemented
void drawSliderGrooveMask (QPainter*, int, int, int, int, QCOORD, Orientation); |
NOT Implemented
KTMainWindow is fully implemented.
Mapped type - cannot be instantiated. Whenever a KActionList is the return type of a function or the type of an argument, a Python list of KAction is used instead.
Mapped type - cannot be instantiated. Whenever a KXMLGUIClientList is the return type of a function or the type of an argument, a Python list of KXMLGUIClient is used instead.
Mapped type - cannot be instantiated. Whenever a KWidgetList is the return type of a function or the type of an argument, a Python list of QWidget is used instead.