Classes | |
| class | Author |
| KNewStuff author information. More... | |
| class | Button |
| KHotNewStuff push button that makes using KHNS in an application more convenient by encapsulating most of the details involved in using KHotNewStuff in the button itself. More... | |
| class | Category |
| KNewStuff category. More... | |
| class | CoreEngine |
| KNewStuff core engine. More... | |
| class | DownloadDialog |
| KNewStuff download dialog. More... | |
| class | Dxs |
| KNewStuff DXS proxy. More... | |
| class | DxsEngine |
| KNewStuff DXS engine. More... | |
| class | Engine |
| The KNewStuff2 engine is the top-level class to handle GHNS and DXS workflows. More... | |
| class | Entry |
| KNewStuff data entry container. More... | |
| class | EntryHandler |
| Parser and dumper for KNewStuff data entries. More... | |
| class | EntryLoader |
| KNewStuff entry loader. More... | |
| class | EntryView |
| GUI/CORE: HTML Widget for exactly one AvailableItem::List. More... | |
| class | Feed |
| KNewStuff feed. More... | |
| class | Installation |
| KNewStuff entry installation. More... | |
| class | ItemsModel |
| class | ItemsView |
| GUI/CORE: HTML Widget to operate on AvailableItem::List. More... | |
| class | ItemsViewDelegate |
| class | KDXSButton |
| KNewStuff DXS interaction button. More... | |
| class | KTranslatable |
| String class with multiple localized representations. More... | |
| class | Provider |
| KNewStuff provider container. More... | |
| class | ProviderDialog |
| Dialog displaying a list of Hotstuff providers. More... | |
| class | ProviderHandler |
| Parser and dumper for KNewStuff providers. More... | |
| class | ProviderLoader |
| KNewStuff provider loader. More... | |
| class | Security |
| Handles security related issues, like signing, verifying. More... | |
| class | Soap |
| KNewStuff transport layer. More... | |
| class | UploadDialog |
| KNewStuff file upload dialog. More... | |
Functions | |
| KAction * | standardAction (const QString &what, const QObject *receiver, const char *slot, KActionCollection *parent, const char *name=0) |
Variables | |
| static const int | kPreviewHeight = 72 |
| static const int | kPreviewWidth = 96 |
Function Documentation
| KAction * KNS::standardAction | ( | const QString & | what, |
| const QObject * | receiver, | ||
| const char * | slot, | ||
| KActionCollection * | parent, | ||
| const char * | name = 0 |
||
| ) |
Standard action for all GHNS workflows.
This action can be used to add KNewStuff support to menus and toolbars.
- Parameters:
-
what text describing what is being downloaded. For consistency, set it to "Get New Foobar...". Examples: "Get New Wallpapers...", "Get New Emoticons..." receiver the QObject to connect the triggered(bool) signal to. slot the slot to connect the triggered(bool) signal to. parent the action's parent collection. name The name by which the action will be retrieved again from the collection.
Deprecated, use knewstuff3!
Definition at line 27 of file knewstuff2/ui/knewstuffaction.cpp.
Variable Documentation
const int KNS::kPreviewHeight = 72 [static] |
Definition at line 30 of file knewstuff2/ui/itemsmodel.h.
const int KNS::kPreviewWidth = 96 [static] |
Definition at line 29 of file knewstuff2/ui/itemsmodel.h.
KDE 4.6 API Reference