Support event lookup by ID name

This commit is contained in:
GriffinR
2025-04-07 11:44:54 -04:00
parent ecad60843c
commit 2d827f62f7
12 changed files with 88 additions and 52 deletions

View File

@@ -76,6 +76,7 @@ public:
void resetEvents();
QList<Event *> getEvents(Event::Group group = Event::Group::None) const;
Event* getEvent(Event::Group group, int index) const;
Event* getEvent(Event::Group group, const QString &idName) const;
int getNumEvents(Event::Group group = Event::Group::None) const;
QStringList getScriptLabels(Event::Group group = Event::Group::None);
QString getScriptsFilePath() const;