![]() |
anatomist 6.0.4
3D neuroimaging data viewer
|
#include <anatomist/controler/control.h>


Public Types | |
| typedef void(T::* | Callback) (int xOffset, int yOffset, int height, int width) |
Public Member Functions | |
| PaintActionLinkOf () | |
| PaintActionLinkOf (anatomist::Action *action, Callback actionCb) | |
| virtual | ~PaintActionLinkOf () |
| virtual void | execute (int xOffset, int yOffset, int height, int width) |
| virtual PaintActionLink * | clone () const |
Public Member Functions inherited from anatomist::Control::PaintActionLink | |
| virtual | ~PaintActionLink ()=0 |
| typedef void(T::* anatomist::Control::PaintActionLinkOf< T >::Callback) (int xOffset, int yOffset, int height, int width) |
| anatomist::Control::PaintActionLinkOf< T >::PaintActionLinkOf | ( | ) |
Definition at line 198 of file control_d.h.
Referenced by clone().
| anatomist::Control::PaintActionLinkOf< T >::PaintActionLinkOf | ( | anatomist::Action * | action, |
| Callback | actionCb ) |
Definition at line 202 of file control_d.h.
|
virtual |
|
virtual |
Implements anatomist::Control::PaintActionLink.
Definition at line 220 of file control_d.h.
References PaintActionLinkOf().
|
virtual |
Implements anatomist::Control::PaintActionLink.
Definition at line 212 of file control_d.h.