(→API) |
|||
| Line 16: | Line 16: | ||
* '''KPluginInfo metadata()''' Returns a pluginInfo object. You can retrive most of the metadata from it. | * '''KPluginInfo metadata()''' Returns a pluginInfo object. You can retrive most of the metadata from it. | ||
* '''QFile mapFile(QString filename)''' | * '''QFile mapFile(QString filename)''' | ||
| + | * '''bool initLayout(KUrl dir)''' Initializes the layout. It should be called only once, when app configuration files are created. See [[../Layout|the layout section]] for more informations. | ||
* ... | * ... | ||
| Warning |
|---|
| Names are just temporary. Infos can be as well. Please don't trust this page as probably most of the things are going to heavily change during this 1 month developement marathone. |
This class is meant to provide a non-GUI and class to manage KNS packages. It's meant to be used from application themselves.
It will be able to: