anatomist  5.1.2
3D neuroimaging data viewer
anatomist::Control::DropActionLinkOf< T > Class Template Reference

#include <anatomist/controler/control.h>

Inheritance diagram for anatomist::Control::DropActionLinkOf< T >:
Collaboration diagram for anatomist::Control::DropActionLinkOf< T >:

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 DropActionLinkclone () const
 

Detailed Description

template<typename T>
class anatomist::Control::DropActionLinkOf< T >

Definition at line 371 of file control.h.

Member Typedef Documentation

◆ Callback

template<typename T >
typedef void(T:: * anatomist::Control::DropActionLinkOf< T >::Callback) (int posX, int posY, Control::DropAction action)

Definition at line 374 of file control.h.

Constructor & Destructor Documentation

◆ DropActionLinkOf() [1/2]

template<typename T >
anatomist::Control::DropActionLinkOf< T >::DropActionLinkOf ( )

Definition at line 256 of file control_d.h.

◆ DropActionLinkOf() [2/2]

template<typename T >
anatomist::Control::DropActionLinkOf< T >::DropActionLinkOf ( anatomist::Action action,
Callback  actionCb 
)

Definition at line 260 of file control_d.h.

References ASSERT.

◆ ~DropActionLinkOf()

template<typename T >
virtual anatomist::Control::DropActionLinkOf< T >::~DropActionLinkOf ( )
virtual

Member Function Documentation

◆ clone()

template<typename T >
Control::DropActionLink * anatomist::Control::DropActionLinkOf< T >::clone ( ) const
virtual

Implements anatomist::Control::DropActionLink.

Definition at line 278 of file control_d.h.

◆ execute()

template<typename T >
void anatomist::Control::DropActionLinkOf< T >::execute ( int  posX,
int  posY,
Control::DropAction  action 
)
virtual

Implements anatomist::Control::DropActionLink.

Definition at line 270 of file control_d.h.


The documentation for this class was generated from the following files: