• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

KNewStuff

KNewStuff Class Reference

This class provides the functionality to download and upload "new stuff". More...

#include <knewstuff.h>

Inheritance diagram for KNewStuff:

Inheritance graph
[legend]

List of all members.


Public Member Functions

virtual bool createUploadFile (const QString &fileName)=0
void download ()
virtual QString downloadDestination (KNS::Entry *entry)
virtual bool install (const QString &fileName)=0
 KNewStuff (const QString &type, const QString &providerList, QWidget *parentWidget=0)
 KNewStuff (const QString &type, QWidget *parentWidget=0)
QWidget * parentWidget () const
QString type () const
void upload (const QString &fileName, const QString previewName)
void upload ()
virtual ~KNewStuff ()

Protected Member Functions

KNS::Engine * engine ()

Detailed Description

This class provides the functionality to download and upload "new stuff".

Applications have to subclass KNewStuff, implement the pure virtual functions and link to against libknewstuff.

By calling download() the download process is started which means that a list of "providers" is fetched from a "master server", information about new stuff is collected from the providers and presented to the user. Selected entries get downloaded and installed to the application. The required functions to install new stuff are provided by implementing install(). The location where the downloaded files are stored can be customized by reimplementing downloadDestination().

By calling upload() the upload process is started which means the user has to select a provider from the list fetched from the master server and to put in information about the entry to be uploaded. Then the file to be uploaded is fetched from the application by calling createUploadFile() and transfered to the upload destination specified in the provider list.

Author:
Cornelius Schumacher (schumacher@kde.org)
Maintainer:
Josef Spillner (spillner@kde.org)
Since:
3.3

Definition at line 69 of file knewstuff.h.


Constructor & Destructor Documentation

KNewStuff::KNewStuff ( const QString &  type,
QWidget *  parentWidget = 0 
)

Constructor.

Parameters:
type type of data to be handled, should be something like korganizer/calendar, kword/template, kdesktop/wallpaper
parentWidget parent widget of dialogs opened by the KNewStuff engine

Definition at line 42 of file knewstuff.cpp.

KNewStuff::KNewStuff ( const QString &  type,
const QString &  providerList,
QWidget *  parentWidget = 0 
)

Constructor.

Parameters:
type type of data to be handled, should be something like korganizer/calendar, kword/template, kdesktop/wallpaper
providerList the URL of the provider list
parentWidget parent widget of dialogs opened by the KNewStuff engine

Definition at line 47 of file knewstuff.cpp.

KNewStuff::~KNewStuff (  )  [virtual]

Definition at line 62 of file knewstuff.cpp.


Member Function Documentation

virtual bool KNewStuff::createUploadFile ( const QString &  fileName  )  [pure virtual]

Create a file to be uploaded to a "new stuff provider" and return the filename.

The format of the file is application specific. The only constraint is that the corresponding install() implementation is able to use the file.

Parameters:
fileName name of the file to be written
Returns:
true on success, false on error.

Implemented in KNewStuffGeneric, KNewStuffSecure, and TestNewStuff.

void KNewStuff::download (  ) 

Start download process.

Definition at line 67 of file knewstuff.cpp.

QString KNewStuff::downloadDestination ( KNS::Entry *  entry  )  [virtual]

Return a filename which should be used as destination for downloading the specified new stuff entry.

Reimplement this function, if you don't want the new stuff to be downloaded to a temporary file.

Reimplemented in KNewStuffGeneric.

Definition at line 72 of file knewstuff.cpp.

KNS::Engine* KNewStuff::engine (  )  [inline, protected]

Get the pointer to the engine.

Needed by subclasses to access the KNS::Engine object.

Definition at line 154 of file knewstuff.h.

virtual bool KNewStuff::install ( const QString &  fileName  )  [pure virtual]

Install file to application.

The given fileName points to the file downloaded by the KNewStuff engine. This is a temporary file by default. The application can do whatever is needed to handle the information contained in the file.

The function returns true, when the installation was successful and false if were errors.

Parameters:
fileName name of downloaded file

Implemented in KNewStuffGeneric, KNewStuffSecure, and TestNewStuff.

QWidget * KNewStuff::parentWidget (  )  const

Return parent widget.

Definition at line 57 of file knewstuff.cpp.

QString KNewStuff::type (  )  const

Return type of data.

Definition at line 52 of file knewstuff.cpp.

void KNewStuff::upload ( const QString &  fileName,
const QString  previewName 
)

Upload with pre-defined files.

Definition at line 83 of file knewstuff.cpp.

void KNewStuff::upload (  ) 

Start upload process.

Definition at line 78 of file knewstuff.cpp.


The documentation for this class was generated from the following files:
  • knewstuff.h
  • knewstuff.cpp

KNewStuff

Skip menu "KNewStuff"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal