##// END OF EJS Templates
Prevent the creation of events with the same product on 2 graphs
Prevent the creation of events with the same product on 2 graphs

File last commit:

r1113:e77848f95b30
r1319:0d00e9724fb8
Show More
VisualizationActionManager.h
12 lines | 273 B | text/x-c | CLexer
/ gui / include / Visualization / VisualizationActionManager.h
#ifndef SCIQLOP_VISUALIZATIONACTIONMANAGER_H
#define SCIQLOP_VISUALIZATIONACTIONMANAGER_H
class VisualizationActionManager {
public:
VisualizationActionManager();
void installSelectionZoneActions();
};
#endif // SCIQLOP_VISUALIZATIONACTIONMANAGER_H