36 #ifndef SELECTIONSCENE_H
37 #define SELECTIONSCENE_H
43 #include "../../disp_global.h"
80 typedef QSharedPointer<SelectionScene>
SPtr;
81 typedef QSharedPointer<const SelectionScene>
ConstSPtr;
96 void repaintItems(
const QMap<QString, QPointF> &layoutMap,
97 QStringList badChannels);
105 void hideItems(QStringList visibleItems);
111 #endif // SelectionScene_H