![]() |
Hot Door CORE 0.8.3
Adobe® Illustrator® Plug-in Library
|
Base class for templated __Callback class. More...
#include <hdicoreCallback.h>

Public Member Functions | |
| virtual void | execute () const =0 |
| Pure virtual callback execution method, so __Callback objects can be stored as Callback*. | |
| virtual Callback * | clone () const =0 |
| Pure virtual callback cloning method, so __Callback objects can be stored as Callback*. | |
| virtual | ~Callback () |
| Callback destructor, no-op at this time. | |
Protected Member Functions | |
| Callback () | |
| Callback constructor, no-op at this time. | |
Base class for templated __Callback class.
This class mostly exists to allow for storage of __Callback objects in containers (as Callback*)
|
inlinevirtual |
Callback destructor, no-op at this time.
|
inlineprotected |
Callback constructor, no-op at this time.
|
pure virtual |
Pure virtual callback cloning method, so __Callback objects can be stored as Callback*.
Implemented in hdi::core::__Callback< hdiTargetType >.
|
pure virtual |
Pure virtual callback execution method, so __Callback objects can be stored as Callback*.
Implemented in hdi::core::__Callback< hdiTargetType >.