summaryrefslogtreecommitdiff
path: root/muse2/muse/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/event.h')
-rw-r--r--muse2/muse/event.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/muse/event.h b/muse2/muse/event.h
index e512e03d..b2f5a50a 100644
--- a/muse2/muse/event.h
+++ b/muse2/muse/event.h
@@ -64,6 +64,7 @@ class Event {
void setType(EventType t);
Event& operator=(const Event& e);
bool operator==(const Event& e) const;
+ bool isSimilarTo(const Event& other) const;
int getRefCount() const;
bool selected() const;
@@ -137,6 +138,8 @@ class EventList : public EL {
public:
ciEvent find(const Event&) const;
iEvent find(const Event&);
+ ciEvent findSimilar(const Event&) const;
+ iEvent findSimilar(const Event&);
iEvent add(Event event);
void move(Event& event, unsigned tick);
void dump() const;