HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CHOP_Notes Class Reference

#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
 

Detailed Description

Definition at line 27 of file CHOP_Notes.h.

Constructor & Destructor Documentation

CHOP_Notes::CHOP_Notes ( )
CHOP_Notes::~CHOP_Notes ( )

Member Function Documentation

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)
int CHOP_Notes::putNote ( fpreal  t,
int  index 
)
int CHOP_Notes::putNote ( int  index,
const char *   
)
int CHOP_Notes::putNote ( fpreal  t,
const char *   
)
bool CHOP_Notes::save ( UT_OStream os)

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