|
|
An icon-view capable of showing KFileViewItems. Used in the filedialog for example. Most of the documentation is in KFileView class.
See also: KDirOperator, KCombiView, KFileDetailView
| KFileIconView (QWidget *parent, const char *name)
| KFileIconView |
| ~KFileIconView ()
| ~KFileIconView |
[virtual]
| QWidget * widget ()
| widget |
[virtual]
Reimplemented from KFileView.
| void clearView ()
| clearView |
[virtual]
Reimplemented from KFileView.
| void setAutoUpdate ( bool )
| setAutoUpdate |
[virtual]
| 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 insertItem ( KFileViewItem *i )
| insertItem |
[virtual]
Reimplemented from KFileView.
| void setSelectionMode ( KFile::SelectionMode sm )
| setSelectionMode |
[virtual]
Reimplemented from KFileView.
| void setSelected (const KFileViewItem *, bool)
| setSelected |
[virtual]
Reimplemented from KFileView.
| bool isSelected (const KFileViewItem *i)
| isSelected |
[const virtual]
Reimplemented from KFileView.
| void clearSelection ()
| clearSelection |
[virtual]
Reimplemented from KFileView.
| void setIconSize ( int size )
| setIconSize |
Sets the size of the icons to show. Defaults to KIcon::SizeSmall.
| int iconSize ()
| iconSize |
[const]
Returns: the current size used for icons.
| void ensureItemVisible ( const KFileViewItem * )
| ensureItemVisible |
Reimplemented from KFileView.
| void keyPressEvent ( QKeyEvent * )
| keyPressEvent |
[protected virtual]
Reimplemented to not let QIconView eat return-key events
| void hideEvent ( QHideEvent * )
| hideEvent |
[protected virtual]
Reimplemented to remove an eventual tooltip
| Generated by: dfaure on kde.faure.org on Thu Jan 17 22:17:38 2002, using kdoc 2.0a53. |