plasma-framework/examples/dataengines/dataEngineTracker
Bhushan Shah 772e97459a Port DataEngineTracker example,
add a note in TODO
2013-09-04 20:12:21 +05:30
..
dataenginetracker.cpp Port DataEngineTracker example, 2013-09-04 20:12:21 +05:30
dataenginetracker.h dataengines and runners in examples 2013-09-04 11:57:46 +02: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.