Inviwo  0.9.10.1
Inviwo documentation
inviwo::EventMatcher Class Referenceabstract

A class to represent a event matcher for use in event properties. More...

#include <eventmatcher.h>

+ Inheritance diagram for inviwo::EventMatcher:

Public Member Functions

virtual EventMatcherclone () const =0
 
virtual bool operator() (Event *)=0
 
virtual void setCurrentStateAsDefault ()
 
virtual void resetToDefaultState ()
 
virtual void serialize (Serializer &s) const override
 
virtual void deserialize (Deserializer &d) override
 

Protected Member Functions

 EventMatcher (const EventMatcher &)=default
 
EventMatcheroperator= (const EventMatcher &)=default
 

Detailed Description

A class to represent a event matcher for use in event properties.


The documentation for this class was generated from the following files: