plasma-framework/examples/dataengines/dataEngineTracker
2020-08-13 19:08:54 +00:00
..
dataenginetracker.cpp plasma-framework: Convert copyright statements to SPDX expressions 2020-08-13 19:08:54 +00:00
dataenginetracker.h plasma-framework: Convert copyright statements to SPDX expressions 2020-08-13 19:08:54 +00:00
README dataengines and runners in examples 2013-09-04 11:57:46 +02:00

DataEngineTracker is a simple class that follows all activity in a given Plasma::DataEngine.

Simply add it to your project and then instantiate it with a Plasma::DataEngine* as the first
parameter. This will let you watch sources as they are added, removed and change state. Very
handy to see how a Plasma::DataEngine is being used and behaving, and as such useful for both
DataEngine authors as well as those writing code using DataEngines.