|
|
This view is designed to combine two KFileViews into one widget, to show directories on the left side and files on the right side.
Methods like selectedItems() to query status _only_ work on the right side, i.e. on the files.
After creating the KCombiView, you need to supply the view shown in the right, (see setRight()). Available KFileView implementations are KFileIconView and KFileDetailView.
Most of the below methods are just implementations of the baseclass KFileView, so look there for documentation.
See also: KFileView, KFileIconView, KFileDetailView, KDirOperator
KCombiView ( QWidget *parent, const char *name)
| KCombiView |
~KCombiView ()
| ~KCombiView |
[virtual]
QWidget * widget ()
| widget |
[virtual]
Reimplemented from KFileView.
void clearView ()
| clearView |
[virtual]
Reimplemented from KFileView.
void updateView ( bool )
| updateView |
[virtual]
Reimplemented from KFileView.
void updateView (const KFileViewItem*)
| updateView |
[virtual]
Reimplemented from KFileView.
void removeItem ( const KFileViewItem * )
| removeItem |
[virtual]
Reimplemented from KFileView.
void setRight (KFileView *view)
| setRight |
Sets the view to be shown in the right. You need to call this before doing anything else with this widget.
void setSelectionMode ( KFile::SelectionMode sm )
| setSelectionMode |
[virtual]
Reimplemented from KFileView.
void setSelected (const KFileViewItem *, bool)
| setSelected |
[virtual]
Reimplemented from KFileView.
bool isSelected ( const KFileViewItem * )
| isSelected |
[const virtual]
Reimplemented from KFileView.
void clearSelection ()
| clearSelection |
[virtual]
Reimplemented from KFileView.
void insertSorted (KFileViewItem *tfirst, uint counter)
| insertSorted |
[virtual]
Reimplemented from KFileView.
void insertItem ( KFileViewItem *i )
| insertItem |
[virtual]
Reimplemented from KFileView.
void clear ()
| clear |
[virtual]
Reimplemented from KFileView.
void setSorting ( QDir::SortSpec sort )
| setSorting |
[virtual]
Reimplemented from KFileView.
void sortReversed ()
| sortReversed |
[virtual]
Reimplemented from KFileView.
void ensureItemVisible ( const KFileViewItem * )
| ensureItemVisible |
Reimplemented from KFileView.
KFileView * right | right |
[protected]
void activatedMenu (const KFileViewItem*)
| activatedMenu |
[protected slots slot]
void selectDir (const KFileViewItem*)
| selectDir |
[protected slots slot]
void highlightFile (const KFileViewItem*)
| highlightFile |
[protected slots slot]
void selectFile (const KFileViewItem*)
| selectFile |
[protected slots slot]
Generated by: dfaure on kde.faure.org on Thu Jan 17 22:17:38 2002, using kdoc 2.0a53. |