##// END OF EJS Templates
Handles desynchronisation when removing variable from a graph (1)...
Handles desynchronisation when removing variable from a graph (1) - Prevents the zone widget that a variable will be removed from graph, to call desynchronisation in the Variable controller

File last commit:

r581:098cadc4596c
r737:e5aabf0f62fb
Show More
VisualizationDefs.h
10 lines | 218 B | text/x-c | CLexer
#ifndef SCIQLOP_VISUALIZATIONDEFS_H
#define SCIQLOP_VISUALIZATIONDEFS_H
#include <map>
class QCPAbstractPlottable;
using PlottablesMap = std::map<int, QCPAbstractPlottable *>;
#endif // SCIQLOP_VISUALIZATIONDEFS_H