KNewStuff
KNS Namespace Reference
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 *recvr, 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 * | recvr, | |||
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.
Definition at line 28 of file knewstuffaction.cpp.
Variable Documentation
const int KNS::kPreviewHeight = 72 [static] |
Definition at line 30 of file itemsmodel.h.
const int KNS::kPreviewWidth = 96 [static] |
Definition at line 29 of file itemsmodel.h.