Sandbox::CallableWithArgs< T, Arg, method > Class Template Reference
#include <DocumentProtector.h>
Public Member Functions | |
| CallableWithArgs (App::DocumentObject *o, Arg a) | |
| virtual void | operator() () const |
| virtual | ~CallableWithArgs () |
Public Member Functions inherited from Sandbox::AbstractCallable | |
| AbstractCallable () | |
| virtual | ~AbstractCallable () |
Constructor & Destructor Documentation
◆ CallableWithArgs()
template<class T , class Arg , void(T::*)(Arg) method>
| Sandbox::CallableWithArgs< T, Arg, method >::CallableWithArgs | ( | App::DocumentObject * | o, |
| Arg | a | ||
| ) |
◆ ~CallableWithArgs()
template<class T , class Arg , void(T::*)(Arg) method>
|
virtual |
Member Function Documentation
◆ operator()()
template<class T , class Arg , void(T::*)(Arg) method>
|
virtual |
Implements Sandbox::AbstractCallable.
The documentation for this class was generated from the following file:
- src/Mod/Sandbox/App/DocumentProtector.h
Public Member Functions inherited from
1.8.17