module kfile

class KCombiView

KCombiView is fully implemented except as noted:

class KCustomMenuEditor [KDE 3.1.0 - ]

KCustomMenuEditor is fully implemented except as noted:

class KDirOperator

KDirOperator is fully implemented except as noted:

class KDirSelectDialog [KDE 3.0.0 - ]

KDirSelectDialog is fully implemented except as noted:

class KDirSize

KDirSize is fully implemented except as noted:

totalSize64 () [KDE 2.2.0 - KDE 2.2.1]

TAKES nothing and RETURNS result (a Python long).

C++:  longlong  totalSize64 ()

dirSize64 (a0) [KDE 2.2.0 - KDE 2.2.1]

TAKES a0 (KURL) and RETURNS result (a Python long). dirSize64 is a static member function.

C++:  static longlong  dirSize64 (const KURL& a0)

long long  totalSize64 ()

static long long  dirSize64 (const KURL& a0)

NOT implemented

class KDiskFreeSp [KDE 3.1.0 - ]

KDiskFreeSp is fully implemented except as noted:

void  foundMountPoint (const ulong& a0, const ulong& a1, const ulong& a2, const QString& a3)

NOT implemented

class KFile

KFile is fully implemented except as noted:

isSortByName (sort)

TAKES sort (QDir.SortSpec) and RETURNS result (int). isSortByName is a static member function.

C++:  static bool  isSortByName (const QDir::SortSpec& sort)

isSortBySize (sort)

TAKES sort (QDir.SortSpec) and RETURNS result (int). isSortBySize is a static member function.

C++:  static bool  isSortBySize (const QDir::SortSpec& sort)

isSortByDate (sort)

TAKES sort (QDir.SortSpec) and RETURNS result (int). isSortByDate is a static member function.

C++:  static bool  isSortByDate (const QDir::SortSpec& sort)

isSortDirsFirst (sort)

TAKES sort (QDir.SortSpec) and RETURNS result (int). isSortDirsFirst is a static member function.

C++:  static bool  isSortDirsFirst (const QDir::SortSpec& sort)

isSortCaseInsensitive (sort)

TAKES sort (QDir.SortSpec) and RETURNS result (int). isSortCaseInsensitive is a static member function.

C++:  static bool  isSortCaseInsensitive (const QDir::SortSpec& sort)

isDefaultView (view)

TAKES view (KFile.FileView) and RETURNS result (int). isDefaultView is a static member function.

C++:  static bool  isDefaultView (const KFile::FileView& view)

isSimpleView (view)

TAKES view (KFile.FileView) and RETURNS result (int). isSimpleView is a static member function.

C++:  static bool  isSimpleView (const KFile::FileView& view)

isDetailView (view)

TAKES view (KFile.FileView) and RETURNS result (int). isDetailView is a static member function.

C++:  static bool  isDetailView (const KFile::FileView& view)

isSeparateDirs (view)

TAKES view (KFile.FileView) and RETURNS result (int). isSeparateDirs is a static member function.

C++:  static bool  isSeparateDirs (const KFile::FileView& view)

isPreviewContents (view) [KDE 2.2.0 - ]

TAKES view (KFile.FileView) and RETURNS result (int). isPreviewContents is a static member function.

C++:  static bool  isPreviewContents (const KFile::FileView& view)

isPreviewInfo (view) [KDE 3.1.0 - ]

TAKES view (KFile.FileView) and RETURNS result (int). isPreviewInfo is a static member function.

C++:  static bool  isPreviewInfo (const KFile::FileView& view)

class KFileListViewItem [KDE 2.2.0 - ]

KFileListViewItem is fully implemented except as noted:

class KFileDetailView

KFileDetailView is fully implemented except as noted:

class KFileListViewItem [ - KDE 2.2.0]

KFileListViewItem is fully implemented except as noted:

class KFileDialog

KFileDialog is fully implemented except as noted:

currentFilterMimeType ()

TAKES nothing and RETURNS result (KMimeType).

C++:  KMimeType::Ptr  currentFilterMimeType ()

fillBookmarkMenu (parent, menu) [ - KDE 3.0.0]

TAKES parent (KFileBookmark), menu (QPopupMenu) and RETURNS id (int).

C++:  void  fillBookmarkMenu (KFileBookmark* a0, 
                              QPopupMenu* a1,
                              int& a2)

void  addDirEntry (KFileItem* entry, bool disableUpdating)

void  addDirEntry (KFileViewItem* a0, bool a1)

NOT implemented

class KFileFilterCombo [KDE 3.0.0 - ]

KFileFilterCombo is fully implemented except as noted:

class KFileIconViewItem [KDE 3.0.0 - ]

KFileIconViewItem is fully implemented except as noted:

class KFileIconView

KFileIconView is fully implemented except as noted:

class KFileIconViewItem [ - KDE 3.0.0]

KFileIconViewItem is fully implemented except as noted:

class KFilePreview

KFilePreview is fully implemented except as noted:

class KFileSharePropsPlugin [KDE 3.1.0 - ]

KFileSharePropsPlugin is fully implemented except as noted:

class KFileTreeBranch [KDE 3.0.0 - ]

KFileTreeBranch is fully implemented except as noted:

class KFileTreeViewToolTip [KDE 3.0.0 - ]

KFileTreeViewToolTip is fully implemented except as noted:

class KFileTreeView [KDE 3.0.0 - ]

KFileTreeView is fully implemented except as noted:

class KFileTreeViewItem [KDE 3.0.0 - ]

KFileTreeViewItem is fully implemented except as noted:

class KFileViewSignaler

KFileViewSignaler is fully implemented except as noted:

class KFileView

KFileView is fully implemented except as noted:

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

widget ()

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

C++:  virtual QWidget*  widget ()  = 0

setCurrentItem (item) [KDE 3.0.0 - ]

TAKES item (KFileItem) and RETURNS nothing . Pure virtual - must be overloaded in subclass.

C++:  virtual void  setCurrentItem (const KFileItem* item)  = 0

currentFileItem () [KDE 3.0.0 - ]

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

C++:  virtual KFileItem*  currentFileItem () const = 0

clearView ()

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

C++:  virtual void  clearView ()  = 0

ensureItemVisible (i) [KDE 3.0.0 - ]

TAKES i (KFileItem) and RETURNS nothing . Pure virtual - must be overloaded in subclass.

C++:  virtual void  ensureItemVisible (const KFileItem* i)  = 0

clearSelection ()

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

C++:  virtual void  clearSelection ()  = 0

setSelected (a0, enable) [KDE 3.0.0 - ]

TAKES a0 (KFileItem), enable (int) and RETURNS nothing . Pure virtual - must be overloaded in subclass.

C++:  virtual void  setSelected (const KFileItem* a0, 
                                 bool enable)  = 0

isSelected (a0) [KDE 3.0.0 - ]

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

C++:  virtual bool  isSelected (const KFileItem* a0) const = 0

firstFileItem () [KDE 3.0.0 - ]

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

C++:  virtual KFileItem*  firstFileItem () const = 0

nextItem (a0) [KDE 3.0.0 - ]

TAKES a0 (KFileItem) and RETURNS result (KFileItem). Pure virtual - must be overloaded in subclass.

C++:  virtual KFileItem*  nextItem (const KFileItem* a0) const = 0

prevItem (a0) [KDE 3.0.0 - ]

TAKES a0 (KFileItem) and RETURNS result (KFileItem). Pure virtual - must be overloaded in subclass.

C++:  virtual KFileItem*  prevItem (const KFileItem* a0) const = 0

insertItem (a0) [ - KDE 3.0.0]

TAKES a0 (KFileViewItem) and RETURNS nothing . Pure virtual - must be overloaded in subclass.

C++:  virtual void  insertItem (KFileViewItem* a0)  = 0

ensureItemVisible (a0) [ - KDE 3.0.0]

TAKES a0 (KFileViewItem) and RETURNS nothing . Pure virtual - must be overloaded in subclass.

C++:  virtual void  ensureItemVisible (const KFileViewItem* a0)  = 0

setSelected (a0, a1) [ - KDE 3.0.0]

TAKES a0 (KFileViewItem), a1 (int) and RETURNS nothing . Pure virtual - must be overloaded in subclass.

C++:  virtual void  setSelected (const KFileViewItem* a0, 
                                 bool a1)  = 0

isSelected (a0) [ - KDE 3.0.0]

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

C++:  virtual bool  isSelected (const KFileViewItem* a0) const = 0

QWidget*  widget () const

void  QuickSort (KFileViewItem* a0, int a1, int a2) const

NOT implemented

class KIconCanvas

KIconCanvas is fully implemented except as noted:

void  nameChanged (QString a0)

NOT implemented

class KIconDialog

KIconDialog is fully implemented except as noted:

class KIconButton

KIconButton is fully implemented except as noted:

void  iconChanged (QString icon)

void  setIcon (QString a0)

NOT implemented

class KImageFilePreview [KDE 2.2.0 - ]

KImageFilePreview is fully implemented except as noted:

class KNotifyDialog [KDE 3.1.0 - ]

KNotifyDialog is fully implemented except as noted:

KNotifyDialog (parent, name, modal, aboutData) [KDE 3.1.0 - ]

TAKES parent (QWidget - default = 0), name (char - default = 0), modal (bool - default = 1), aboutData (KAboutData - default = see below) and RETURNS a KNotifyDialog instance.

C++:    KNotifyDialog (QWidget* parent = 0, 
                       const char* name = 0,
                       bool modal = 1,
                       const KAboutData* aboutData = 0)

The default value for aboutData in C++ is KGlobal::instance()->aboutData() which sip is unable to parse. Since it's the last arg in the list, it has to have a default value, and since the C++ code will fail if the default value really is zero, the sip code silently substitutes the real default value for a default value of 0 supplied from Python.

configure (parent, name, aboutData) [KDE 3.1.0 - ]

TAKES parent (QWidget - default = 0), name (char - default = 0), aboutData (KAboutData - default = see below) and RETURNS nothing . configure is a static member function.

C++:  static int  configure (QWidget* parent = 0, 
                             const char* name = 0,
                             const KAboutData* aboutData = 0)

The default value for aboutData in C++ is KGlobal::instance()->aboutData() which sip is unable to parse. Since it's the last arg in the list, it has to have a default value, and since the C++ code will fail if the default value really is zero, the sip code silently substitutes the real default value for a default value of 0 supplied from Python.

class KNotify.Application [KDE 3.1.0 - ]

KNotify.Application is fully implemented except as noted:

class KNotify.KNotifyWidget [KDE 3.1.0 - ]

KNotify.KNotifyWidget is fully implemented except as noted:

visibleApps () [KDE 3.1.0 - ]

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

C++:  KNotify::ApplicationList&  visibleApps ()

allApps () [KDE 3.1.0 - ]

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

C++:  KNotify::ApplicationList&  allApps ()

class KNotify.Event [KDE 3.1.0 - ]

KNotify.Event is fully implemented except as noted:

class KNotify.ListViewItem [KDE 3.1.0 - ]

KNotify.ListViewItem is fully implemented except as noted:

class KNotify.ApplicationList [KDE 3.1.0 - ]

KNotify.ApplicationList is fully implemented except as noted:

class KNotifyWidgetBase [KDE 3.1.0 - ]

KNotifyWidgetBase is fully implemented except as noted:

class KOpenWithDlg

KOpenWithDlg is fully implemented except as noted:

service ()

TAKES nothing and RETURNS result (KService).

C++:  KService::Ptr  service ()

class KFileOpenWithHandler

KFileOpenWithHandler is fully implemented except as noted:

class KAppTreeListItem [ - KDE 3.1.0]

KAppTreeListItem is fully implemented except as noted:

class KApplicationTree [ - KDE 3.1.0]

KApplicationTree is fully implemented except as noted:

class KPreviewWidgetBase [KDE 2.2.0 - ]

KPreviewWidgetBase is fully implemented except as noted:

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

showPreview (url) [KDE 2.2.0 - ]

TAKES url (KURL) and RETURNS nothing . Pure virtual - must be overloaded in subclass.

C++:  virtual void  showPreview (const KURL& url)  = 0

clearPreview () [KDE 2.2.0 - ]

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

C++:  virtual void  clearPreview ()  = 0

class KPropertiesDialog [KDE 3.0.0 - ]

KPropertiesDialog is fully implemented except as noted:

canDisplay (_items) [KDE 3.0.0 - ]

TAKES _items (a Python list of KFileItem) and RETURNS result (int). canDisplay is a static member function.

C++:  static bool  canDisplay (KFileItemList _items)

KPropertiesDialog (_items, parent, name, modal, autoShow) [KDE 3.0.0 - ]

TAKES _items (a Python list of KFileItem), parent (QWidget - default = 0), name (char - default = 0), modal (bool - default = 0), autoShow (bool - default = 1) and RETURNS a KPropertiesDialog instance.

C++:    KPropertiesDialog (KFileItemList _items, 
                           QWidget* parent = 0,
                           const char* name = 0,
                           bool modal = 0,
                           bool autoShow = 1)

items () [KDE 3.0.0 - ]

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

C++:  KFileItemList  items () const

class KPropsDlgPlugin [KDE 3.0.0 - ]

KPropsDlgPlugin is fully implemented except as noted:

class KFilePropsPlugin [KDE 3.0.0 - ]

KFilePropsPlugin is fully implemented except as noted:

supports (_items) [KDE 3.0.0 - ]

TAKES _items (a Python list of KFileItem) and RETURNS result (int). supports is a static member function.

C++:  static bool  supports (KFileItemList _items)

class KFilePermissionsPropsPlugin [KDE 3.0.0 - ]

KFilePermissionsPropsPlugin is fully implemented except as noted:

supports (_items) [KDE 3.0.0 - ]

TAKES _items (a Python list of KFileItem) and RETURNS result (int). supports is a static member function.

C++:  static bool  supports (KFileItemList _items)

class KExecPropsPlugin [KDE 3.0.0 - ]

KExecPropsPlugin is fully implemented except as noted:

supports (_items) [KDE 3.0.0 - ]

TAKES _items (a Python list of KFileItem) and RETURNS result (int). supports is a static member function.

C++:  static bool  supports (KFileItemList _items)

class KURLPropsPlugin [KDE 3.0.0 - ]

KURLPropsPlugin is fully implemented except as noted:

supports (_items) [KDE 3.0.0 - ]

TAKES _items (a Python list of KFileItem) and RETURNS result (int). supports is a static member function.

C++:  static bool  supports (KFileItemList _items)

class KApplicationPropsPlugin [KDE 3.0.0 - ]

KApplicationPropsPlugin is fully implemented except as noted:

supports (_items) [KDE 3.0.0 - ]

TAKES _items (a Python list of KFileItem) and RETURNS result (int). supports is a static member function.

C++:  static bool  supports (KFileItemList _items)

class KBindingPropsPlugin [KDE 3.0.0 - ]

KBindingPropsPlugin is fully implemented except as noted:

supports (_items) [KDE 3.0.0 - ]

TAKES _items (a Python list of KFileItem) and RETURNS result (int). supports is a static member function.

C++:  static bool  supports (KFileItemList _items)

class KDevicePropsPlugin [KDE 3.0.0 - ]

KDevicePropsPlugin is fully implemented except as noted:

supports (_items) [KDE 3.0.0 - ]

TAKES _items (a Python list of KFileItem) and RETURNS result (int). supports is a static member function.

C++:  static bool  supports (KFileItemList _items)

class KRecentDocument

KRecentDocument is fully implemented except as noted:

class KURLBarItem [KDE 3.0.0 - ]

KURLBarItem is fully implemented except as noted:

class KURLBar [KDE 3.0.0 - ]

KURLBar is fully implemented except as noted:

class KURLBarListBox [KDE 3.0.0 - ]

KURLBarListBox is fully implemented except as noted:

class KURLBarItemDialog [KDE 3.0.0 - ]

KURLBarItemDialog is fully implemented except as noted:

getInformation (allowGlobal, url, description, icon, appLocal, iconSize, parent) [KDE 3.0.0 - ]

TAKES allowGlobal (int), url (KURL), description (QString), icon (QString), appLocal (int), iconSize (int), parent (QWidget - default = 0) and RETURNS result (int). getInformation is a static member function.

C++:  static bool  getInformation (bool allowGlobal, 
                                   KURL& url,
                                   QString& description,
                                   QString& icon,
                                   bool& appLocal,
                                   int iconSize,
                                   QWidget* parent = 0)

class KURLComboBox

KURLComboBox is fully implemented except as noted:

class _KURLComboItem

_KURLComboItem is NOT implemented

void  insertURLItem (const KURLComboBox::KURLComboItem* a0)

void  updateItem (const KURLComboBox::KURLComboItem* item, int index, const QPixmap& pix)

NOT implemented

class KURLRequester

KURLRequester is fully implemented except as noted:

class KURLRequesterDlg

KURLRequesterDlg is fully implemented except as noted: