Refactor image export settings, fix event occlusion

This commit is contained in:
GriffinR
2025-03-21 12:56:22 -04:00
parent 52a06d5b32
commit d1eaf6cfd2
4 changed files with 170 additions and 115 deletions

View File

@@ -170,6 +170,7 @@ public:
static QString typeToJsonKey(Event::Type type);
static Event::Type typeFromJsonKey(QString type);
static QList<Event::Type> types();
static QList<Event::Group> groups();
// protected attributes
protected: