• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D04-Dec-2021443 75

dataenginetracker.cppH A D04-Dec-20211.1 KiB4330

dataenginetracker.hH A D04-Dec-2021602 3117

README

1DataEngineTracker is a simple class that follows all activity in a given Plasma::DataEngine.
2
3Simply add it to your project and then instantiate it with a Plasma::DataEngine* as the first
4parameter. This will let you watch sources as they are added, removed and change state. Very
5handy to see how a Plasma::DataEngine is being used and behaving, and as such useful for both
6DataEngine authors as well as those writing code using DataEngines.
7