Event.h File Reference
#include "BaseTypes.h"
#include "NoteData.h"
#include "XmlExportable.h"
#include "DataExportOptions.h"
#include <vector>
#include <stdexcept>
#include <QString>
Include dependency graph for Event.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Event
 An immutable(-ish) type used for point and event representation in sparse models, as well as for interchange within the clipboard. More...
 
struct  Event::ExportNameOptions
 

Typedefs

typedef std::vector< EventEventVector
 

Functions

uint qHash (const Event &e, uint seed=0)
 

Typedef Documentation

typedef std::vector<Event> EventVector

Definition at line 494 of file Event.h.

Function Documentation

uint qHash ( const Event e,
uint  seed = 0 
)
inline

Definition at line 490 of file Event.h.

References Event::hash().

Referenced by Event::hash().