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


Public Types | |
| typedef void(T::* | Callback) (int posX, int posY, Control::DropAction action) |
Public Member Functions | |
| DropActionLinkOf () | |
| DropActionLinkOf (anatomist::Action *action, Callback actionCb) | |
| virtual | ~DropActionLinkOf () |
| virtual void | execute (int posX, int posY, Control::DropAction action) |
| virtual DropActionLink * | clone () const |
Public Member Functions inherited from anatomist::Control::DropActionLink | |
| virtual | ~DropActionLink ()=0 |
| typedef void(T::* anatomist::Control::DropActionLinkOf< T >::Callback) (int posX, int posY, Control::DropAction action) |
| anatomist::Control::DropActionLinkOf< T >::DropActionLinkOf | ( | ) |
Definition at line 256 of file control_d.h.
Referenced by clone().
| anatomist::Control::DropActionLinkOf< T >::DropActionLinkOf | ( | anatomist::Action * | action, |
| Callback | actionCb ) |
Definition at line 260 of file control_d.h.
|
virtual |
|
virtual |
Implements anatomist::Control::DropActionLink.
Definition at line 278 of file control_d.h.
References DropActionLinkOf().
|
virtual |
Implements anatomist::Control::DropActionLink.
Definition at line 270 of file control_d.h.