add shortcuts, node text font attributes

This commit is contained in:
2019-12-02 17:10:08 +01:00
parent baec98835a
commit aac280f48a
8 changed files with 80 additions and 18 deletions

View File

@@ -17,6 +17,10 @@ public:
{
I.Descriptor::set(key, value);
}
static void unset(const std::string& key)
{
I.Descriptor::unset(key);
}
template <typename T>
static std::shared_ptr<T> get(const std::string& key)
{