#include <stilpattern.h>
Inheritance diagram for STILPattern:
Public Member Functions | |
STILPattern () | |
STILPattern (const STILPattern &) | |
virtual | ~STILPattern () |
STILPattern & | operator= (const STILPattern &) |
void | init () |
virtual void | write (FILE *pOutFile, LONG indentation=0) const |
void | setTimeUnit (const sstring &, const sstring &label="") |
const sstring & | getTimeUnit () const |
void | setParserBlocked (bool pb) |
bool | getParserBlocked () const |
void | setFlush (bool f) |
bool | getFlush () const |
The STILPattern Class is the interface for STIL Pattern block
|
Default Constructor for a STILPattern object.
|
|
Constructor a STILPattern object from another STILPattern.
|
|
Destructor for a STILPattern object.
|
|
|
|
|
|
|
|
Initialize the STILPattern object.
Reimplemented from STILPatternBlock. |
|
Assignment operator.
|
|
|
|
|
|
|
|
Write the STILPattern object to a FILE.
Reimplemented from STILBlock. |