Ipelib
|
#include <ipelet.h>
Public Member Functions | |
virtual | ~Ipelet ()=0 |
virtual int | ipelibVersion () const =0 |
virtual bool | run (int function, IpeletData *data, IpeletHelper *helper)=0 |
Abstract base class for Ipelets.
|
pure virtual |
Pure virtual destructor.
|
pure virtual |
Return the version of Ipelib the Ipelet was linked against.
|
pure virtual |
Run a function from the Ipelet.
Return true if page was changed and undo registration is necessary.