Setup icon (i,j coordinates in ImGui Toolkit) for each Source class, and

use this icon in GUI to indicate the type of class.
This commit is contained in:
brunoherbelin
2020-10-01 22:57:49 +02:00
parent 467ed23b37
commit 83a2da6b2b
9 changed files with 38 additions and 12 deletions

View File

@@ -114,6 +114,8 @@ public:
void setDevice(const std::string &devicename);
inline std::string device() const { return device_; }
glm::ivec2 icon() const override;
private:
std::string device_;