start moving to PIValueTree

This commit is contained in:
2023-02-07 23:25:49 +03:00
parent 3ed7976257
commit 65dd078f07
8 changed files with 185 additions and 10 deletions

View File

@@ -101,6 +101,7 @@ public:
QImage getImage() const { return last_img; }
void addFramebufferEffect(FramebufferEffectBase * e);
void clearFramebufferEffects() { fb_effects.clear(); }
QVector<FramebufferEffectBase *> framebufferEffects() const { return fb_effects; }
QString getTimings() const { return timings; }
QImage materialThumbnail(Material * m) { return rend_mat.materialThumbnail(m); }