Projects/Plasma/Architecture: Difference between revisions

From KDE TechBase
No edit summary
(having 10 clocks probably isn't a requirement, even if it would be nice :-))
Line 1: Line 1:
Plasma should be able to have different themes for same data. For example there should be 10 different Clocks, while all of them are showing one thing: Time.
Plasma should be able to have different themes for same data. For example there could be 10 different Clocks, while all of them are showing one thing: Time.
So Plasma Provides Data Engines. Data Engines will provide Data for Plasmoids.
So Plasma Provides Data Engines. Data Engines will provide Data for Plasmoids.



Revision as of 19:42, 27 September 2007

Plasma should be able to have different themes for same data. For example there could be 10 different Clocks, while all of them are showing one thing: Time. So Plasma Provides Data Engines. Data Engines will provide Data for Plasmoids.

So to have a Clock Plasmoid:

Plasma --> Time Data Engine

                                          |---> Clock Plasmoid 1
                                          |---> Clock Plasmoid 2