##// END OF EJS Templates
Creates sync and desync operations and adds them to the fuzzing tests
Creates sync and desync operations and adds them to the fuzzing tests

File last commit:

r1078:e77848f95b30
r1205:b0db13ba024e
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