bWidgets
Core widget toolkit designed for Blender
|
Abstract function object class. More...
#include <bwFunctorInterface.h>
Public Member Functions | |
virtual void | operator() ()=0 |
virtual | ~bwFunctorInterface ()=default |
Abstract function object class.
We use this to avoid having to use function pointers with ugly void pointers to pass type-generic data. Instead, just derive from this interface and add needed data to the derived class.
Example implementation:
|
virtualdefault |
|
pure virtual |