KNewStuff
#include <itemsview.h>
Public Slots | |
void | setSearchText (const QString &text) |
void | setSorting (int sortType) |
void | updateItem (Entry *entry) |
Public Member Functions | |
ItemsView (QWidget *parentWidget) | |
~ItemsView () | |
void | setEngine (DxsEngine *engine) |
void | setFeed (const Feed *) |
void | setProvider (const Provider *provider, const Feed *feed) |
Detailed Description
GUI/CORE: HTML Widget to operate on AvailableItem::List.
Definition at line 46 of file knewstuff2/ui/itemsview.h.
Constructor & Destructor Documentation
ItemsView::ItemsView | ( | QWidget * | parentWidget | ) |
Definition at line 94 of file knewstuff2/ui/itemsview.cpp.
ItemsView::~ItemsView | ( | ) |
Definition at line 104 of file knewstuff2/ui/itemsview.cpp.
Member Function Documentation
void ItemsView::setEngine | ( | DxsEngine * | engine | ) |
Definition at line 108 of file knewstuff2/ui/itemsview.cpp.
void ItemsView::setFeed | ( | const Feed * | feed | ) |
set which feed from the current provider to show
- Parameters
-
feed the feed to use
Definition at line 126 of file knewstuff2/ui/itemsview.cpp.
set the provider to show entries from with the feed also
- Parameters
-
provider the provider to show
Definition at line 113 of file knewstuff2/ui/itemsview.cpp.
|
slot |
set the search text to filter the shown entries by
- Parameters
-
text filter text
Definition at line 132 of file knewstuff2/ui/itemsview.cpp.
|
slot |
Definition at line 120 of file knewstuff2/ui/itemsview.cpp.
|
slot |
update the given item because it has changed
- Parameters
-
entry the entry to update
Definition at line 138 of file knewstuff2/ui/itemsview.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.