Inherits fsf::CCell.
Public Member Functions | |
CDrawMeter () | |
Default constructor. | |
virtual void | getTypeID (std::string &str) const |
Gets this cell's factory mapping key. | |
virtual void | process (fsf::CPassiveHandle *pPassiveHandle, fsf::CActiveHandle *pActiveHandle, fsf::CActivePulse *pActivePulse) |
Custom processing function: creates and image and draws a simple meter that shows the delay between the last recorded time stamp and that of the incoming active pulse. |
imgex2::CDrawMeter::CDrawMeter | ( | ) |
Default constructor.
virtual void imgex2::CDrawMeter::getTypeID | ( | std::string & | str | ) | const [inline, virtual] |
void imgex2::CDrawMeter::process | ( | fsf::CPassiveHandle * | pPassiveHandle, | |
fsf::CActiveHandle * | pActiveHandle, | |||
fsf::CActivePulse * | pActivePulse | |||
) | [virtual] |
Custom processing function: creates and image and draws a simple meter that shows the delay between the last recorded time stamp and that of the incoming active pulse.
Reimplemented from fsf::CCell.