##// END OF EJS Templates
Implementation of varRequestId aborting to permit to cancel a request...
Implementation of varRequestId aborting to permit to cancel a request and all next request

File last commit:

r581:098cadc4596c
r826:7fcfa38ae909
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