#include <stilsubwaveform.h>
Inheritance diagram for STILSubWaveform:

Public Member Functions | |
| STILSubWaveform () | |
| STILSubWaveform (const STILSubWaveform &) | |
| virtual | ~STILSubWaveform () |
| STILSubWaveform & | operator= (const STILSubWaveform &) |
| void | init () |
| virtual void | write (FILE *pOutFile, LONG indentation=0) const |
| void | setDuration (const STILTimeExpr &) |
| STILTimeExpr & | getDuration () |
| void | addWaveformEvent (const STILWaveformEvent &) |
|
|
Default constructor.
|
|
|
Construct a STILSubWaveform object from another SubWaveform obj.
|
|
|
Destructor.
|
|
|
Add a WaveformEvent to this SubWaveform object.
|
|
|
|
|
|
Initialize this object.
|
|
|
Equals operator.
|
|
|
Initialize this object.
|
|
||||||||||||
|
Write out this file.
Reimplemented from STILBlock. |