UpdateSourceInfo Class
(KDUpdater::UpdateSourceInfo)The UpdateSourceInfo class specifies a single update source. More...
Header: | #include <UpdateSourceInfo> |
Public Functions
Public Variables
QString | description |
QString | name |
int | priority |
QString | title |
QUrl | url |
Detailed Description
The UpdateSourceInfo class specifies a single update source.
An update source is a repository that contains updates applicable for the application. This structure describes a single update source in terms of name, title, description, url, and priority.
Member Function Documentation
UpdateSourceInfo::UpdateSourceInfo()
Constructs an empty update source info object. The object's priority is set to -1. All other class members are initialized using a default-constructed value.
Member Variable Documentation
QString UpdateSourceInfo::description
This variable holds the description of the update source.
QString UpdateSourceInfo::name
This variable holds the name of the update source.
int UpdateSourceInfo::priority
This variable holds the priority of the update source.
QString UpdateSourceInfo::title
This variable holds the title of the update source.
QUrl UpdateSourceInfo::url
This variable holds the URL of the update source.