KNewStuff
#include <dxsengine.h>
Public Types | |
enum | Policy { DxsNever, DxsIfPossible, DxsAlways } |
Public Types inherited from KNS::CoreEngine | |
enum | AutomationPolicy { AutomationOn, AutomationOff } |
enum | CachePolicy { CacheNever, CacheReplaceable, CacheResident, CacheOnly } |
Public Member Functions | |
DxsEngine (QObject *parent) | |
~DxsEngine () | |
Dxs * | dxsObject (const Provider *provider) |
void | loadEntries (Provider *provider) |
void | setDxsPolicy (Policy policy) |
Public Member Functions inherited from KNS::CoreEngine | |
CoreEngine (QObject *parent) | |
~CoreEngine () | |
QString | componentName () const |
void | downloadPayload (Entry *entry) |
void | downloadPreview (Entry *entry) |
bool | init (const QString &configfile) |
bool | install (const QString &payloadfile) |
void | loadEntries (Provider *provider) |
void | setAutomationPolicy (AutomationPolicy policy) |
void | setCachePolicy (CachePolicy policy) |
void | start () |
bool | uninstall (KNS::Entry *entry) |
bool | uploadEntry (Provider *provider, Entry *entry) |
Detailed Description
KNewStuff DXS engine.
A DXS engine re-implements several of the core engine's methods to perform data operations through a web service instead of through the traditional GHNS uploads and downloads. Whenever this is not possible it will fall back to the core engine's implementation instead.
Definition at line 39 of file dxsengine.h.
Member Enumeration Documentation
Enumerator | |
---|---|
DxsNever | |
DxsIfPossible | |
DxsAlways |
Definition at line 46 of file dxsengine.h.
Constructor & Destructor Documentation
DxsEngine::DxsEngine | ( | QObject * | parent | ) |
Definition at line 28 of file dxsengine.cpp.
DxsEngine::~DxsEngine | ( | ) |
Definition at line 33 of file dxsengine.cpp.
Member Function Documentation
Definition at line 43 of file dxsengine.cpp.
void DxsEngine::loadEntries | ( | Provider * | provider | ) |
Definition at line 48 of file dxsengine.cpp.
void DxsEngine::setDxsPolicy | ( | Policy | policy | ) |
Definition at line 37 of file dxsengine.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.