Inherits fsf::CCell.
Public Member Functions | |
CDrawClock () | |
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 clock that shows the time stamp of the incoming active pulse. | |
Static Public Attributes | |
static const long | IMAGE_WIDTH = 0 |
Handle ID for image width. | |
static const long | IMAGE_HEIGHT = 1 |
Handle ID for image height. |
imgex1::CDrawClock::CDrawClock | ( | ) |
Default constructor.
virtual void imgex1::CDrawClock::getTypeID | ( | std::string & | str | ) | const [inline, virtual] |
void imgex1::CDrawClock::process | ( | fsf::CPassiveHandle * | pPassiveHandle, | |
fsf::CActiveHandle * | pActiveHandle, | |||
fsf::CActivePulse * | pActivePulse | |||
) | [virtual] |
Custom processing function: creates and image and draws a simple clock that shows the time stamp of the incoming active pulse.
Reimplemented from fsf::CCell.
const long imgex1::CDrawClock::IMAGE_HEIGHT = 1 [static] |
Handle ID for image height.
const long imgex1::CDrawClock::IMAGE_WIDTH = 0 [static] |
Handle ID for image width.