diff --git a/src/plotmanager.h b/src/plotmanager.h --- a/src/plotmanager.h +++ b/src/plotmanager.h @@ -48,6 +48,9 @@ public: /// Removes curves from the end void removeCurves(unsigned number); + /// Returns current number of curves known by plot manager + unsigned numOfCurves(); + signals: public slots: