MIDI::MetaTextEvent Class Reference

#include <MetaTextEvent.h>

Inherits MIDI::MetaEvent.

Collaboration diagram for MIDI::MetaTextEvent:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MetaTextEvent ()
 Default Constructor.
 MetaTextEvent (const MetaTextEvent &o)
 Copy Constructor.
 MetaTextEvent (dword deltaTime, byte metaType, byte data[], dword length)
 Constructor.
string text ()
virtual DataBuffer data ()
virtual void debug ()
 Print debug information.

Detailed Description

Text events are special events that contains only one text data field

These currently include:

Definition at line 44 of file MetaTextEvent.h.


Constructor & Destructor Documentation

MIDI::MetaTextEvent::MetaTextEvent (  ) 

Default Constructor.

Definition at line 33 of file MetaTextEvent.cpp.

MIDI::MetaTextEvent::MetaTextEvent ( const MetaTextEvent o  ) 

Copy Constructor.

Definition at line 37 of file MetaTextEvent.cpp.

MIDI::MetaTextEvent::MetaTextEvent ( dword  deltaTime,
byte  metaType,
byte  data[],
dword  length 
)

Constructor.

Definition at line 41 of file MetaTextEvent.cpp.


Member Function Documentation

DataBuffer MIDI::MetaTextEvent::data (  )  [virtual]
Returns:
This meta text event represented as data in a MIDI file

Reimplemented from MIDI::MetaEvent.

Definition at line 56 of file MetaTextEvent.cpp.

void MIDI::MetaTextEvent::debug (  )  [virtual]

Print debug information.

Reimplemented from MIDI::MetaEvent.

Definition at line 69 of file MetaTextEvent.cpp.

string MIDI::MetaTextEvent::text (  ) 
Returns:
The text of this event

Definition at line 51 of file MetaTextEvent.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Defines

Generated on Tue Jan 5 16:09:42 2010 for libmidi by  doxygen 1.6.1