##// END OF EJS Templates
Handles rendering of plottables (3)...
Handles rendering of plottables (3) Implements method to set plottables properties after their creation

File last commit:

r581:098cadc4596c
r920:6c44d229ea1f
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