add shortcuts, node text font attributes
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user