##// END OF EJS Templates
Added MockPlugin PB11 wrapper...
Added MockPlugin PB11 wrapper Spectrograms plots are broken, this should help to investigate why and will be useful also for tests. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1078:e77848f95b30
r1366:1cb2144d2987
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