KCombiView is fully implemented.
KDirOperator is fully implemented.
KDirSelectDialog is fully implemented.
*** EXCEPT
KDirSelectDialog (const QString& startDir = QString::null, bool localOnly = 0, QWidget* /TransferThis/ parent = 0, const char* name = 0, bool modal = 0); |
Has member code or mapped type
KDirSize is fully implemented.
static KDirSize * dirSizeJob(const KFileItemList &) |
RENAMED KDirSizeFromList
KDiskFreeSp is fully implemented. *** EXCEPT
void foundMountPoint (const ulong&, const ulong&, const ulong&, const QString&); |
NOT Implemented
KFile is fully implemented.
KFileListViewItem is fully implemented.
KFileDialog is fully implemented. *** EXCEPT
void setFilterMimeType (const QString& label, const KMimeType::List& types, const KMimeType::Ptr& defaultType); |
TAKES an object of KMimeType for KMimeType::Ptr
KMimeType::Ptr currentFilterMimeType (); |
RETURNS an object of KMimeType
void fillBookmarkMenu (KFileBookmark* parent, QPopupMenu* menu, int& id); |
TAKES KFileBookmark, QPopupMenu and RETURNS an int
KFileDialog (const KFileDialog&); |
NOT Implemented
void addDirEntry (KFileViewItem*, bool); |
NOT Implemented
KFileDialogConfigure is fully implemented.
KFileDialogConfigureDlg is fully implemented.
KFileFilterCombo is fully implemented.
*** EXCEPT
KFileFilterCombo (QWidget* /TransferThis/ parent = 0, const char* name = 0); |
Has member code or mapped type
KFileIconView is fully implemented.
KFileIconViewItem is fully implemented.
KFilePreview is fully implemented.
KFileTreeBranch is fully implemented.
void newTreeViewItems (KFileTreeBranch*, const KFileTreeVItemList&); |
TAKES a Python list of KFileTreeViewItem for the second parameter
KFileTreeView.AnimationInfo is NOT implemented. (private member class)
KFileTreeView is fully implemented.
virtual void slotNewTreeViewItems (KFileTreeBranch*, const KFileTreeVItemList&); |
TAKES a Python list of KFileTreeViewItem for the second parameter
KFileTreeViewToolTip is fully implemented.
KFileTreeViewItem is fully implemented.
KFileViewSignaler is fully implemented.
KFileView is fully implemented. *** EXCEPT
This class is ABSTRACT- all pure virtual methods must be overloaded before using
virtual QWidget* widget () = 0; |
PURE VIRTUAL method
virtual void insertItem (KFileViewItem* i) = 0; |
PURE VIRTUAL method
virtual void clearView () = 0; |
PURE VIRTUAL method
virtual void ensureItemVisible (const KFileViewItem* i) = 0; |
PURE VIRTUAL method
virtual void clearSelection () = 0; |
PURE VIRTUAL method
virtual void setSelected (const KFileViewItem*, bool enable) = 0; |
PURE VIRTUAL method
virtual bool isSelected (const KFileViewItem*) = 0; |
PURE VIRTUAL method
KImageFilePreview is fully implemented.
KOpenWithDlg is fully implemented. *** EXCEPT
KService::Ptr service (); |
RETURNS a Python instance of KService
KFileOpenWithHandler is fully implemented.
KAppTreeListItem is fully implemented.
KApplicationTree is fully implemented.
KPreviewWidgetBase is fully implemented. *** EXCEPT
This class is ABSTRACT; all pure virtual methods must be overloaded before using
virtual void clearPreview () = 0; |
PURE VIRTUAL method
virtual void showPreview (const KURL& url) = 0; |
PURE VIRTUAL method
KPropertiesDialog is fully implemented.
KPropsDlgPlugin is fully implemented.
KFilePropsPlugin is fully implemented.
KFilePermissionsPropsPlugin is fully implemented.
KExecPropsPlugin is fully implemented.
KURLPropsPlugin is fully implemented.
KApplicationPropsPlugin is fully implemented.
KBindingPropsPlugin is fully implemented.
KDevicePropsPlugin is fully implemented.
KRecentDocument is fully implemented.
KURLBar is fully implemented.
*** EXCEPT
KURLBar (bool useGlobalItems, QWidget* /TransferThis/ parent = 0, const char* name = 0, WFlags f = 0); |
Has member code or mapped type
KURLBarItem is fully implemented.
KURLBarItemDialog is fully implemented.
*** EXCEPT
KURLBarItemDialog (bool allowGlobal, const KURL& url, const QString& description, QString icon, bool appLocal = 1, QWidget* /TransferThis/ parent = 0, const char* name = 0); |
Has member code or mapped type
static bool getInformation (bool allowGlobal, KURL& url, QString& description, QString& icon, bool& appLocal, QWidget* /TransferThis/ parent = 0); |
Has member code or mapped type
KURLBarListBox is fully implemented.
*** EXCEPT
KURLBarListBox (QWidget* /TransferThis/ parent = 0, const char* name = 0); |
Has member code or mapped type
KURLComboBox is fully implemented. *** EXCEPT
void insertURLItem (const KURLComboBox::KURLComboItem*); void updateItem (const KURLComboBox::KURLComboItem*, int, const QPixmap&); |
NOT Implemented (KURLComboItem is private)
KURLComboBox::KURLComboItem is NOT implemented.
KURLRequester is fully implemented.
KURLRequesterDlg is fully implemented.
KFileFilter is fully implemented.
KFileViewItem is fully implemented.
This class isn't implemented. Whenever a KFileViewItemList is the return type of a function or the type of an argument, a Python list is returned or passed instead
Mapped type - cannot be instantiated. Whenever QPtrList<KFileTreeViewItem> is the return type of a function or the type of an argument, a Python list of KFileTreeViewItem is used instead.
Mapped type - cannot be instantiated. Whenever QPtrList<KFileTreeBranch> is the return type of a function or the type of an argument, a Python list of KFileTreeBranch is used instead.
KIconDialog is fully implemented.
KIconButton is fully implemented.
KIconCanvas is fully implemented.