tdefilepreview.cpp
262 kdWarning() << "KFilePreview::actionCollection(): called before setFileView()." << endl; //ellis
virtual bool isSelected(const KFileItem *) const
Definition: tdefilepreview.cpp:196
virtual TDEActionCollection * actionCollection() const
Definition: tdefileview.cpp:365
virtual TDEActionCollection * actionCollection() const
This overrides KFileView::actionCollection() by returning the actionCollection() of the KFileView (me...
Definition: tdefilepreview.cpp:257
virtual void insertItem(KFileItem *i)
The derived view must implement this function to add the file in the widget.
Definition: tdefileview.cpp:147
virtual void clearSelection()
Clears any selection, unhighlights everything.
Definition: tdefilepreview.cpp:180
virtual void listingCompleted()
This hook is called when all items of the currently listed directory are listed and inserted into the...
Definition: tdefilepreview.cpp:169
virtual void clearView()
pure virtual function, that should be implemented to clear the view.
Definition: tdefilepreview.cpp:142
virtual void insertItem(KFileItem *)
The derived view must implement this function to add the file in the widget.
Definition: tdefilepreview.cpp:130
virtual void removeItem(const KFileItem *)
Removes an item from the list; has to be implemented by the view.
Definition: tdefilepreview.cpp:160
void ensureItemVisible(const KFileItem *)
pure virtual function, that should be implemented to make item i visible, i.e.
Definition: tdefilepreview.cpp:237
virtual void setCurrentItem(const KFileItem *)
Reimplement this to set item the current item in the view, e.g.
Definition: tdefilepreview.cpp:209
virtual TQWidget * widget()=0
a pure virtual function to get a TQWidget, that can be added to other widgets.
virtual void setSelected(const KFileItem *, bool)
Tells the view that it should highlight the item.
Definition: tdefilepreview.cpp:205
virtual void removeItem(const KFileItem *item)
Removes an item from the list; has to be implemented by the view.
Definition: tdefileview.cpp:346
virtual KFileItem * currentFileItem() const
Definition: tdefilepreview.cpp:214
virtual void setSorting(TQDir::SortSpec sort)
Sets the sorting order of the view.
Definition: tdefilepreview.cpp:136
virtual void setSorting(TQDir::SortSpec sort)
Sets the sorting order of the view.
Definition: tdefileview.cpp:151
virtual void invertSelection()
Inverts the current selection, i.e.
Definition: tdefilepreview.cpp:191
void setFileView(KFileView *view)
Delets the current view and sets the view to the given view.
Definition: tdefilepreview.cpp:81