##// END OF EJS Templates
CatalogueController: add few basic methods + commit the one not yet implemented
CatalogueController: add few basic methods + commit the one not yet implemented

File last commit:

r1078:e77848f95b30
r1128:043d6b3a4bf6
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
r1078 #ifndef SCIQLOP_VISUALIZATIONACTIONMANAGER_H
#define SCIQLOP_VISUALIZATIONACTIONMANAGER_H
class VisualizationActionManager {
public:
VisualizationActionManager();
void installSelectionZoneActions();
};
#endif // SCIQLOP_VISUALIZATIONACTIONMANAGER_H