Projects/KNS2/Model: Difference between revisions

From KDE TechBase
< Projects‎ | KNS2
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


== The Model ==
== The Model ==
The model will probably be a high-level controller for the bundler, used to retrieve informations for the 'download part'. I probably won't inherit QStandardModelItem, altough the concept will still remain there.
It will provide a way to retrive all the information otherwise availeable via the download dialog.
It probably won't inherit QStandardModelItem, altough the concept will still remain there.
 


== Proposed API ==
== Proposed API ==
* QList<KNS::CompleteEntry> entries()
* ...
'''TODO!'''
'''TODO!'''

Latest revision as of 10:41, 15 March 2007

Warning
This page is work in progress. It can change radically. Please don't trust it


The Model

It will provide a way to retrive all the information otherwise availeable via the download dialog. It probably won't inherit QStandardModelItem, altough the concept will still remain there.


Proposed API

  • QList<KNS::CompleteEntry> entries()
  • ...

TODO!