|
QwtPlot3D API
0.2.7
|
#include <qwt3d_io.h>
Public Member Functions | |
| virtual Functor * | clone () const =0 |
| virtual bool | operator() (Plot3D *plot, QString const &fname)=0 |
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.
1.7.6.1