Update Class

(KDUpdater::Update)

Represents a single update. More...

Header: #include <Update>

Public Functions

int data(const int &, const int &) const
int packageSource() const

Detailed Description

Represents a single update

The KDUpdater::Update class contains information about an update. It is created by KDUpdater::UpdateFinder corresponding to the update.

The constructor of the KDUpdater::Update class is made protected, because it can be instantiated only by KDUpdater::UpdateFinder (which is a friend class). The destructor however is public.

Member Function Documentation

int Update::data(const int &, const int &) const

Returns the data specified by name, or an invalid defaultValue if the data does not exist.

int Update::packageSource() const