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

#include <anatomist/controler/control.h>

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

Public Types

typedef void(T::* Callback) ()
 

Public Member Functions

 KeyActionLinkOf ()
 
 KeyActionLinkOf (anatomist::Action *action, Callback actionCb)
 
virtual ~KeyActionLinkOf ()
 
virtual void execute ()
 
virtual KeyActionLinkclone () const
 

Detailed Description

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

Definition at line 191 of file control.h.

Member Typedef Documentation

◆ Callback

template<typename T >
typedef void(T:: * anatomist::Control::KeyActionLinkOf< T >::Callback) ()

Definition at line 194 of file control.h.

Constructor & Destructor Documentation

◆ KeyActionLinkOf() [1/2]

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

Definition at line 46 of file control_d.h.

◆ KeyActionLinkOf() [2/2]

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

Definition at line 50 of file control_d.h.

References ASSERT.

◆ ~KeyActionLinkOf()

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

Definition at line 197 of file control.h.

Member Function Documentation

◆ clone()

template<typename T >
Control::KeyActionLink * anatomist::Control::KeyActionLinkOf< T >::clone ( ) const
virtual

Implements anatomist::Control::KeyActionLink.

Definition at line 68 of file control_d.h.

◆ execute()

template<typename T >
void anatomist::Control::KeyActionLinkOf< T >::execute ( )
virtual

Implements anatomist::Control::KeyActionLink.

Definition at line 60 of file control_d.h.


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