Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

STILPattern Class Reference

STILPattern Class Interface. More...

#include <stilpattern.h>

Inheritance diagram for STILPattern:

STILPatternBlock STILBlock STILEntity List of all members.

Public Member Functions

 STILPattern ()
 STILPattern (const STILPattern &)
virtual ~STILPattern ()
STILPatternoperator= (const STILPattern &)
void init ()
virtual void write (FILE *pOutFile, LONG indentation=0) const
void setTimeUnit (const sstring &, const sstring &label="")
const sstringgetTimeUnit () const
void setParserBlocked (bool pb)
bool getParserBlocked () const
void setFlush (bool f)
bool getFlush () const

Detailed Description

STILPattern Class Interface.

The STILPattern Class is the interface for STIL Pattern block


Constructor & Destructor Documentation

STILPattern::STILPattern  ) 
 

Default Constructor for a STILPattern object.

Parameters:
 
Returns:

STILPattern::STILPattern const STILPattern s  ) 
 

Constructor a STILPattern object from another STILPattern.

Parameters:
s STILPattern object to construct from
Returns:

STILPattern::~STILPattern  )  [virtual]
 

Destructor for a STILPattern object.

Parameters:
 
Returns:


Member Function Documentation

bool STILPattern::getFlush  )  const [inline]
 

Parameters:
 
Returns:

bool STILPattern::getParserBlocked  )  const [inline]
 

Parameters:
 
Returns:

const sstring & STILPattern::getTimeUnit  )  const [inline]
 

Parameters:
 
Returns:

void STILPattern::init void   ) 
 

Initialize the STILPattern object.

Parameters:
 
Returns:
(void)

Reimplemented from STILPatternBlock.

STILPattern & STILPattern::operator= const STILPattern s  ) 
 

Assignment operator.

Parameters:
s Source object to assign this object from
Returns:
(STILPattern &)

void STILPattern::setFlush bool  f  )  [inline]
 

Parameters:
 
Returns:
(void)

void STILPattern::setParserBlocked bool  pb  )  [inline]
 

Parameters:
 
Returns:
(void)

void STILPattern::setTimeUnit const sstring tu,
const sstring label = ""
[inline]
 

Parameters:
 
Returns:
(void)

void STILPattern::write FILE *  pOutFile,
LONG  indentation = 0
const [virtual]
 

Write the STILPattern object to a FILE.

Parameters:
pOutFile FILE * of output file
indentation Current block indent in the output file
Returns:
(void)

Reimplemented from STILBlock.


The documentation for this class was generated from the following files:
This page last updated on 6 Jul 2007

SourceForge.net Logo