#include <qwt3d_io.h>
This class gives more flexibility in implementing userdefined IO handlers than the simple IO::Function type.
Must clone the content of *this for an object of a derived class with new
and return the pointer. Like operator() the predefined Functors hide this function from the user, still allowing IO access (friend declaration)
virtual bool operator() |
( |
Plot3D * |
plot, |
|
|
QString const & |
fname |
|
) |
| |
|
pure virtual |
The workhorse of the user-defined implementation. Eventually, the framework will call this operator.
The documentation for this class was generated from the following file: