plasma-framework/examples/dataengines/dataEngineTracker
2017-12-13 07:36:22 +01:00
..
dataenginetracker.cpp Port DataEngineTracker example, 2013-09-04 20:12:21 +05:30
dataenginetracker.h Use nullptr + add explicit 2017-12-13 07:36:22 +01: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.