module kdeui

class KAboutApplication

KAboutApplication is fully implemented except as noted:

class KAboutContainer

KAboutContainer is fully implemented except as noted:

class KAboutContributor

KAboutContributor is fully implemented except as noted:

class KAboutWidget

KAboutWidget is fully implemented except as noted:

class KAboutDialog

KAboutDialog is fully implemented except as noted:

class KAboutKDE

KAboutKDE is fully implemented except as noted:

class KAcceleratorManager [KDE 3.1.0 - ]

KAcceleratorManager is fully implemented except as noted:

class KAction

KAction is fully implemented except as noted:

class KToggleAction

KToggleAction is fully implemented except as noted:

class KRadioAction

KRadioAction is fully implemented except as noted:

class KSelectAction

KSelectAction is fully implemented except as noted:

virtual void  setCurrentItem (int a0, int a1)

virtual void  setComboWidth (int a0, int a1)

virtual void  setItems (int a0, const QStringList& a1)

virtual void  clear (int a0)

NOT implemented

class KListAction

KListAction is fully implemented except as noted:

class KRecentFilesAction

KRecentFilesAction is fully implemented except as noted:

class KFontAction

KFontAction is fully implemented except as noted:

class KFontSizeAction

KFontSizeAction is fully implemented except as noted:

class KActionMenu

KActionMenu is fully implemented except as noted:

class KToolBarPopupAction

KToolBarPopupAction is fully implemented except as noted:

class KToggleToolBarAction [KDE 3.1.0 - ]

KToggleToolBarAction is fully implemented except as noted:

class KWidgetAction [KDE 3.1.0 - ]

KWidgetAction is fully implemented except as noted:

class KActionSeparator

KActionSeparator is fully implemented except as noted:

class KActionCollection

KActionCollection is fully implemented except as noted:

actions (group)

TAKES group (QString) and RETURNS result (a Python list of KAction).

C++:  virtual KActionPtrList  actions (const QString& group) const

actions ()

TAKES nothing and RETURNS result (a Python list of KAction).

C++:  virtual KActionPtrList  actions () const

actions (a0) [ - KDE 3.1.1]

TAKES a0 (QString) and RETURNS result (a Python list of KAction).

C++:  virtual KActionPtrList  actions (const QString& a0) const

actions () [ - KDE 3.1.1]

TAKES nothing and RETURNS result (a Python list of KAction).

C++:  virtual KActionPtrList  actions () const

class KActionShortcutList [KDE 3.0.0 - ]

KActionShortcutList is fully implemented except as noted:

class KActionPtrShortcutList [KDE 3.0.0 - ]

KActionPtrShortcutList is fully implemented except as noted:

class KActiveLabel [KDE 3.0.0 - ]

KActiveLabel is fully implemented except as noted:

class KAnimWidget

KAnimWidget is fully implemented except as noted:

KAnimWidget (QWidget* parent = 0, const char* name = 0)

NOT implemented

class KArrowButton [KDE 2.2.0 - ]

KArrowButton is fully implemented except as noted:

class KAuthIcon

KAuthIcon is fully implemented except as noted:

This class is abstract ; all pure virtual methods must be overloaded before using

status ()

TAKES nothing and RETURNS result (int). Pure virtual - must be overloaded in subclass.

C++:  virtual bool  status () const = 0

updateStatus ()

TAKES nothing and RETURNS nothing . Pure virtual - must be overloaded in subclass.

C++:  virtual void  updateStatus ()  = 0

class KRootPermsIcon

KRootPermsIcon is fully implemented except as noted:

class KWritePermsIcon

KWritePermsIcon is fully implemented except as noted:

class KBugReport

KBugReport is fully implemented except as noted:

class KButtonBox

KButtonBox is fully implemented except as noted:

class KCharSelectTable [KDE 3.0.0 - ]

KCharSelectTable is fully implemented except as noted:

class KCharSelect

KCharSelect is fully implemented except as noted:

class KCharSelectTable [ - KDE 3.0.0]

KCharSelectTable is fully implemented except as noted:

class KContextMenuManager

KContextMenuManager is fully implemented except as noted:

class KCModule

KCModule is fully implemented except as noted:

class KColorCombo

KColorCombo is fully implemented except as noted:

class KHSSelector

KHSSelector is fully implemented except as noted:

class KValueSelector

KValueSelector is fully implemented except as noted:

class KColor

KColor is fully implemented except as noted:

rgb ()

TAKES nothing and RETURNS a tuple - ( _r (int), _g (int), _b (int)).

C++:  void  rgb (int* _r, int* _g, int* _b)

hsv ()

TAKES nothing and RETURNS a tuple - ( _h (int), _s (int), _v (int)).

C++:  void  hsv (int* _h, int* _s, int* _v)

class KPaletteTable

KPaletteTable is fully implemented except as noted:

class KColorCells [KDE 3.0.0 - ]

KColorCells is fully implemented except as noted:

class KColorPatch

KColorPatch is fully implemented except as noted:

class KColorDialog

KColorDialog is fully implemented except as noted:

class KColorCells [ - KDE 3.0.0]

KColorCells is fully implemented except as noted:

class KColorDrag

KColorDrag is fully implemented except as noted:

class KComboBox

KComboBox is fully implemented except as noted:

class KHistoryCombo

KHistoryCombo is fully implemented except as noted:

class KCommand

KCommand is fully implemented except as noted:

This class is abstract ; all pure virtual methods must be overloaded before using

execute ()

TAKES nothing and RETURNS nothing . Pure virtual - must be overloaded in subclass.

C++:  virtual void  execute ()  = 0

unexecute ()

TAKES nothing and RETURNS nothing . Pure virtual - must be overloaded in subclass.

C++:  virtual void  unexecute ()  = 0

name () [KDE 3.0.0 - ]

TAKES nothing and RETURNS result (QString). Pure virtual - must be overloaded in subclass.

C++:  virtual QString  name () const = 0

class KNamedCommand [KDE 3.0.0 - ]

KNamedCommand is fully implemented except as noted:

class KMacroCommand [KDE 3.0.0 - ]

KMacroCommand is fully implemented except as noted:

class KCommandHistory

KCommandHistory is fully implemented except as noted:

undoLimit () [ - KDE 3.0.0]

TAKES nothing and RETURNS result (int).

C++:  const int&  undoLimit ()

setUndoLimit (limit) [ - KDE 3.0.0]

TAKES limit (int) and RETURNS result (nothing).

C++:  void  setUndoLimit (const int& a0)

redoLimit () [ - KDE 3.0.0]

TAKES nothing and RETURNS result (int).

C++:  const int&  redoLimit ()

setRedoLimit (limit) [ - KDE 3.0.0]

TAKES limit (int) and RETURNS result (nothing).

C++:  void  setRedoLimit (const int& a0)

class KMacroCommand [ - KDE 3.0.0]

KMacroCommand is fully implemented except as noted:

class KCompletionBox

KCompletionBox is fully implemented except as noted:

class KCursor [KDE 3.0.0 - ]

KCursor is fully implemented except as noted:

class KCursor [ - KDE 3.0.0]

KCursor is fully implemented except as noted:

class KDatePicker [KDE 3.0.0 - ]

KDatePicker is fully implemented except as noted:

class KDateInternalWeekSelector [KDE 3.1.0 - ]

KDateInternalWeekSelector is fully implemented except as noted:

class KDateInternalMonthPicker [KDE 3.0.0 - ]

KDateInternalMonthPicker is fully implemented except as noted:

class KDateInternalYearSelector

KDateInternalYearSelector is fully implemented except as noted:

class KPopupFrame

KPopupFrame is fully implemented except as noted:

class KDateValidator

KDateValidator is fully implemented except as noted:

validate (a0)

TAKES a0 (QString) and RETURNS a tuple - ( result (State), a1 (int)).

C++:  virtual State  validate (QString& a0, int& a1) const

class KDateTable [KDE 3.0.0 - ]

KDateTable is fully implemented except as noted:

class KDateInternalMonthPicker [ - KDE 3.0.0]

KDateInternalMonthPicker is fully implemented except as noted:

class KDateTable [ - KDE 3.0.0]

KDateTable is fully implemented except as noted:

class KDateWidget [KDE 2.2.0 - ]

KDateWidget is fully implemented except as noted:

class KDCOPActionProxy

KDCOPActionProxy is fully implemented except as noted:

actions ()

TAKES nothing and RETURNS result (a Python list of KAction).

C++:  virtual KActionPtrList  actions () const

actionMap (appId)

TAKES appId (QCString - default = QCString()) and RETURNS result (a Python dict of QCString:DCOPRef).

C++:  virtual DCOPRefMap  actionMap 
          (const QCString& appId = QCString()) const

class KDialog

KDialog is fully implemented except as noted:

class KDialogQueue [KDE 2.2.0 - ]

KDialogQueue is fully implemented except as noted:

class KDialogBase

KDialogBase is fully implemented except as noted:

getBorderWidths ()

TAKES nothing and RETURNS a tuple - ( ulx (int), uly (int), lrx (int), lry (int)).

C++:  void  getBorderWidths (int& ulx, 
                             int& uly,
                             int& lrx,
                             int& lry) const

class KDialogBaseTile [ - KDE 3.0.0]

KDialogBaseTile is fully implemented except as noted:

class KDockWidgetAbstractHeader

KDockWidgetAbstractHeader is fully implemented except as noted:

class KDockWidgetAbstractHeaderDrag

KDockWidgetAbstractHeaderDrag is fully implemented except as noted:

class KDockWidgetHeaderDrag

KDockWidgetHeaderDrag is fully implemented except as noted:

class KDockWidgetHeader

KDockWidgetHeader is fully implemented except as noted:

class KDockTabGroup [KDE 3.0.0 - ]

KDockTabGroup is fully implemented except as noted:

class KDockWidget

KDockWidget is fully implemented except as noted:

class KDockManager

KDockManager is fully implemented except as noted:

class KDockTabGroup [KDE 2.2.0 - KDE 3.0.0]

KDockTabGroup is fully implemented except as noted:

class KDockMainWindow

KDockMainWindow is fully implemented except as noted:

class KDockArea [KDE 2.2.0 - ]

KDockArea is fully implemented except as noted:

class KDockWindow

KDockWindow is fully implemented except as noted:

class KDualColorButton [KDE 3.0.0 - ]

KDualColorButton is fully implemented except as noted:

class KEdGotoLine

KEdGotoLine is fully implemented except as noted:

class KEdFind

KEdFind is fully implemented except as noted:

class KEdReplace

KEdReplace is fully implemented except as noted:

class KEdit

KEdit is fully implemented except as noted:

posToRowCol (pos)

TAKES pos (int) and RETURNS a tuple - ( line (int), col (int)).

C++:  void  posToRowCol (uint pos, uint& line, uint& col)

class KEditListBox

KEditListBox is fully implemented except as noted:

class KEditListBox.CustomEditor [KDE 3.1.0 - ]

KEditListBox.CustomEditor is fully implemented except as noted:

insertStrList (list, index)

TAKES list (a Python list of strings), index (int) and RETURNS nothing .

C++:  void  insertStrList (const char** list, 
                           int numStrings = -1,
                           int index = -1)

class KEditToolbar

KEditToolbar is fully implemented except as noted:

class KEditToolbarWidget

KEditToolbarWidget is fully implemented except as noted:

class KFontCombo [KDE 2.2.0 - ]

KFontCombo is fully implemented except as noted:

class KFontChooser

KFontChooser is fully implemented except as noted:

KFontChooser (parent, name, onlyFixed, fontList, makeFrame, visibleListSize, diff, sizeIsRelativeState) [KDE 3.0.0 - ]

TAKES parent (QWidget - default = 0), name (string - default = ""), onlyFixed (bool - default = 0), fontList (QStringList default = QStringList()), makeFrame (bool - default = 1), visibleListSize (int - defualt = 8), diff (bool - default = 0), sizeIsRelativeState (QButton.ToggleState - default = 0) and RETURNS a KFontChooser instance.

C++:    KFontChooser (QWidget* parent = 0, 
                      const char* name = 0,
                      bool onlyFixed = 0,
                      const QStringList& fontList = QStringList(),
                      bool makeFrame = 1,
                      int visibleListSize = 8,
                      bool diff = 0,
                      QButton::ToggleState* sizeIsRelativeState = 0)

class KFontDialog

KFontDialog is fully implemented except as noted:

KFontDialog (parent, name, onlyFixed, modal, fontlist, makeFrame, diff, sizeIsRelativeState) [KDE 3.0.0 - ]

TAKES parent (QWidget - default = 0), name (string - default = ""), onlyFixed (bool - default = 0), modal (bool - default = 0), fontlist (QStringList - default = QStringList()), makeFrame (bool - default = 1), diff (bool - default = 0), sizeIsRelativeState (QButton.ToggleState - default = 0) and RETURNS a KFontDialog instance.

C++:    KFontDialog (QWidget* parent = 0, 
                     const char* name = 0,
                     bool onlyFixed = 0,
                     bool modal = 0,
                     const QStringList& fontlist = QStringList(),
                     bool makeFrame = 1,
                     bool diff = 0,
                     QButton::ToggleState* sizeIsRelativeState = 0)

getFont (theFont, onlyFixed, parent, makeFrame, sizeIsRelativeState) [KDE 3.0.0 - ]

TAKES theFont (QFont), onlyFixed (bool - default = 0), parent (QWidget - default = None), makeFrame (bool - default = 0), sizeIsRelativeState (QButton.ToggleState) and RETURNS a tuple - ( result (int), sizeIsRelativeState (QButton.ToggleState)). getFont is a static member function.

C++:  static int  getFont (QFont& theFont, 
                           bool onlyFixed = 0,
                           QWidget* parent = 0,
                           bool makeFrame = 1,
                           QButton::ToggleState* sizeIsRelativeState = 0)

getFontDiff (theFont, diffFlags, onlyFixed, parent, makeFrame, sizeIsRelativeState) [KDE 3.0.0 - ]

TAKES theFont (QFont), diffFlags (int), onlyFixed (bool - default = 0), parent (QWidget - default = 0), makeFrame (bool - default = 1), sizeIsRelativeState (QButton.ToggleState - default = 0) and RETURNS a tuple - ( result (int), sizeIsRelativeState (QButton.ToggleState)). getFontDiff is a static member function.

C++:  static int  getFontDiff (QFont& theFont, 
                               int& diffFlags,
                               bool onlyFixed = 0,
                               QWidget* parent = 0,
                               bool makeFrame = 1,
                               QButton::ToggleState* sizeIsRelativeState = 0)

getFontAndText (theFont, theString, onlyFixed, pparent, makeFrame, sizeIsRelativeState) [KDE 3.0.0 - ]

TAKES theFont (QFont), theString (QString), onlyFixed (bool - default = 0), pparent (QWidget - default = None), makeFrame (bool - default = 1), sizeIsRelativeState (QButton.ToggleState - default = 0) and RETURNS a tuple - ( result (int), sizeIsRelativeState (QButton.ToggleState)). getFontAndText is a static member function.

C++:  static int  getFontAndText (QFont& theFont, 
                                  QString& theString,
                                  bool onlyFixed = 0,
                                  QWidget* parent = 0,
                                  bool makeFrame = 1,
                                  QButton::ToggleState* sizeIsRelativeState = 0)

class KGuiItem [KDE 3.0.0 - ]

KGuiItem is fully implemented except as noted:

class KHelpMenu

KHelpMenu is fully implemented except as noted:

class KIconView

KIconView is fully implemented except as noted:

class KIconViewItem [KDE 3.0.0 - ]

KIconViewItem is fully implemented except as noted:

class KJanusWidget

KJanusWidget is fully implemented except as noted:

class KKeyButton

KKeyButton is fully implemented except as noted:

class KKeyChooser

KKeyChooser is fully implemented except as noted:

bool  isKeyPresentLocally (const KShortcut& cut, KKeyChooserItem* ignoreItem, const QString& warnText)

NOT implemented

class KKeyDialog

KKeyDialog is fully implemented except as noted:

class KLed

KLed is fully implemented except as noted:

KLed (const QColor& col = Qt::green, QWidget* parent = 0, const char* name = 0)

NOT implemented

class KLineEdit

KLineEdit is fully implemented except as noted:

class KLineEditDlg

KLineEditDlg is fully implemented except as noted:

getText (_text, _value, parent, validator) [KDE 3.0.0 - ]

TAKES _text (QString), _value (QString), parent (QWidget), validator (QValidator - default = None) and RETURNS a tuple - ( result (QString), ok (int)). getText is a static member function.

C++:  static QString  getText (const QString& _text, 
                               const QString& _value,
                               bool* ok,
                               QWidget* parent,
                               QValidator* validator = 0)

getText (_caption, _text, _value, parent, validator) [KDE 3.0.0 - ]

TAKES _caption (QString), _text (QString), _value (QString - default = QString.null), parent (QWidget - default = None), validator (QValidator - default = None) and RETURNS a tuple - ( result (QString), ok (int)). getText is a static member function.

C++:  static QString  getText (const QString& _caption, 
                               const QString& _text,
                               const QString& _value = QString::null,
                               bool* ok = 0,
                               QWidget* parent = 0,
                               QValidator* validator = 0)

getText (_text, _value, parent) [ - KDE 3.0.0]

TAKES _text (QString), _value (QString), parent (QWidget) and RETURNS a tuple - ( result (QString), ok (int)). getText is a static member function.

C++:  static QString  getText (const QString& a0, 
                               const QString& a1,
                               bool* a2,
                               QWidget* a3)

class KListBox

KListBox is fully implemented except as noted:

class KListView

KListView is fully implemented except as noted:

selectedItems ()

TAKES nothing and RETURNS result (a Python list of QListViewItem).

C++:  ListViewItems  selectedItems () const

findDrop (pos) [KDE 3.0.0 - ]

TAKES pos (QPoint) and RETURNS a tuple - ( parent (QListViewItem), after (QListViewItem)).

C++:  virtual void  findDrop (const QPoint& pos, 
                              QListViewItem*& parent,
                              QListViewItem*& after)

findDrop (pos) [ - KDE 3.0.0]

TAKES pos (QPoint) and RETURNS a tuple - ( parent (QListViewItem), after (QListViewItem)).

C++:  void  findDrop (const QPoint& a0, 
                      QListViewItem*& a1,
                      QListViewItem*& a2)

virtual QDragObject*  dragObject () const

NOT implemented

class KListViewItem [KDE 2.2.0 - ]

KListViewItem is fully implemented except as noted:

class KMainWindow

KMainWindow is fully implemented except as noted:

QPtrListIterator<KToolBar>  toolBarIterator ()

QListIterator<KToolBar>  toolBarIterator ()

NOT implemented

class KMainWindowInterface [KDE 3.0.0 - ]

KMainWindowInterface is fully implemented except as noted:

functionsDynamic () [KDE 3.0.0 - ]

TAKES nothing and RETURNS result (a Python list of QCString).

C++:  QCStringList  functionsDynamic ()

actions () [KDE 3.0.0 - ]

TAKES nothing and RETURNS result (a Python list of QCString).

C++:  QCStringList  actions ()

actionMap () [KDE 3.0.0 - ]

TAKES nothing and RETURNS result (a Python dict of QCString:DCOPRef).

C++:  DCOPRefMap  actionMap ()

class KMenuBar

KMenuBar is fully implemented except as noted:

class KMessageBox

KMessageBox is fully implemented except as noted:

class KNumInput

KNumInput is fully implemented except as noted:

This class is abstract ; all pure virtual methods must be overloaded before using

doLayout ()

TAKES nothing and RETURNS nothing . Pure virtual - must be overloaded in subclass.

C++:  virtual void  doLayout ()  = 0

class KIntNumInput

KIntNumInput is fully implemented except as noted:

class KDoubleNumInput

KDoubleNumInput is fully implemented except as noted:

class KIntSpinBox

KIntSpinBox is fully implemented except as noted:

virtual int  mapTextToValue (bool* a0)

NOT implemented

class KDoubleSpinBox [KDE 3.1.0 - ]

KDoubleSpinBox is fully implemented except as noted:

virtual int  mapTextToValue (bool* a0)

NOT implemented

class KIntValidator

KIntValidator is fully implemented except as noted:

validate (a0)

TAKES a0 (QString) and RETURNS a tuple - ( result (State), a1 (int)).

C++:  virtual State  validate (QString& a0, int& a1) const

class KFloatValidator

KFloatValidator is fully implemented except as noted:

validate (a0)

TAKES a0 (QString) and RETURNS a tuple - ( result (State), a1 (int)).

C++:  virtual State  validate (QString& a0, int& a1) const

class KDoubleValidator [KDE 3.1.0 - ]

KDoubleValidator is fully implemented except as noted:

validate (input) [KDE 3.1.0 - ]

TAKES input (QString) and RETURNS a tuple - ( result (QValidator.State), pos (int)).

C++:  virtual QValidator::State  validate (QString& input, 
                                           int& pos) const

class KPanelApplet

KPanelApplet is fully implemented except as noted:

class KPanelAppMenu [KDE 3.0.0 - ]

KPanelAppMenu is fully implemented except as noted:

class KPanelExtension

KPanelExtension is fully implemented except as noted:

class KPanelMenu [KDE 3.0.0 - ]

KPanelMenu is fully implemented except as noted:

This class is abstract ; all pure virtual methods must be overloaded before using

slotExec (id) [KDE 3.0.0 - ]

TAKES id (int) and RETURNS nothing . Pure virtual - must be overloaded in subclass.

C++:  virtual void  slotExec (int id)  = 0

initialize () [KDE 3.0.0 - ]

TAKES nothing and RETURNS nothing . Pure virtual - must be overloaded in subclass.

C++:  virtual void  initialize ()  = 0

class KPanelMenu [ - KDE 3.0.0]

KPanelMenu is fully implemented except as noted:

class KPasswordEdit

KPasswordEdit is fully implemented except as noted:

variable PassLen

NOT implemented

class KPasswordDialog

KPasswordDialog is fully implemented except as noted:

getPassword (password, prompt)

TAKES password (QCString), prompt (QString) and RETURNS a tuple - ( result (int), keep (int)). getPassword is a static member function.

C++:  static int  getPassword (QCString& password, 
                               QString prompt,
                               int* keep = 0)

class KPassivePopup [KDE 3.1.0 - ]

KPassivePopup is fully implemented except as noted:

class KPixmapIO

KPixmapIO is fully implemented except as noted:

class KPopupTitle

KPopupTitle is fully implemented except as noted:

class KPopupMenu

KPopupMenu is fully implemented except as noted:

class KProgress [KDE 3.0.0 - ]

KProgress is fully implemented except as noted:

class KProgressDialog [KDE 3.0.0 - ]

KProgressDialog is fully implemented except as noted:

class KProgress [ - KDE 3.0.0]

KProgress is fully implemented except as noted:

class KPushButton

KPushButton is fully implemented except as noted:

class KRestrictedLine

KRestrictedLine is fully implemented except as noted:

class KRootPixmap

KRootPixmap is fully implemented except as noted:

virtual void  updateBackground (KSharedPixmap* a0)

NOT implemented

class KRuler

KRuler is fully implemented except as noted:

class KXYSelector

KXYSelector is fully implemented except as noted:

class KSelector

KSelector is fully implemented except as noted:

class KGradientSelector

KGradientSelector is fully implemented except as noted:

class KSeparator

KSeparator is fully implemented except as noted:

class KSharedPixmap

KSharedPixmap is fully implemented except as noted:

bool  x11Event (XEvent* a0)

NOT implemented

class KSqueezedTextLabel

KSqueezedTextLabel is fully implemented except as noted:

class KStatusBarLabel

KStatusBarLabel is fully implemented except as noted:

class KStatusBar

KStatusBar is fully implemented except as noted:

class KStdAction [ - KDE 3.0.0]

KStdAction is fully implemented except as noted:

class KStdGuiItem [KDE 3.0.0 - ]

KStdGuiItem is fully implemented except as noted:

static QPair<KGuiItem,KGuiItem>  backAndForward ()

NOT implemented

class KStringListValidator [KDE 3.0.0 - ]

KStringListValidator is fully implemented except as noted:

validate (input) [KDE 3.0.0 - ]

TAKES input (QString) and RETURNS a tuple - ( result (State), pos (int)).

C++:  virtual State  validate (QString& input, int& pos) const

class KMimeTypeValidator [KDE 3.0.0 - ]

KMimeTypeValidator is fully implemented except as noted:

validate (input) [KDE 3.0.0 - ]

TAKES input (QString) and RETURNS a tuple - ( result (State), pos (int)).

C++:  virtual State  validate (QString& input, int& pos) const

class KSystemTray

KSystemTray is fully implemented except as noted:

class KTabCtl

KTabCtl is fully implemented except as noted:

class KTextBrowser

KTextBrowser is fully implemented except as noted:

class KTextEdit [KDE 3.1.0 - ]

KTextEdit is fully implemented except as noted:

class KTipDatabase [KDE 2.2.0 - ]

KTipDatabase is fully implemented except as noted:

class KTipDialog [KDE 2.2.0 - ]

KTipDialog is fully implemented except as noted:

class KToolBarSeparator

KToolBarSeparator is fully implemented except as noted:

class KToolBar

KToolBar is fully implemented except as noted:

KToolBar (QMainWindow* parentWindow, QMainWindow::ToolBarDock dock, bool newLine = 0, const char* name = 0, bool honor_style = 0, bool readConfig = 1)

static bool  highlightSetting ()

static bool  transparentSetting ()

static IconText  iconTextSetting ()

NOT implemented

class KToolBarButton

KToolBarButton is fully implemented except as noted:

class KToolBarRadioGroup

KToolBarRadioGroup is fully implemented except as noted:

class KURLLabel

KURLLabel is fully implemented except as noted:

class KWindowInfo [KDE 3.1.0 - ]

KWindowInfo is fully implemented except as noted:

class KWindowListMenu [KDE 3.0.0 - ]

KWindowListMenu is fully implemented except as noted:

class KWindowListMenu [ - KDE 3.0.0]

KWindowListMenu is fully implemented except as noted:

class KWizard

KWizard is fully implemented except as noted:

class KWordWrap [KDE 3.0.0 - ]

KWordWrap is fully implemented except as noted:

class KXMLGUIBuilder

KXMLGUIBuilder is fully implemented except as noted:

virtual QWidget*  createContainer (QWidget* parent, int index, const QDomElement& element, int& id)

NOT implemented

class KXMLGUIClient

KXMLGUIClient is fully implemented except as noted:

class KXMLGUIClient.StateChange [KDE 3.0.0 - ]

KXMLGUIClient.StateChange is fully implemented except as noted:

class KXMLGUIFactory [KDE 3.0.0 - ]

KXMLGUIFactory is fully implemented except as noted:

clients () [KDE 3.0.0 - ]

TAKES nothing and RETURNS result (a Python list of KXMLGUIClient).

C++:  KXMLGUIClientList  clients () const

containers (tagName) [KDE 3.0.0 - ]

TAKES tagName (QString) and RETURNS result (a Python list of QWidget).

C++:  KWidgetList  containers (const QString& tagName)

class QXEmbed

QXEmbed is fully implemented except as noted:

processClientCmdline (client, argv)

TAKES client (QWidget), argv (a Python list of strings which may be modified) and RETURNS result (int). processClientCmdline is a static member function.

C++:  static bool  processClientCmdline (QWidget* client, 
                                         int& argc,
                                         char** argv)

bool  x11Event (XEvent* a0)

NOT implemented

Global Functions

KStdAction.create (id, name, slot, parent) [KDE 3.0.0 - ]

C++:  KAction*  create (KStdAction::StdAction id, 
                        const char* name,
                        QObject* recvr,
                        char* slot,
                        KActionCollection* parent)

TAKES id (KStdAction.StdAction), name (string), slot (a Python callable), parent (KActionCollection) and RETURNS result (KAction).

KStdAction.name (id) [KDE 3.0.0 - ]

C++:  const char*  name (KStdAction::StdAction id)

TAKES id (KStdAction.StdAction) and RETURNS result (string).

KStdAction.stdNames () [KDE 3.1.0 - ]

C++:  QStringList  stdNames ()

TAKES nothing and RETURNS result (QStringList).

KStdAction.openNew (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  openNew (QObject* recvr, 
                         char* slot,
                         KActionCollection* parent,
                         const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.open (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  open (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.openRecent (slot, parent, name) [KDE 3.0.0 - ]

C++:  KRecentFilesAction*  openRecent (QObject* recvr, 
                                       char* slot,
                                       KActionCollection* parent,
                                       const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KRecentFilesAction).

KStdAction.save (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  save (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.saveAs (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  saveAs (QObject* recvr, 
                        char* slot,
                        KActionCollection* parent,
                        const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.revert (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  revert (QObject* recvr, 
                        char* slot,
                        KActionCollection* parent,
                        const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.close (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  close (QObject* recvr, 
                       char* slot,
                       KActionCollection* parent,
                       const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.print (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  print (QObject* recvr, 
                       char* slot,
                       KActionCollection* parent,
                       const char* name = 0) /PyName=print_/

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.printPreview (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  printPreview (QObject* recvr, 
                              char* slot,
                              KActionCollection* parent,
                              const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.mail (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  mail (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.quit (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  quit (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.undo (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  undo (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.redo (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  redo (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.cut (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  cut (QObject* recvr, 
                     char* slot,
                     KActionCollection* parent,
                     const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.copy (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  copy (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.paste (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  paste (QObject* recvr, 
                       char* slot,
                       KActionCollection* parent,
                       const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.selectAll (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  selectAll (QObject* recvr, 
                           char* slot,
                           KActionCollection* parent,
                           const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.deselect (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  deselect (QObject* recvr, 
                          char* slot,
                          KActionCollection* parent,
                          const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.find (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  find (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.findNext (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  findNext (QObject* recvr, 
                          char* slot,
                          KActionCollection* parent,
                          const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.findPrev (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  findPrev (QObject* recvr, 
                          char* slot,
                          KActionCollection* parent,
                          const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.replace (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  replace (QObject* recvr, 
                         char* slot,
                         KActionCollection* parent,
                         const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.actualSize (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  actualSize (QObject* recvr, 
                            char* slot,
                            KActionCollection* parent,
                            const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.fitToPage (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  fitToPage (QObject* recvr, 
                           char* slot,
                           KActionCollection* parent,
                           const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.fitToWidth (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  fitToWidth (QObject* recvr, 
                            char* slot,
                            KActionCollection* parent,
                            const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.fitToHeight (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  fitToHeight (QObject* recvr, 
                             char* slot,
                             KActionCollection* parent,
                             const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.zoomIn (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  zoomIn (QObject* recvr, 
                        char* slot,
                        KActionCollection* parent,
                        const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.zoomOut (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  zoomOut (QObject* recvr, 
                         char* slot,
                         KActionCollection* parent,
                         const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.zoom (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  zoom (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.redisplay (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  redisplay (QObject* recvr, 
                           char* slot,
                           KActionCollection* parent,
                           const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.up (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  up (QObject* recvr, 
                    char* slot,
                    KActionCollection* parent,
                    const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.back (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  back (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.forward (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  forward (QObject* recvr, 
                         char* slot,
                         KActionCollection* parent,
                         const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.home (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  home (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.prior (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  prior (QObject* recvr, 
                       char* slot,
                       KActionCollection* parent,
                       const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.next (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  next (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.goTo (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  goTo (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.gotoPage (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  gotoPage (QObject* recvr, 
                          char* slot,
                          KActionCollection* parent,
                          const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.gotoLine (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  gotoLine (QObject* recvr, 
                          char* slot,
                          KActionCollection* parent,
                          const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.firstPage (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  firstPage (QObject* recvr, 
                           char* slot,
                           KActionCollection* parent,
                           const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.lastPage (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  lastPage (QObject* recvr, 
                          char* slot,
                          KActionCollection* parent,
                          const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.addBookmark (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  addBookmark (QObject* recvr, 
                             char* slot,
                             KActionCollection* parent,
                             const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.editBookmarks (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  editBookmarks (QObject* recvr, 
                               char* slot,
                               KActionCollection* parent,
                               const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.spelling (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  spelling (QObject* recvr, 
                          char* slot,
                          KActionCollection* parent,
                          const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.showMenubar (slot, parent, name) [KDE 3.0.0 - ]

C++:  KToggleAction*  showMenubar (QObject* recvr, 
                                   char* slot,
                                   KActionCollection* parent,
                                   const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KToggleAction).

KStdAction.showToolbar (slot, parent, name) [KDE 3.0.0 - ]

C++:  KToggleAction*  showToolbar (QObject* recvr, 
                                   char* slot,
                                   KActionCollection* parent,
                                   const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KToggleAction).

KStdAction.showToolbar (toolBarName, parent, name) [KDE 3.1.0 - ]

C++:  KToggleToolBarAction*  showToolbar 
          (const char* toolBarName, KActionCollection* parent, const char* name = 0)

TAKES toolBarName (string), parent (KActionCollection), name (char - default = 0) and RETURNS result (KToggleToolBarAction).

KStdAction.showStatusbar (slot, parent, name) [KDE 3.0.0 - ]

C++:  KToggleAction*  showStatusbar (QObject* recvr, 
                                     char* slot,
                                     KActionCollection* parent,
                                     const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KToggleAction).

KStdAction.saveOptions (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  saveOptions (QObject* recvr, 
                             char* slot,
                             KActionCollection* parent,
                             const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.keyBindings (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  keyBindings (QObject* recvr, 
                             char* slot,
                             KActionCollection* parent,
                             const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.preferences (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  preferences (QObject* recvr, 
                             char* slot,
                             KActionCollection* parent,
                             const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.configureToolbars (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  configureToolbars (QObject* recvr, 
                                   char* slot,
                                   KActionCollection* parent,
                                   const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.configureNotifications (slot, parent, name) [KDE 3.1.0 - ]

C++:  KAction*  configureNotifications (QObject* recvr, 
                                        char* slot,
                                        KActionCollection* parent,
                                        const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.help (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  help (QObject* recvr, 
                      char* slot,
                      KActionCollection* parent,
                      const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.helpContents (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  helpContents (QObject* recvr, 
                              char* slot,
                              KActionCollection* parent,
                              const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.whatsThis (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  whatsThis (QObject* recvr, 
                           char* slot,
                           KActionCollection* parent,
                           const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.tipOfDay (slot, parent, name) [KDE 3.1.0 - ]

C++:  KAction*  tipOfDay (QObject* recvr, 
                          char* slot,
                          KActionCollection* parent,
                          const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.reportBug (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  reportBug (QObject* recvr, 
                           char* slot,
                           KActionCollection* parent,
                           const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.aboutApp (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  aboutApp (QObject* recvr, 
                          char* slot,
                          KActionCollection* parent,
                          const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).

KStdAction.aboutKDE (slot, parent, name) [KDE 3.0.0 - ]

C++:  KAction*  aboutKDE (QObject* recvr, 
                          char* slot,
                          KActionCollection* parent,
                          const char* name = 0)

TAKES slot (a Python callable), parent (KActionCollection), name (char - default = 0) and RETURNS result (KAction).