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

#include <anatomist/controler/control.h>

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

Public Types

typedef void(T::* Callback) (QTapGesture *)
 

Public Member Functions

 TapActionLinkOf ()
 
 TapActionLinkOf (anatomist::Action *action, Callback actioncb)
 
virtual ~TapActionLinkOf ()
 
virtual void execute (QTapGesture *)
 
virtual TapActionLinkclone () const
 

Detailed Description

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

Definition at line 525 of file control.h.

Member Typedef Documentation

◆ Callback

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

Definition at line 528 of file control.h.

Constructor & Destructor Documentation

◆ TapActionLinkOf() [1/2]

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

Definition at line 473 of file control_d.h.

◆ TapActionLinkOf() [2/2]

template<typename T >
anatomist::Control::TapActionLinkOf< T >::TapActionLinkOf ( anatomist::Action action,
Callback  actioncb 
)

Definition at line 480 of file control_d.h.

References ASSERT.

◆ ~TapActionLinkOf()

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

Definition at line 532 of file control.h.

Member Function Documentation

◆ clone()

template<typename T >
Control::TapActionLink * anatomist::Control::TapActionLinkOf< T >::clone ( ) const
virtual

Implements anatomist::Control::TapActionLink.

Definition at line 499 of file control_d.h.

◆ execute()

template<typename T >
void anatomist::Control::TapActionLinkOf< T >::execute ( QTapGesture *  gesture)
virtual

Implements anatomist::Control::TapActionLink.

Definition at line 491 of file control_d.h.


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