logic: Added namespaces to overview and fixed namespace activation

This commit is contained in:
Eberhard Graether
2016-02-08 03:39:08 +01:00
parent d6c03ffb02
commit 29149f313a
24 changed files with 147 additions and 52 deletions
@@ -60,6 +60,7 @@ public:
bool getIsActive() const;
void setIsActive(bool isActive);
void setMultipleActive(bool multipleActive);
std::string getName() const;
void setName(const std::string& name);
@@ -108,6 +109,7 @@ protected:
Vec2i m_size;
bool m_isActive;
bool m_multipleActive;
bool m_isHovering;
private: