##// END OF EJS Templates
Next range of a variable synchronized is now computed using:...
Next range of a variable synchronized is now computed using: its current range the current range of the key reference variable the next range requested of the key reference variable

File last commit:

r581:098cadc4596c
r627:4e5df98215ef
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