##// END OF EJS Templates
Change the event model to a treeview model + update the last version of CatalogueAPI
Change the event model to a treeview model + update the last version of CatalogueAPI

File last commit:

r1113:e77848f95b30
r1182:c352dc0e2afa
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