#include <ImageModule.h>
Inherits fsf::CTypeCellBase.
Public Member Functions | |
CHeight () | |
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. |
CHeight::CHeight | ( | ) |
Default constructor.
virtual void image::CHeight::getTypeID | ( | std::string & | str | ) | const [inline, virtual] |
void CHeight::process | ( | fsf::CPassiveHandle * | pPassiveHandle, | |
fsf::CActiveHandle * | pActiveHandle, | |||
fsf::CActivePulse * | pActivePulse | |||
) | [virtual] |
Custom processing function.
Process function has special semantic for this cell type: active handle can be null (=get value) or non null (=set value).
Reimplemented from fsf::CTypeCellBase.