(#632) Improved colors used for selection and time history curves

This commit is contained in:
Magne Sjaastad
2015-11-10 09:43:56 +01:00
parent 2f70abb90d
commit 17493070ac
7 changed files with 115 additions and 9 deletions

View File

@@ -54,6 +54,8 @@ public:
// Deletes all items in the SelectionManager
void deleteAllItems();
bool isEmpty() const;
private:
std::vector < RiuSelectionItem* > m_selection;
};