Public Methods
Public Static Methods
Protected Members
[protected]
[const]
[const]
[const]
int pitch (Note * n)
| pitch |
[const]
[const]
[const]
[const]
[const]
void setName (String*)
| setName |
void setName (const char*)
| setName |
void setMute (bool m)
| setMute |
void setLock (bool l)
| setLock |
Arts::Environment::InstrumentItem envInstrument ()
| envInstrument |
[const]
PrTrack * presentation ()
| presentation |
[const]
[virtual]
Reimplemented from Compound.
[virtual]
Reimplemented from Compound.
[virtual]
Reimplemented from Compound.
[const pure virtual]
[const virtual]
Reimplemented from Compound.
void flush (const char*)
| flush |
[const virtual]
Reimplemented from Compound.
[const pure virtual]
Reimplemented from Compound.
[virtual]
[static]
[const virtual]
Reimplemented from Compound.
bool isMixable ()
| isMixable |
[const virtual]
const char * eventType ()
| eventType |
[virtual]
Reimplement this for a new Addon's track type. This should always return the same as the
Addon's global c-function _name()
[virtual]
reimplement this for a new Addon's track type. This should return the address of the event's static load
function used, like "&MyEvent::load", which has to be implemented as
static Element * load(char*,ifstream*&,Element*);
Generated by: wuerthne on al on Sun Jan 6 22:32:42 2002, using kdoc 2.0a53. |