##// END OF EJS Templates
Sets the number of sync groups to create for fuzzing tests
Sets the number of sync groups to create for fuzzing tests

File last commit:

r1113:e77848f95b30
r1237:d97a694e6326
Show More
VisualizationActionManager.h
12 lines | 273 B | text/x-c | CLexer
/ gui / include / Visualization / VisualizationActionManager.h
New class to manage actions in the visualization
r1113 #ifndef SCIQLOP_VISUALIZATIONACTIONMANAGER_H
#define SCIQLOP_VISUALIZATIONACTIONMANAGER_H
class VisualizationActionManager {
public:
VisualizationActionManager();
void installSelectionZoneActions();
};
#endif // SCIQLOP_VISUALIZATIONACTIONMANAGER_H