##// END OF EJS Templates
Calls the update of the graph's units and range data of a variable have been loaded...
Calls the update of the graph's units and range data of a variable have been loaded # Conflicts: # gui/src/Visualization/VisualizationGraphWidget.cpp

File last commit:

r581:098cadc4596c
r1338:2027532286b4
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