kcombiview.cpp
virtual void setCurrentItem(const KFileItem *)
Reimplement this to set item the current item in the view, e.g.
Definition: kcombiview.cpp:199
virtual void clearSelection()
Clears any selection, unhighlights everything.
Definition: kcombiview.cpp:155
virtual void setSelected(const KFileItem *, bool)
Tells the view that it should highlight the item.
Definition: kcombiview.cpp:192
virtual void clearView()
pure virtual function, that should be implemented to clear the view.
Definition: kcombiview.cpp:111
virtual void insertItem(KFileItem *i)
The derived view must implement this function to add the file in the widget.
Definition: kcombiview.cpp:87
virtual bool isSelected(const KFileItem *) const
Definition: kcombiview.cpp:176
virtual void setSorting(TQDir::SortSpec sort)
Sets the sorting order of the view.
Definition: kcombiview.cpp:101
virtual void removeItem(const KFileItem *)
Removes an item from the list; has to be implemented by the view.
Definition: kcombiview.cpp:132
virtual TDEActionCollection * actionCollection() const
Definition: kcombiview.cpp:322
virtual void listingCompleted()
This hook is called when all items of the currently listed directory are listed and inserted into the...
Definition: kcombiview.cpp:140
virtual KFileItem * currentFileItem() const
Definition: kcombiview.cpp:206
void ensureItemVisible(const KFileItem *)
pure virtual function, that should be implemented to make item i visible, i.e.
Definition: kcombiview.cpp:222
virtual void insertItem(KFileItem *i)
The derived view must implement this function to add the file in the widget.
Definition: tdefileiconview.cpp:335
void ensureItemVisible(const KFileItem *)
pure virtual function, that should be implemented to make item i visible, i.e.
Definition: tdefileiconview.cpp:508
virtual bool isSelected(const KFileItem *i) const
Definition: tdefileiconview.cpp:429
virtual void setCurrentItem(const KFileItem *)
Reimplement this to set item the current item in the view, e.g.
Definition: tdefileiconview.cpp:374
virtual void clearView()
pure virtual function, that should be implemented to clear the view.
Definition: tdefileiconview.cpp:327
virtual void listingCompleted()
This hook is called when all items of the currently listed directory are listed and inserted into the...
Definition: tdefileiconview.cpp:719
virtual void removeItem(const KFileItem *)
Removes an item from the list; has to be implemented by the view.
Definition: tdefileiconview.cpp:466
virtual void clearSelection()
Clears any selection, unhighlights everything.
Definition: tdefileiconview.cpp:317
virtual void setSorting(TQDir::SortSpec sort)
Sets the sorting order of the view.
Definition: tdefileiconview.cpp:677
virtual KFileItem * currentFileItem() const
Definition: tdefileiconview.cpp:381
virtual void setSelected(const KFileItem *, bool)
Tells the view that it should highlight the item.
Definition: tdefileiconview.cpp:301
virtual void invertSelection()
Inverts the current selection, i.e.
Definition: tdefileiconview.cpp:322
virtual void clearSelection()=0
Clears any selection, unhighlights everything.
void setViewName(const TQString &name)
Sets the name of the view, which could be displayed somewhere.
Definition: tdefileview.h:239
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 listingCompleted()
This hook is called when all items of the currently listed directory are listed and inserted into the...
Definition: tdefileview.cpp:360
void setCurrentItem(const TQString &filename)
Sets filename the current item in the view, if available.
Definition: tdefileview.cpp:268
TQDir::SortSpec sorting() const
Returns the sorting order of the internal list.
Definition: tdefileview.h:176
virtual TQWidget * widget()=0
a pure virtual function to get a TQWidget, that can be added to other widgets.
bool updateNumbers(const KFileItem *i)
increases the number of dirs and files.
Definition: tdefileview.cpp:110
virtual KFileItem * currentFileItem() const =0
virtual void removeItem(const KFileItem *item)
Removes an item from the list; has to be implemented by the view.
Definition: tdefileview.cpp:346
virtual void ensureItemVisible(const KFileItem *i)=0
pure virtual function, that should be implemented to make item i visible, i.e.
virtual void setSorting(TQDir::SortSpec sort)
Sets the sorting order of the view.
Definition: tdefileview.cpp:151
virtual TDEActionCollection * actionCollection() const
Definition: tdefileview.cpp:365
virtual void setSelected(const KFileItem *, bool enable)=0
Tells the view that it should highlight the item.
virtual bool isSelected(const KFileItem *) const =0
virtual void clearView()=0
pure virtual function, that should be implemented to clear the view.