##// END OF EJS Templates
Implements move operations (3)...
Implements move operations (3) Adds move operations to the tests Sets temporary delay between each operation

File last commit:

r581:098cadc4596c
r1219:df2174f7c4bf
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