|
HDK
|
#include <CHOP_Notes.h>
Public Member Functions | |
| CHOP_Notes () | |
| ~CHOP_Notes () | |
| int | putNote (fpreal t, int index) |
| int | putNote (int index, const char *) |
| int | putNote (fpreal t, const char *) |
| const char * | getNote (int index) const |
| const char * | getNote (fpreal t0) const |
| int | getNotes (fpreal t0, fpreal t1, CHOP_NoteList &clist, CHOP_TimeList &tlist) const |
| void | clearNotes () |
| bool | save (UT_OStream &os) |
| bool | load (UT_IStream &is) |
| int64 | getMemoryUsage (bool inclusive) const |
Definition at line 27 of file CHOP_Notes.h.
| CHOP_Notes::CHOP_Notes | ( | ) |
| CHOP_Notes::~CHOP_Notes | ( | ) |
| void CHOP_Notes::clearNotes | ( | ) |
| int64 CHOP_Notes::getMemoryUsage | ( | bool | inclusive | ) | const |
| const char* CHOP_Notes::getNote | ( | int | index | ) | const |
| const char* CHOP_Notes::getNote | ( | fpreal | t0 | ) | const |
| int CHOP_Notes::getNotes | ( | fpreal | t0, |
| fpreal | t1, | ||
| CHOP_NoteList & | clist, | ||
| CHOP_TimeList & | tlist | ||
| ) | const |
| bool CHOP_Notes::load | ( | UT_IStream & | is | ) |
| bool CHOP_Notes::save | ( | UT_OStream & | os | ) |