#include <commandQt.h>
Inheritance diagram for commandQt< T >:
Definition at line 29 of file commandQt.h.
Public Member Functions | |
commandQt () | |
virtual | ~commandQt () |
virtual int | exec ()=0 |
override this function to specify behavior | |
void | setCaller (T *caller) |
to be set by caller | |
Protected Attributes | |
T * | _caller |
|
Definition at line 31 of file commandQt.h. References commandQt< T >::_caller. |
|
Definition at line 32 of file commandQt.h. |
|
override this function to specify behavior
|
|
to be set by caller
Definition at line 41 of file commandQt.h. References commandQt< T >::_caller. |
|
Definition at line 43 of file commandQt.h. Referenced by commandQt< T >::commandQt(), and commandQt< T >::setCaller(). |