KToggleToolBarAction is fully implemented except as noted:
KActionCollection is fully implemented except as noted:
actions (group) [KDE 3.1.3 - ]
TAKES group (QString) and RETURNS result (a Python list of KAction).
C++: virtual KActionPtrList actions (const QString& group) const |
actions () [KDE 3.1.3 - ]
TAKES nothing and RETURNS result (a Python list of KAction).
C++: virtual KActionPtrList actions () const |
actions (a0) [KDE 3.1.2 - KDE 3.1.3]
TAKES a0 (QString) and RETURNS result (a Python list of KAction).
C++: virtual KActionPtrList actions (const QString& a0) const |
actions () [KDE 3.1.2 - KDE 3.1.3]
TAKES nothing and RETURNS result (a Python list of KAction).
C++: virtual KActionPtrList actions () const |
actions (a0) [ - KDE 3.1.2]
TAKES a0 (QString) and RETURNS result (a Python list of KAction).
C++: virtual KActionPtrList actions (const QString& a0) const |
actions () [ - KDE 3.1.2]
TAKES nothing and RETURNS result (a Python list of KAction).
C++: virtual KActionPtrList actions () const |
KAnimWidget is fully implemented except as noted:
KAnimWidget (QWidget* parent = 0, const char* name = 0) |
NOT implemented
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 |
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) |
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 ()
TAKES nothing and RETURNS result (QString). Pure virtual - must be overloaded in subclass.
C++: virtual QString name () const = 0 |
KDateInternalWeekSelector is fully implemented except as noted:
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 |
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 |
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 |
KDockWidgetAbstractHeaderDrag is fully implemented except as noted:
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) |
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) |
KFontChooser is fully implemented except as noted:
KFontChooser (parent, name, onlyFixed, fontList, makeFrame, visibleListSize, diff, sizeIsRelativeState)
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) |
KFontDialog is fully implemented except as noted:
KFontDialog (parent, name, onlyFixed, modal, fontlist, makeFrame, diff, sizeIsRelativeState)
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)
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)
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)
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) |
KKeyChooser is fully implemented except as noted:
bool isKeyPresentLocally (const KShortcut& cut, KKeyChooserItem* ignoreItem, const QString& warnText) |
NOT implemented
KLed is fully implemented except as noted:
KLed (const QColor& col = Qt::green, QWidget* parent = 0, const char* name = 0) |
NOT implemented
KLineEditDlg is fully implemented except as noted:
getText (_text, _value, parent, validator)
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)
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) |
KListView is fully implemented except as noted:
selectedItems ()
TAKES nothing and RETURNS result (a Python list of QListViewItem).
C++: ListViewItems selectedItems () const |
findDrop (pos)
TAKES pos (QPoint) and RETURNS a tuple - ( parent (QListViewItem), after (QListViewItem)).
C++: virtual void findDrop (const QPoint& pos, QListViewItem*& parent, QListViewItem*& after) |
virtual QDragObject* dragObject () const |
NOT implemented
KMainWindow is fully implemented except as noted:
QPtrListIterator<KToolBar> toolBarIterator () |
NOT implemented
KMainWindowInterface is fully implemented except as noted:
actionMap ()
TAKES nothing and RETURNS result (a Python dict of QCString:DCOPRef).
C++: DCOPRefMap actionMap () |
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 |
KIntSpinBox is fully implemented except as noted:
virtual int mapTextToValue (bool* a0) |
NOT implemented
KDoubleSpinBox is fully implemented except as noted:
virtual int mapTextToValue (bool* a0) |
NOT implemented
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 |
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 |
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 |
KPanelMenu is fully implemented except as noted:
This class is abstract ; all pure virtual methods must be overloaded before using
slotExec (id)
TAKES id (int) and RETURNS nothing . Pure virtual - must be overloaded in subclass.
C++: virtual void slotExec (int id) = 0 |
initialize ()
TAKES nothing and RETURNS nothing . Pure virtual - must be overloaded in subclass.
C++: virtual void initialize () = 0 |
KPasswordEdit is fully implemented except as noted:
variable PassLen |
NOT implemented
KPasswordDialog is fully implemented except as noted:
getPassword (prompt)
TAKES prompt (QString) and RETURNS a tuple - ( result (int), password (QCString), keep (int)). getPassword is a static member function.
C++: static int getPassword (QCString& password, QString prompt, int* keep = 0) |
KRootPixmap is fully implemented except as noted:
virtual void updateBackground (KSharedPixmap* a0) |
NOT implemented
KSharedPixmap is fully implemented except as noted:
bool x11Event (XEvent* a0) |
NOT implemented
KStdGuiItem is fully implemented except as noted:
static QPair<KGuiItem,KGuiItem> backAndForward () |
NOT implemented
KStringListValidator is fully implemented except as noted:
validate (input)
TAKES input (QString) and RETURNS a tuple - ( result (State), pos (int)).
C++: virtual State validate (QString& input, int& pos) const |
KMimeTypeValidator is fully implemented except as noted:
validate (input)
TAKES input (QString) and RETURNS a tuple - ( result (State), pos (int)).
C++: virtual State validate (QString& input, int& pos) const |
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
KXMLGUIBuilder is fully implemented except as noted:
virtual QWidget* createContainer (QWidget* parent, int index, const QDomElement& element, int& id) |
NOT implemented
KXMLGUIFactory is fully implemented except as noted:
clients ()
TAKES nothing and RETURNS result (a Python list of KXMLGUIClient).
C++: KXMLGUIClientList clients () const |
containers (tagName)
TAKES tagName (QString) and RETURNS result (a Python list of QWidget).
C++: KWidgetList containers (const QString& tagName) |
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
KStdAction.create (id, name, slot, parent)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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).
testKActionList (list)
C++: KActionList testKActionList (KActionList a0) |
TAKES list (a Python list of KAction) and RETURNS result (a Python list of KAction).