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

#include <anatomist/controler/control.h>

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

Public Types

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

Public Member Functions

 SwipeActionLinkOf ()
 
 SwipeActionLinkOf (anatomist::Action *action, Callback actioncb)
 
virtual ~SwipeActionLinkOf ()
 
virtual void execute (QSwipeGesture *)
 
virtual SwipeActionLinkclone () const
 

Detailed Description

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

Definition at line 577 of file control.h.

Member Typedef Documentation

◆ Callback

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

Definition at line 580 of file control.h.

Constructor & Destructor Documentation

◆ SwipeActionLinkOf() [1/2]

Definition at line 440 of file control_d.h.

◆ SwipeActionLinkOf() [2/2]

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

Definition at line 447 of file control_d.h.

References ASSERT.

◆ ~SwipeActionLinkOf()

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

Definition at line 584 of file control.h.

Member Function Documentation

◆ clone()

template<typename T >
Control::SwipeActionLink * anatomist::Control::SwipeActionLinkOf< T >::clone ( ) const
virtual

Implements anatomist::Control::SwipeActionLink.

Definition at line 466 of file control_d.h.

◆ execute()

template<typename T >
void anatomist::Control::SwipeActionLinkOf< T >::execute ( QSwipeGesture *  gesture)
virtual

Implements anatomist::Control::SwipeActionLink.

Definition at line 458 of file control_d.h.


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